Skip to content

Commit

Permalink
v7.0.0-alpha.34
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 12, 2023
1 parent daf1c31 commit 5f96e1a
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
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.34](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.33...v7.0.0-alpha.34) (2023-12-12)


### Bug Fixes

* correct link to data types docs ([#16674](https://github.com/sequelize/sequelize/issues/16674)) ([48dbd6f](https://github.com/sequelize/sequelize/commit/48dbd6f96388140c39b3063215da582e8ac0e4df))
* **mssql:** error when calling describeTable a table with a dot in its name ([#16771](https://github.com/sequelize/sequelize/issues/16771)) ([579338e](https://github.com/sequelize/sequelize/commit/579338e0be434e7bddfee84248fa368a5a8b53ad))
* sort keys by depth in groupJoinData ([#16788](https://github.com/sequelize/sequelize/issues/16788)) ([4959e0d](https://github.com/sequelize/sequelize/commit/4959e0db520128414f4e3960e5178f2208bd13ab))


### Features

* add an option to control the behavior of `null` in JSON attributes ([#16861](https://github.com/sequelize/sequelize/issues/16861)) ([aff8f64](https://github.com/sequelize/sequelize/commit/aff8f64c7e987c9614267ebe29dbb07a517911da))
* add support for `sql` tag & functions in `sequelize.query` ([#16863](https://github.com/sequelize/sequelize/issues/16863)) ([7129200](https://github.com/sequelize/sequelize/commit/7129200091f4e8cfa46fbece381d6a44a40baf79))





# [7.0.0-alpha.33](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.32...v7.0.0-alpha.33) (2023-10-11)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "7.0.0-alpha.33"
"version": "7.0.0-alpha.34"
}
19 changes: 19 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
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.34](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.33...v7.0.0-alpha.34) (2023-12-12)


### Bug Fixes

* correct link to data types docs ([#16674](https://github.com/sequelize/sequelize/issues/16674)) ([48dbd6f](https://github.com/sequelize/sequelize/commit/48dbd6f96388140c39b3063215da582e8ac0e4df))
* **mssql:** error when calling describeTable a table with a dot in its name ([#16771](https://github.com/sequelize/sequelize/issues/16771)) ([579338e](https://github.com/sequelize/sequelize/commit/579338e0be434e7bddfee84248fa368a5a8b53ad))
* sort keys by depth in groupJoinData ([#16788](https://github.com/sequelize/sequelize/issues/16788)) ([4959e0d](https://github.com/sequelize/sequelize/commit/4959e0db520128414f4e3960e5178f2208bd13ab))


### Features

* add an option to control the behavior of `null` in JSON attributes ([#16861](https://github.com/sequelize/sequelize/issues/16861)) ([aff8f64](https://github.com/sequelize/sequelize/commit/aff8f64c7e987c9614267ebe29dbb07a517911da))
* add support for `sql` tag & functions in `sequelize.query` ([#16863](https://github.com/sequelize/sequelize/issues/16863)) ([7129200](https://github.com/sequelize/sequelize/commit/7129200091f4e8cfa46fbece381d6a44a40baf79))





# [7.0.0-alpha.33](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.32...v7.0.0-alpha.33) (2023-10-11)


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.33",
"version": "7.0.0-alpha.34",
"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.34](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.33...v7.0.0-alpha.34) (2023-12-12)

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





# [7.0.0-alpha.33](https://github.com/sequelize/sequelize/compare/v7.0.0-alpha.32...v7.0.0-alpha.33) (2023-10-11)

**Note:** Version bump only for package @sequelize/validator.js
Expand Down
2 changes: 1 addition & 1 deletion 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.33",
"version": "7.0.0-alpha.34",
"description": "Integration between validator.js and Sequelize",
"funding": [
{
Expand Down

0 comments on commit 5f96e1a

Please sign in to comment.