Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-sql@1.14.22 [skip ci]
Browse files Browse the repository at this point in the history
## [1.14.22](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.14.21...@forestadmin/datasource-sql@1.14.22) (2024-09-19)

### Bug Fixes

* **sequelize:** model validation should handle correctly is validator ([#1176](#1176)) ([9d528f6](9d528f6))
  • Loading branch information
forest-bot committed Sep 19, 2024
1 parent b7901d4 commit 2dddaea
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/datasource-sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## @forestadmin/datasource-sql [1.14.22](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.14.21...@forestadmin/datasource-sql@1.14.22) (2024-09-19)


### Bug Fixes

* **sequelize:** model validation should handle correctly is validator ([#1176](https://github.com/ForestAdmin/agent-nodejs/issues/1176)) ([9d528f6](https://github.com/ForestAdmin/agent-nodejs/commit/9d528f6f9ac115d43d27cffc824f25dda9419376))





### Dependencies

* **@forestadmin/datasource-sequelize:** upgraded to 1.9.6

## @forestadmin/datasource-sql [1.14.21](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.14.20...@forestadmin/datasource-sql@1.14.21) (2024-09-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/datasource-sql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/datasource-sql",
"version": "1.14.21",
"version": "1.14.22",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -12,7 +12,7 @@
"directory": "packages/datasource-sql"
},
"dependencies": {
"@forestadmin/datasource-sequelize": "1.9.5",
"@forestadmin/datasource-sequelize": "1.9.6",
"@forestadmin/datasource-toolkit": "1.37.0",
"pluralize": "^8.0.0",
"sequelize": "^6.28.0",
Expand Down

0 comments on commit 2dddaea

Please sign in to comment.