Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 5aa4e6d

Browse files
author
github-actions[bot]
committed
v7.0.0-alpha.38
1 parent a796568 commit 5aa4e6d

File tree

8 files changed

+492
-4
lines changed

8 files changed

+492
-4
lines changed

CHANGELOG.md

Lines changed: 330 additions & 0 deletions
Large diffs are not rendered by default.

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.37"
3+
"version": "7.0.0-alpha.38"
44
}

packages/core/CHANGELOG.md

Lines changed: 136 additions & 0 deletions
Large diffs are not rendered by default.

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.37",
4+
"version": "7.0.0-alpha.38",
55
"funding": [
66
{
77
"type": "opencollective",

packages/utils/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [7.0.0-alpha.38](https://github.com/sequelize/sequelize/compare/v7.0.0-oc-test.4...v7.0.0-alpha.38) (2024-03-19)
7+
8+
### Features
9+
10+
- add `@sequelize/utils` package ([#17168](https://github.com/sequelize/sequelize/issues/17168)) ([1d96a59](https://github.com/sequelize/sequelize/commit/1d96a59b2397f1f7e4b196ea281674d71a697e58))

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"sync-exports": "../../dev/sync-exports.mjs ./src"
3030
},
3131
"type": "commonjs",
32-
"version": "0.0.0-development",
32+
"version": "7.0.0-alpha.38",
3333
"dependencies": {
3434
"@types/lodash": "4.17.0",
3535
"lodash": "4.17.21"

packages/validator-js/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# [7.0.0-alpha.38](https://github.com/sequelize/sequelize/compare/v7.0.0-oc-test.4...v7.0.0-alpha.38) (2024-03-19)
7+
8+
### Features
9+
10+
- add `@sequelize/utils` package ([#17168](https://github.com/sequelize/sequelize/issues/17168)) ([1d96a59](https://github.com/sequelize/sequelize/commit/1d96a59b2397f1f7e4b196ea281674d71a697e58))
11+
- generate docs from src ([#15581](https://github.com/sequelize/sequelize/issues/15581)) ([c2fed08](https://github.com/sequelize/sequelize/commit/c2fed0834b5f12b16246e30a9aa16043773bd144))
12+
- move validator decorators to @sequelize/validator.js ([#15561](https://github.com/sequelize/sequelize/issues/15561)) ([d63a09d](https://github.com/sequelize/sequelize/commit/d63a09db712035b3cbd7fca89fd2b16cce380179))

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.37",
3+
"version": "7.0.0-alpha.38",
44
"description": "Integration between validator.js and Sequelize",
55
"funding": [
66
{

0 commit comments

Comments
 (0)