Skip to content

Commit

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

### Bug Fixes

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





### Dependencies

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

## @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)


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.22",
"version": "1.14.23",
"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.6",
"@forestadmin/datasource-sequelize": "1.9.7",
"@forestadmin/datasource-toolkit": "1.37.0",
"pluralize": "^8.0.0",
"sequelize": "^6.28.0",
Expand Down

0 comments on commit fdbac44

Please sign in to comment.