diff --git a/CHANGELOG.md b/CHANGELOG.md index 6661e7eed839..4b9a6c3ea87c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ 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.24](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.23...v7.0.0-alpha.24) (2023-03-12) + + +### Bug Fixes + +* fix unnamed dollar string detection (v7) ([#15758](https://github.com/sequelize/sequelize/issues/15758)) ([b2fe30f](https://github.com/sequelize/sequelize/commit/b2fe30f8ed076c02b60beb0d88affa832e6d896b)) +* fix various type issues ([#15765](https://github.com/sequelize/sequelize/issues/15765)) ([26beda5](https://github.com/sequelize/sequelize/commit/26beda5bf76bd65e30264ebf135e39efaa7d514d)) +* **postgres:** sync with alter method fails with dataType enum ([#15738](https://github.com/sequelize/sequelize/issues/15738)) ([6d9a58e](https://github.com/sequelize/sequelize/commit/6d9a58e7556de614133c2d16ba6ee8e8cebd5fa0)), closes [#7649](https://github.com/sequelize/sequelize/issues/7649) +* prevent BelongsTo's inverse association from itself creating a BelongsTo ([#15756](https://github.com/sequelize/sequelize/issues/15756)) ([27312bd](https://github.com/sequelize/sequelize/commit/27312bdc849c25c60cb88a677c2854e57c79b94e)) + + +### Features + +* remove escape options from data types ([#15766](https://github.com/sequelize/sequelize/issues/15766)) ([5c42821](https://github.com/sequelize/sequelize/commit/5c428218df05a6354cc039d73eb58a49434172ee)) +* rewrite the part of QueryGenerator responsible for WHERE ([#15598](https://github.com/sequelize/sequelize/issues/15598)) ([50898ca](https://github.com/sequelize/sequelize/commit/50898cac7c979edd94cd7eb68242d9aff7362378)) + + + + + # [7.0.0-alpha.23](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.22...v7.0.0-alpha.23) (2023-03-10) diff --git a/lerna.json b/lerna.json index 9ef9d464aef9..55788d339557 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "7.0.0-alpha.23" + "version": "7.0.0-alpha.24" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c39c76f2f3f3..79ff245c2a88 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,26 @@ 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.24](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.23...v7.0.0-alpha.24) (2023-03-12) + + +### Bug Fixes + +* fix unnamed dollar string detection (v7) ([#15758](https://github.com/sequelize/sequelize/issues/15758)) ([b2fe30f](https://github.com/sequelize/sequelize/commit/b2fe30f8ed076c02b60beb0d88affa832e6d896b)) +* fix various type issues ([#15765](https://github.com/sequelize/sequelize/issues/15765)) ([26beda5](https://github.com/sequelize/sequelize/commit/26beda5bf76bd65e30264ebf135e39efaa7d514d)) +* **postgres:** sync with alter method fails with dataType enum ([#15738](https://github.com/sequelize/sequelize/issues/15738)) ([6d9a58e](https://github.com/sequelize/sequelize/commit/6d9a58e7556de614133c2d16ba6ee8e8cebd5fa0)), closes [#7649](https://github.com/sequelize/sequelize/issues/7649) +* prevent BelongsTo's inverse association from itself creating a BelongsTo ([#15756](https://github.com/sequelize/sequelize/issues/15756)) ([27312bd](https://github.com/sequelize/sequelize/commit/27312bdc849c25c60cb88a677c2854e57c79b94e)) + + +### Features + +* remove escape options from data types ([#15766](https://github.com/sequelize/sequelize/issues/15766)) ([5c42821](https://github.com/sequelize/sequelize/commit/5c428218df05a6354cc039d73eb58a49434172ee)) +* rewrite the part of QueryGenerator responsible for WHERE ([#15598](https://github.com/sequelize/sequelize/issues/15598)) ([50898ca](https://github.com/sequelize/sequelize/commit/50898cac7c979edd94cd7eb68242d9aff7362378)) + + + + + # [7.0.0-alpha.23](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.22...v7.0.0-alpha.23) (2023-03-10) diff --git a/packages/core/package.json b/packages/core/package.json index d6c5fd30d2b2..14ae63f8c0c5 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.23", + "version": "7.0.0-alpha.24", "funding": [ { "type": "opencollective", diff --git a/packages/validator-js/CHANGELOG.md b/packages/validator-js/CHANGELOG.md index bc91b5b3b359..6a5be3915d04 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.24](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.23...v7.0.0-alpha.24) (2023-03-12) + +**Note:** Version bump only for package @sequelize/validator.js + + + + + # [7.0.0-alpha.23](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.22...v7.0.0-alpha.23) (2023-03-10) **Note:** Version bump only for package @sequelize/validator.js diff --git a/packages/validator-js/package.json b/packages/validator-js/package.json index dfd0b5a57155..1cd086682738 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.23", + "version": "7.0.0-alpha.24", "description": "Integration between validator.js and Sequelize", "funding": [ { @@ -37,7 +37,7 @@ "access": "public" }, "dependencies": { - "@sequelize/core": "^7.0.0-alpha.23", + "@sequelize/core": "^7.0.0-alpha.24", "lodash": "^4.17.21" }, "devDependencies": {