Skip to content

Commit

Permalink
v7.0.0-alpha.38
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 19, 2024
1 parent a796568 commit 5aa4e6d
Show file tree
Hide file tree
Showing 8 changed files with 492 additions and 4 deletions.
330 changes: 330 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

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.37"
"version": "7.0.0-alpha.38"
}
136 changes: 136 additions & 0 deletions packages/core/CHANGELOG.md

Large diffs are not rendered by default.

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.37",
"version": "7.0.0-alpha.38",
"funding": [
{
"type": "opencollective",
Expand Down
10 changes: 10 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 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.38](https://github.com/sequelize/sequelize/compare/v7.0.0-oc-test.4...v7.0.0-alpha.38) (2024-03-19)

### Features

- add `@sequelize/utils` package ([#17168](https://github.com/sequelize/sequelize/issues/17168)) ([1d96a59](https://github.com/sequelize/sequelize/commit/1d96a59b2397f1f7e4b196ea281674d71a697e58))
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"sync-exports": "../../dev/sync-exports.mjs ./src"
},
"type": "commonjs",
"version": "0.0.0-development",
"version": "7.0.0-alpha.38",
"dependencies": {
"@types/lodash": "4.17.0",
"lodash": "4.17.21"
Expand Down
12 changes: 12 additions & 0 deletions packages/validator-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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.38](https://github.com/sequelize/sequelize/compare/v7.0.0-oc-test.4...v7.0.0-alpha.38) (2024-03-19)

### Features

- add `@sequelize/utils` package ([#17168](https://github.com/sequelize/sequelize/issues/17168)) ([1d96a59](https://github.com/sequelize/sequelize/commit/1d96a59b2397f1f7e4b196ea281674d71a697e58))
- generate docs from src ([#15581](https://github.com/sequelize/sequelize/issues/15581)) ([c2fed08](https://github.com/sequelize/sequelize/commit/c2fed0834b5f12b16246e30a9aa16043773bd144))
- move validator decorators to @sequelize/validator.js ([#15561](https://github.com/sequelize/sequelize/issues/15561)) ([d63a09d](https://github.com/sequelize/sequelize/commit/d63a09db712035b3cbd7fca89fd2b16cce380179))
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.37",
"version": "7.0.0-alpha.38",
"description": "Integration between validator.js and Sequelize",
"funding": [
{
Expand Down

0 comments on commit 5aa4e6d

Please sign in to comment.