Skip to content

Commit

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


### Features

* add shorthand syntax for association inverse option ([#16512](https://github.com/sequelize/sequelize/issues/16512)) ([3296bcc](https://github.com/sequelize/sequelize/commit/3296bcc7eff832c9a9eb0492c8b44232f2018080))
* migrate database queries to typescript ([#16496](https://github.com/sequelize/sequelize/issues/16496)) ([7b681b7](https://github.com/sequelize/sequelize/commit/7b681b7dbd1c90c81653be5be314b5c42fd1c85f))
* support customizing through associations ([#16505](https://github.com/sequelize/sequelize/issues/16505)) ([02bb6b7](https://github.com/sequelize/sequelize/commit/02bb6b7a7211d594a086a2fc7bbe6269e40c8eed))





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


### Features

* add shorthand syntax for association inverse option ([#16512](https://github.com/sequelize/sequelize/issues/16512)) ([3296bcc](https://github.com/sequelize/sequelize/commit/3296bcc7eff832c9a9eb0492c8b44232f2018080))
* migrate database queries to typescript ([#16496](https://github.com/sequelize/sequelize/issues/16496)) ([7b681b7](https://github.com/sequelize/sequelize/commit/7b681b7dbd1c90c81653be5be314b5c42fd1c85f))
* support customizing through associations ([#16505](https://github.com/sequelize/sequelize/issues/16505)) ([02bb6b7](https://github.com/sequelize/sequelize/commit/02bb6b7a7211d594a086a2fc7bbe6269e40c8eed))





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





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

0 comments on commit eaa2488

Please sign in to comment.