From f8efde9dd7ad2dc6185e19dd4add57ccf907face Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Fri, 15 Sep 2023 07:08:56 +0000 Subject: [PATCH] chore(release): @forestadmin/datasource-sequelize@1.5.15 [skip ci] ## [1.5.15](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.5.14...@forestadmin/datasource-sequelize@1.5.15) (2023-09-15) ### Bug Fixes * **agent:** fix related data access permissions ([#823](https://github.com/ForestAdmin/agent-nodejs/issues/823)) ([14b4e3e](https://github.com/ForestAdmin/agent-nodejs/commit/14b4e3e111667465342f2606a909f61e29e59a8e)) * **datasource-customizer:** add hasFieldChanged function to handle change hook on this field ([#816](https://github.com/ForestAdmin/agent-nodejs/issues/816)) ([46bae6d](https://github.com/ForestAdmin/agent-nodejs/commit/46bae6d92d6fefe93b43a8a58ae6d7127fa3eacf)) * **datasource-customizer:** fix smart action default value behavior ([#817](https://github.com/ForestAdmin/agent-nodejs/issues/817)) ([2f9c4c1](https://github.com/ForestAdmin/agent-nodejs/commit/2f9c4c1a967bd4b2189ff10c24d536f4124f37a1)) * **datasource-mongoose:** fix errors when creating or retrieving records from collections created with asModel on an object field ([#821](https://github.com/ForestAdmin/agent-nodejs/issues/821)) ([d3858fe](https://github.com/ForestAdmin/agent-nodejs/commit/d3858fedbdde37c20811ff9505e9fd57d4c6b2c5)) * **introspection:** handle sqlite datasources in broken relationship logger ([#811](https://github.com/ForestAdmin/agent-nodejs/issues/811)) ([78be39d](https://github.com/ForestAdmin/agent-nodejs/commit/78be39dc79e043d34684a9389d77f3dff4ce70b0)) ### Features * support date picker in action form widgets ([#819](https://github.com/ForestAdmin/agent-nodejs/issues/819)) ([f7ead87](https://github.com/ForestAdmin/agent-nodejs/commit/f7ead87f6c4bc3970f07ec7c965725a4c40b4ad6)) --- packages/datasource-sequelize/CHANGELOG.md | 10 ++++++++++ packages/datasource-sequelize/package.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/packages/datasource-sequelize/CHANGELOG.md b/packages/datasource-sequelize/CHANGELOG.md index 8006334554..f45a9fd127 100644 --- a/packages/datasource-sequelize/CHANGELOG.md +++ b/packages/datasource-sequelize/CHANGELOG.md @@ -1,3 +1,13 @@ +## @forestadmin/datasource-sequelize [1.5.15](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.5.14...@forestadmin/datasource-sequelize@1.5.15) (2023-09-15) + + + + + +### Dependencies + +* **@forestadmin/datasource-toolkit:** upgraded to 1.22.0 + ## @forestadmin/datasource-sequelize [1.5.14](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.5.13...@forestadmin/datasource-sequelize@1.5.14) (2023-09-12) diff --git a/packages/datasource-sequelize/package.json b/packages/datasource-sequelize/package.json index 1eb7d14754..7224d86cbe 100644 --- a/packages/datasource-sequelize/package.json +++ b/packages/datasource-sequelize/package.json @@ -1,6 +1,6 @@ { "name": "@forestadmin/datasource-sequelize", - "version": "1.5.14", + "version": "1.5.15", "main": "dist/index.js", "license": "GPL-3.0", "publishConfig": { @@ -12,7 +12,7 @@ "directory": "packages/datasource-sequelize" }, "dependencies": { - "@forestadmin/datasource-toolkit": "1.21.0" + "@forestadmin/datasource-toolkit": "1.22.0" }, "files": [ "dist/**/*.js",