Skip to content

Commit

Permalink
v7.0.0-alpha.25
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 15, 2023
1 parent 9cfffe4 commit 4294cea
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
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.25](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.24...v7.0.0-alpha.25) (2023-03-15)


### Bug Fixes

* **mssql:** make inner enqueue function async ([#15785](https://github.com/sequelize/sequelize/issues/15785)) ([e6690cd](https://github.com/sequelize/sequelize/commit/e6690cdf27980d57be1bb9f138b04124775b153b))
* pin bnf-parser ([#15793](https://github.com/sequelize/sequelize/issues/15793)) ([9a9a404](https://github.com/sequelize/sequelize/commit/9a9a404fcd155079af9208626aa67df4ad335879))


### Features

* add timestamp & version attributes ([#15767](https://github.com/sequelize/sequelize/issues/15767)) ([9795fcf](https://github.com/sequelize/sequelize/commit/9795fcf82e5c66d1f5be28852778b6886942fe7f))





# [7.0.0-alpha.24](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.23...v7.0.0-alpha.24) (2023-03-12)


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


### Bug Fixes

* **mssql:** make inner enqueue function async ([#15785](https://github.com/sequelize/sequelize/issues/15785)) ([e6690cd](https://github.com/sequelize/sequelize/commit/e6690cdf27980d57be1bb9f138b04124775b153b))
* pin bnf-parser ([#15793](https://github.com/sequelize/sequelize/issues/15793)) ([9a9a404](https://github.com/sequelize/sequelize/commit/9a9a404fcd155079af9208626aa67df4ad335879))


### Features

* add timestamp & version attributes ([#15767](https://github.com/sequelize/sequelize/issues/15767)) ([9795fcf](https://github.com/sequelize/sequelize/commit/9795fcf82e5c66d1f5be28852778b6886942fe7f))





# [7.0.0-alpha.24](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.23...v7.0.0-alpha.24) (2023-03-12)


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.24",
"version": "7.0.0-alpha.25",
"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.25](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.24...v7.0.0-alpha.25) (2023-03-15)

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





# [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
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.24",
"version": "7.0.0-alpha.25",
"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.24",
"@sequelize/core": "^7.0.0-alpha.25",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down

0 comments on commit 4294cea

Please sign in to comment.