Skip to content

Commit

Permalink
v7.0.0-alpha.39
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 22, 2024
1 parent 8e3e007 commit 4cab6ac
Show file tree
Hide file tree
Showing 8 changed files with 64 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,16 @@
# Change Log

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.39](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.38...v7.0.0-alpha.39) (2024-03-22)

### Bug Fixes

- fix package.json `exports` TypeScript resolution ([#17181](https://github.com/sequelize/sequelize/issues/17181)) ([23a0cb4](https://github.com/sequelize/sequelize/commit/23a0cb454488f787a44c67bf3408b3ffc02c07cc))
- **sqlite:** mark the bigint datatype as not supported ([#17154](https://github.com/sequelize/sequelize/issues/17154)) ([47cd0e5](https://github.com/sequelize/sequelize/commit/47cd0e52d8f1a20b44922970cfe0c2d510e1d17c))
- throw when using upsert in ibmi or snowflake ([#17155](https://github.com/sequelize/sequelize/issues/17155)) ([2054802](https://github.com/sequelize/sequelize/commit/20548020091d11268872f19c8601751e8ba498d7))

### Features

- support TypeScript 5.4, drop TypeScript 5.0 ([#17171](https://github.com/sequelize/sequelize/issues/17171)) ([8e3e007](https://github.com/sequelize/sequelize/commit/8e3e0079e90c56d10c8961fc5f97ab79f0e22130))
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "7.0.0-alpha.38"
"version": "7.0.0-alpha.39"
}
16 changes: 16 additions & 0 deletions packages/core/CHANGELOG.md
@@ -0,0 +1,16 @@
# Change Log

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.39](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.38...v7.0.0-alpha.39) (2024-03-22)

### Bug Fixes

- fix package.json `exports` TypeScript resolution ([#17181](https://github.com/sequelize/sequelize/issues/17181)) ([23a0cb4](https://github.com/sequelize/sequelize/commit/23a0cb454488f787a44c67bf3408b3ffc02c07cc))
- **sqlite:** mark the bigint datatype as not supported ([#17154](https://github.com/sequelize/sequelize/issues/17154)) ([47cd0e5](https://github.com/sequelize/sequelize/commit/47cd0e52d8f1a20b44922970cfe0c2d510e1d17c))
- throw when using upsert in ibmi or snowflake ([#17155](https://github.com/sequelize/sequelize/issues/17155)) ([2054802](https://github.com/sequelize/sequelize/commit/20548020091d11268872f19c8601751e8ba498d7))

### Features

- support TypeScript 5.4, drop TypeScript 5.0 ([#17171](https://github.com/sequelize/sequelize/issues/17171)) ([8e3e007](https://github.com/sequelize/sequelize/commit/8e3e0079e90c56d10c8961fc5f97ab79f0e22130))
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -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.38",
"version": "7.0.0-alpha.39",
"funding": [
{
"type": "opencollective",
Expand Down
14 changes: 14 additions & 0 deletions packages/utils/CHANGELOG.md
@@ -0,0 +1,14 @@
# Change Log

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.39](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.38...v7.0.0-alpha.39) (2024-03-22)

### Bug Fixes

- fix package.json `exports` TypeScript resolution ([#17181](https://github.com/sequelize/sequelize/issues/17181)) ([23a0cb4](https://github.com/sequelize/sequelize/commit/23a0cb454488f787a44c67bf3408b3ffc02c07cc))

### Features

- support TypeScript 5.4, drop TypeScript 5.0 ([#17171](https://github.com/sequelize/sequelize/issues/17171)) ([8e3e007](https://github.com/sequelize/sequelize/commit/8e3e0079e90c56d10c8961fc5f97ab79f0e22130))
2 changes: 1 addition & 1 deletion packages/utils/package.json
Expand Up @@ -30,7 +30,7 @@
"sync-exports": "../../dev/sync-exports.mjs ./src"
},
"type": "commonjs",
"version": "7.0.0-alpha.38",
"version": "7.0.0-alpha.39",
"publishConfig": {
"access": "public"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/validator-js/CHANGELOG.md
@@ -0,0 +1,14 @@
# Change Log

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.39](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.38...v7.0.0-alpha.39) (2024-03-22)

### Bug Fixes

- fix package.json `exports` TypeScript resolution ([#17181](https://github.com/sequelize/sequelize/issues/17181)) ([23a0cb4](https://github.com/sequelize/sequelize/commit/23a0cb454488f787a44c67bf3408b3ffc02c07cc))

### Features

- support TypeScript 5.4, drop TypeScript 5.0 ([#17171](https://github.com/sequelize/sequelize/issues/17171)) ([8e3e007](https://github.com/sequelize/sequelize/commit/8e3e0079e90c56d10c8961fc5f97ab79f0e22130))
2 changes: 1 addition & 1 deletion packages/validator-js/package.json
@@ -1,6 +1,6 @@
{
"name": "@sequelize/validator.js",
"version": "7.0.0-alpha.38",
"version": "7.0.0-alpha.39",
"description": "Integration between validator.js and Sequelize",
"funding": [
{
Expand Down

0 comments on commit 4cab6ac

Please sign in to comment.