Skip to content

Commit

Permalink
v7.0.0-alpha.24
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 12, 2023
1 parent 59543d9 commit 0110386
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -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"
}
20 changes: 20 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.23",
"version": "7.0.0-alpha.24",
"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.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
Expand Down
4 changes: 2 additions & 2 deletions 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.23",
"version": "7.0.0-alpha.24",
"description": "Integration between validator.js and Sequelize",
"funding": [
{
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 0110386

Please sign in to comment.