Skip to content

Commit

Permalink
v7.0.0-alpha.36
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 1, 2024
1 parent 0f78143 commit 48bfa8f
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,27 @@
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.36](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.35...v7.0.0-alpha.36) (2024-02-01)


### Bug Fixes

* use loop to drop db2 test databases to prevent deadlocks ([#17024](https://github.com/sequelize/sequelize/issues/17024)) ([f4083de](https://github.com/sequelize/sequelize/commit/f4083dedee49ee39249acd2398886c1cb55db198))


### Features

* add support for generating uuids in SQL ([#16864](https://github.com/sequelize/sequelize/issues/16864)) ([2df575b](https://github.com/sequelize/sequelize/commit/2df575b9b3ddc113f3cda00caef141d8349f72eb))
* drop support TS 4.9 ([#17023](https://github.com/sequelize/sequelize/issues/17023)) ([85e84cd](https://github.com/sequelize/sequelize/commit/85e84cdbe462b01dd2927df765d178cc3ca83207))
* migrate bulkDelete, delete & truncate methods to typescript ([#15934](https://github.com/sequelize/sequelize/issues/15934)) ([693c0fc](https://github.com/sequelize/sequelize/commit/693c0fcbae8baf1899e54de15f8c140b0cda0758))
* migrate schema queries to typescript ([#16932](https://github.com/sequelize/sequelize/issues/16932)) ([12ad4f1](https://github.com/sequelize/sequelize/commit/12ad4f1ed22b42235e8f8341f50ac74d682967f6))
* parse URLs using WHATWG URL API instead of legacy URL API ([#16927](https://github.com/sequelize/sequelize/issues/16927)) ([9cc6ca9](https://github.com/sequelize/sequelize/commit/9cc6ca90199d1e9c30737b46c3d25e55a85b6a38))
* **types:** support TypeScript 5.3.3 ([#17017](https://github.com/sequelize/sequelize/issues/17017)) ([20eb84f](https://github.com/sequelize/sequelize/commit/20eb84f4bef0cdf17ee9fc7510f9c98e1999b987))





# [7.0.0-alpha.35](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.34...v7.0.0-alpha.35) (2024-01-22)


Expand Down
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.35"
"version": "7.0.0-alpha.36"
}
21 changes: 21 additions & 0 deletions packages/core/CHANGELOG.md
Expand Up @@ -3,6 +3,27 @@
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.36](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.35...v7.0.0-alpha.36) (2024-02-01)


### Bug Fixes

* use loop to drop db2 test databases to prevent deadlocks ([#17024](https://github.com/sequelize/sequelize/issues/17024)) ([f4083de](https://github.com/sequelize/sequelize/commit/f4083dedee49ee39249acd2398886c1cb55db198))


### Features

* add support for generating uuids in SQL ([#16864](https://github.com/sequelize/sequelize/issues/16864)) ([2df575b](https://github.com/sequelize/sequelize/commit/2df575b9b3ddc113f3cda00caef141d8349f72eb))
* drop support TS 4.9 ([#17023](https://github.com/sequelize/sequelize/issues/17023)) ([85e84cd](https://github.com/sequelize/sequelize/commit/85e84cdbe462b01dd2927df765d178cc3ca83207))
* migrate bulkDelete, delete & truncate methods to typescript ([#15934](https://github.com/sequelize/sequelize/issues/15934)) ([693c0fc](https://github.com/sequelize/sequelize/commit/693c0fcbae8baf1899e54de15f8c140b0cda0758))
* migrate schema queries to typescript ([#16932](https://github.com/sequelize/sequelize/issues/16932)) ([12ad4f1](https://github.com/sequelize/sequelize/commit/12ad4f1ed22b42235e8f8341f50ac74d682967f6))
* parse URLs using WHATWG URL API instead of legacy URL API ([#16927](https://github.com/sequelize/sequelize/issues/16927)) ([9cc6ca9](https://github.com/sequelize/sequelize/commit/9cc6ca90199d1e9c30737b46c3d25e55a85b6a38))
* **types:** support TypeScript 5.3.3 ([#17017](https://github.com/sequelize/sequelize/issues/17017)) ([20eb84f](https://github.com/sequelize/sequelize/commit/20eb84f4bef0cdf17ee9fc7510f9c98e1999b987))





# [7.0.0-alpha.35](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.34...v7.0.0-alpha.35) (2024-01-22)


Expand Down
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.35",
"version": "7.0.0-alpha.36",
"funding": [
{
"type": "opencollective",
Expand Down
8 changes: 8 additions & 0 deletions packages/validator-js/CHANGELOG.md
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.36](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.35...v7.0.0-alpha.36) (2024-02-01)

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





# [7.0.0-alpha.35](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.34...v7.0.0-alpha.35) (2024-01-22)

**Note:** Version bump only for package @sequelize/validator.js
Expand Down
2 changes: 1 addition & 1 deletion packages/validator-js/package.json
@@ -1,6 +1,6 @@
{
"name": "@sequelize/validator.js",
"version": "7.0.0-alpha.35",
"version": "7.0.0-alpha.36",
"description": "Integration between validator.js and Sequelize",
"funding": [
{
Expand Down

0 comments on commit 48bfa8f

Please sign in to comment.