Skip to content

Commit

Permalink
v7.0.0-alpha.22
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 4, 2023
1 parent e93c1db commit f16beb9
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
8 changes: 8 additions & 0 deletions 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.22 (2023-03-04)

**Note:** Version bump only for package @sequelize/monorepo





# 7.0.0-alpha.21 (2023-01-19)

**Note:** Version bump only for package @sequelize/monorepo
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.21"
"version": "7.0.0-alpha.22"
}
8 changes: 8 additions & 0 deletions packages/core/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.22 (2023-03-04)

**Note:** Version bump only for package @sequelize/core





# 7.0.0-alpha.21 (2023-01-19)

**Note:** Version bump only for package @sequelize/core
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.21",
"version": "7.0.0-alpha.22",
"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.22 (2023-03-04)

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





# 7.0.0-alpha.21 (2023-01-19)

**Note:** Version bump only for package @sequelize/validator.js
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.21",
"version": "7.0.0-alpha.22",
"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.21",
"@sequelize/core": "^7.0.0-alpha.22",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down

0 comments on commit f16beb9

Please sign in to comment.