Skip to content

Commit 4fd3f5c

Browse files
author
github-actions[bot]
committed
v7.0.0-alpha.42
1 parent 8f27323 commit 4fd3f5c

26 files changed

+71
-13
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [7.0.0-alpha.42](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.41...v7.0.0-alpha.42) (2024-09-13)
7+
8+
### Bug Fixes
9+
10+
- **mssql:** add ability to use instanceName in connection-manager config ([#17432](https://github.com/sequelize/sequelize/issues/17432)) ([b2e0d69](https://github.com/sequelize/sequelize/commit/b2e0d69c3b4071c616f0e6ef8ceea8dfc3cbf284))
11+
612
# [7.0.0-alpha.41](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.40...v7.0.0-alpha.41) (2024-05-17)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "7.0.0-alpha.41"
3+
"version": "7.0.0-alpha.42"
44
}

packages/cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [7.0.0-alpha.42](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.41...v7.0.0-alpha.42) (2024-09-13)
7+
8+
**Note:** Version bump only for package @sequelize/cli
9+
610
# [7.0.0-alpha.41](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.40...v7.0.0-alpha.41) (2024-05-17)
711

812
**Note:** Version bump only for package @sequelize/cli

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"type": "module",
7272
"types": "lib/index.d.ts",
73-
"version": "7.0.0-alpha.41",
73+
"version": "7.0.0-alpha.42",
7474
"publishConfig": {
7575
"access": "public"
7676
}

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [7.0.0-alpha.42](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.41...v7.0.0-alpha.42) (2024-09-13)
7+
8+
### Bug Fixes
9+
10+
- **mssql:** add ability to use instanceName in connection-manager config ([#17432](https://github.com/sequelize/sequelize/issues/17432)) ([b2e0d69](https://github.com/sequelize/sequelize/commit/b2e0d69c3b4071c616f0e6ef8ceea8dfc3cbf284))
11+
612
# [7.0.0-alpha.41](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.40...v7.0.0-alpha.41) (2024-05-17)
713

814
### Bug Fixes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@sequelize/core",
33
"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.",
4-
"version": "7.0.0-alpha.41",
4+
"version": "7.0.0-alpha.42",
55
"funding": [
66
{
77
"type": "opencollective",

packages/db2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [7.0.0-alpha.42](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.41...v7.0.0-alpha.42) (2024-09-13)
7+
8+
**Note:** Version bump only for package @sequelize/db2
9+
610
# [7.0.0-alpha.41](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.40...v7.0.0-alpha.41) (2024-05-17)
711

812
### Bug Fixes

packages/db2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"sync-exports": "../../dev/sync-exports.mjs ./src"
3232
},
3333
"type": "commonjs",
34-
"version": "7.0.0-alpha.41",
34+
"version": "7.0.0-alpha.42",
3535
"publishConfig": {
3636
"access": "public"
3737
},

packages/ibmi/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [7.0.0-alpha.42](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.41...v7.0.0-alpha.42) (2024-09-13)
7+
8+
**Note:** Version bump only for package @sequelize/db2-ibmi
9+
610
# [7.0.0-alpha.41](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.40...v7.0.0-alpha.41) (2024-05-17)
711

812
**Note:** Version bump only for package @sequelize/db2-ibmi

packages/ibmi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"sync-exports": "../../dev/sync-exports.mjs ./src"
3232
},
3333
"type": "commonjs",
34-
"version": "7.0.0-alpha.41",
34+
"version": "7.0.0-alpha.42",
3535
"publishConfig": {
3636
"access": "public"
3737
},

packages/mariadb/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [7.0.0-alpha.42](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.41...v7.0.0-alpha.42) (2024-09-13)
7+
8+
**Note:** Version bump only for package @sequelize/mariadb
9+
610
# [7.0.0-alpha.41](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.40...v7.0.0-alpha.41) (2024-05-17)
711

812
### Bug Fixes

packages/mariadb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"sync-exports": "../../dev/sync-exports.mjs ./src"
3333
},
3434
"type": "commonjs",
35-
"version": "7.0.0-alpha.41",
35+
"version": "7.0.0-alpha.42",
3636
"publishConfig": {
3737
"access": "public"
3838
},

packages/mssql/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [7.0.0-alpha.42](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.41...v7.0.0-alpha.42) (2024-09-13)
7+
8+
### Bug Fixes
9+
10+
- **mssql:** add ability to use instanceName in connection-manager config ([#17432](https://github.com/sequelize/sequelize/issues/17432)) ([b2e0d69](https://github.com/sequelize/sequelize/commit/b2e0d69c3b4071c616f0e6ef8ceea8dfc3cbf284))
11+
612
# [7.0.0-alpha.41](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.40...v7.0.0-alpha.41) (2024-05-17)
713

814
**Note:** Version bump only for package @sequelize/mssql

packages/mssql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"sync-exports": "../../dev/sync-exports.mjs ./src"
3333
},
3434
"type": "commonjs",
35-
"version": "7.0.0-alpha.41",
35+
"version": "7.0.0-alpha.42",
3636
"publishConfig": {
3737
"access": "public"
3838
},

packages/mysql/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [7.0.0-alpha.42](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.41...v7.0.0-alpha.42) (2024-09-13)
7+
8+
**Note:** Version bump only for package @sequelize/mysql
9+
610
# [7.0.0-alpha.41](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.40...v7.0.0-alpha.41) (2024-05-17)
711

812
### Bug Fixes

packages/mysql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"sync-exports": "../../dev/sync-exports.mjs ./src"
3333
},
3434
"type": "commonjs",
35-
"version": "7.0.0-alpha.41",
35+
"version": "7.0.0-alpha.42",
3636
"publishConfig": {
3737
"access": "public"
3838
},

packages/postgres/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [7.0.0-alpha.42](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.41...v7.0.0-alpha.42) (2024-09-13)
7+
8+
**Note:** Version bump only for package @sequelize/postgres
9+
610
# [7.0.0-alpha.41](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.40...v7.0.0-alpha.41) (2024-05-17)
711

812
**Note:** Version bump only for package @sequelize/postgres

packages/postgres/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"sync-exports": "../../dev/sync-exports.mjs ./src"
3333
},
3434
"type": "commonjs",
35-
"version": "7.0.0-alpha.41",
35+
"version": "7.0.0-alpha.42",
3636
"publishConfig": {
3737
"access": "public"
3838
},

packages/snowflake/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [7.0.0-alpha.42](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.41...v7.0.0-alpha.42) (2024-09-13)
7+
8+
**Note:** Version bump only for package @sequelize/snowflake
9+
610
# [7.0.0-alpha.41](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.40...v7.0.0-alpha.41) (2024-05-17)
711

812
### Bug Fixes

packages/snowflake/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"sync-exports": "../../dev/sync-exports.mjs ./src"
3232
},
3333
"type": "commonjs",
34-
"version": "7.0.0-alpha.41",
34+
"version": "7.0.0-alpha.42",
3535
"publishConfig": {
3636
"access": "public"
3737
},

