Skip to content

Commit

Permalink
v7.0.0-alpha.32
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 22, 2023
1 parent 670f514 commit 8132d94
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0-alpha.32](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.31...v7.0.0-alpha.32) (2023-09-22)


### Bug Fixes

* correct automated test execution on Windows ([#16283](https://github.com/sequelize/sequelize/issues/16283)) ([00d6d99](https://github.com/sequelize/sequelize/commit/00d6d996474234af6bf8e5450cfe8a82cbd6503d))
* rename and deprecate showAllSchemas and showAllTables ([#16500](https://github.com/sequelize/sequelize/issues/16500)) ([db8fde7](https://github.com/sequelize/sequelize/commit/db8fde75f9b160c31efafdc609e0a53bd9ef5af6))





# [7.0.0-alpha.31](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.30...v7.0.0-alpha.31) (2023-09-15)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "7.0.0-alpha.31"
"version": "7.0.0-alpha.32"
}
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0-alpha.32](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.31...v7.0.0-alpha.32) (2023-09-22)


### Bug Fixes

* correct automated test execution on Windows ([#16283](https://github.com/sequelize/sequelize/issues/16283)) ([00d6d99](https://github.com/sequelize/sequelize/commit/00d6d996474234af6bf8e5450cfe8a82cbd6503d))
* rename and deprecate showAllSchemas and showAllTables ([#16500](https://github.com/sequelize/sequelize/issues/16500)) ([db8fde7](https://github.com/sequelize/sequelize/commit/db8fde75f9b160c31efafdc609e0a53bd9ef5af6))





# [7.0.0-alpha.31](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.30...v7.0.0-alpha.31) (2023-09-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sequelize/core",
"description": "Sequelize is a promise-based Node.js ORM tool for Postgres, MySQL, MariaDB, SQLite, Microsoft SQL Server, Amazon Redshift, Snowflake’s Data Cloud, Db2, and IBM i. It features solid transaction support, relations, eager and lazy loading, read replication and more.",
"version": "7.0.0-alpha.31",
"version": "7.0.0-alpha.32",
"funding": [
{
"type": "opencollective",
Expand Down
8 changes: 8 additions & 0 deletions packages/validator-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.0.0-alpha.32](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.31...v7.0.0-alpha.32) (2023-09-22)

**Note:** Version bump only for package @sequelize/validator.js





# [7.0.0-alpha.31](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.30...v7.0.0-alpha.31) (2023-09-15)

**Note:** Version bump only for package @sequelize/validator.js
Expand Down
2 changes: 1 addition & 1 deletion packages/validator-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sequelize/validator.js",
"version": "7.0.0-alpha.31",
"version": "7.0.0-alpha.32",
"description": "Integration between validator.js and Sequelize",
"funding": [
{
Expand Down

0 comments on commit 8132d94

Please sign in to comment.