diff --git a/CHANGELOG.md b/CHANGELOG.md index 99b903c787f6..7571172c4b41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index 38d30be01d11..447a2c184594 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "7.0.0-alpha.31" + "version": "7.0.0-alpha.32" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 95a245d1fc9e..69e1fd278528 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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) diff --git a/packages/core/package.json b/packages/core/package.json index 18aebdd8646a..6f6f8f772a41 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", diff --git a/packages/validator-js/CHANGELOG.md b/packages/validator-js/CHANGELOG.md index 5432e9078c56..a2156a6fff6b 100644 --- a/packages/validator-js/CHANGELOG.md +++ b/packages/validator-js/CHANGELOG.md @@ -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 diff --git a/packages/validator-js/package.json b/packages/validator-js/package.json index 378507f84d30..0d659967ea03 100644 --- a/packages/validator-js/package.json +++ b/packages/validator-js/package.json @@ -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": [ {