Skip to content

Commit

Permalink
v7.0.0-alpha.30
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 13, 2023
1 parent e0c9ebc commit 9920043
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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.30](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.29...v7.0.0-alpha.30) (2023-09-13)


### Bug Fixes

* fix crash when defining index on child model with decorators ([#16495](https://github.com/sequelize/sequelize/issues/16495)) ([848d933](https://github.com/sequelize/sequelize/commit/848d933f97f67d7a5cbb3584db9d7d9f3bdc7d34))


### Features

* drop Node 16 support ([#16487](https://github.com/sequelize/sequelize/issues/16487)) ([d75e3be](https://github.com/sequelize/sequelize/commit/d75e3bec05c707d3acf9b27522fc7cddc6107188))





# [7.0.0-alpha.29](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.28...v7.0.0-alpha.29) (2023-09-13)


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.29"
"version": "7.0.0-alpha.30"
}
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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.30](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.29...v7.0.0-alpha.30) (2023-09-13)


### Bug Fixes

* fix crash when defining index on child model with decorators ([#16495](https://github.com/sequelize/sequelize/issues/16495)) ([848d933](https://github.com/sequelize/sequelize/commit/848d933f97f67d7a5cbb3584db9d7d9f3bdc7d34))


### Features

* drop Node 16 support ([#16487](https://github.com/sequelize/sequelize/issues/16487)) ([d75e3be](https://github.com/sequelize/sequelize/commit/d75e3bec05c707d3acf9b27522fc7cddc6107188))





# [7.0.0-alpha.29](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.28...v7.0.0-alpha.29) (2023-09-13)


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.29",
"version": "7.0.0-alpha.30",
"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.30](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.29...v7.0.0-alpha.30) (2023-09-13)

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





# [7.0.0-alpha.29](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.28...v7.0.0-alpha.29) (2023-09-13)

**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.29",
"version": "7.0.0-alpha.30",
"description": "Integration between validator.js and Sequelize",
"funding": [
{
Expand Down

0 comments on commit 9920043

Please sign in to comment.