diff --git a/packages/datasource-sql/CHANGELOG.md b/packages/datasource-sql/CHANGELOG.md index ee2e72555..0c1aa68dc 100644 --- a/packages/datasource-sql/CHANGELOG.md +++ b/packages/datasource-sql/CHANGELOG.md @@ -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) diff --git a/packages/datasource-sql/package.json b/packages/datasource-sql/package.json index d05a55bb5..11374c3cc 100644 --- a/packages/datasource-sql/package.json +++ b/packages/datasource-sql/package.json @@ -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": { @@ -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",