packages/sqlite3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [7.0.0-alpha.42](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.41...v7.0.0-alpha.42) (2024-09-13)
7+
8+
**Note:** Version bump only for package @sequelize/sqlite3
9+
610
# [7.0.0-alpha.41](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.40...v7.0.0-alpha.41) (2024-05-17)
711

812
**Note:** Version bump only for package @sequelize/sqlite3

packages/sqlite3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"sync-exports": "../../dev/sync-exports.mjs ./src"
3232
},
3333
"type": "commonjs",
34-
"version": "7.0.0-alpha.41",
34+
"version": "7.0.0-alpha.42",
3535
"publishConfig": {
3636
"access": "public"
3737
},

packages/utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [7.0.0-alpha.42](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.41...v7.0.0-alpha.42) (2024-09-13)
7+
8+
**Note:** Version bump only for package @sequelize/utils
9+
610
# [7.0.0-alpha.41](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.40...v7.0.0-alpha.41) (2024-05-17)
711

812
**Note:** Version bump only for package @sequelize/utils

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"sync-exports": "../../dev/sync-exports.mjs ./src --multi-entry-points"
5050
},
5151
"type": "commonjs",
52-
"version": "7.0.0-alpha.41",
52+
"version": "7.0.0-alpha.42",
5353
"publishConfig": {
5454
"access": "public"
5555
},

packages/validator-js/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [7.0.0-alpha.42](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.41...v7.0.0-alpha.42) (2024-09-13)
7+
8+
**Note:** Version bump only for package @sequelize/validator.js
9+
610
# [7.0.0-alpha.41](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.40...v7.0.0-alpha.41) (2024-05-17)
711

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

packages/validator-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sequelize/validator.js",
3-
"version": "7.0.0-alpha.41",
3+
"version": "7.0.0-alpha.42",
44
"description": "Integration between validator.js and Sequelize",
55
"funding": [
66
{

0 commit comments

Comments
 (0)