From 6a741d9d46ad35b9f9c9db1f147dccd537be71b5 Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Tue, 28 Jan 2025 13:05:12 +0000 Subject: [PATCH] chore(release): @forestadmin/datasource-sql@1.16.6 [skip ci] ## [1.16.6](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.16.5...@forestadmin/datasource-sql@1.16.6) (2025-01-28) ### Bug Fixes * **datasource mongo:** remove useless version manager ([#1244](https://github.com/ForestAdmin/agent-nodejs/issues/1244)) ([fbb6698](https://github.com/ForestAdmin/agent-nodejs/commit/fbb6698ba25b93f44c508404f103ae635b3662e3)) * do not override view default sorting ordrer ([#1245](https://github.com/ForestAdmin/agent-nodejs/issues/1245)) ([8e27769](https://github.com/ForestAdmin/agent-nodejs/commit/8e2776925b6999c967c050c23cc7d63d76c87228)) * **lazy join:** do not remove foreignkey when they are asking ([#1246](https://github.com/ForestAdmin/agent-nodejs/issues/1246)) ([621b243](https://github.com/ForestAdmin/agent-nodejs/commit/621b2434900f565e37fbd982dae6e82664797c37)) * **validator:** allow null value for Equal operator ([#1250](https://github.com/ForestAdmin/agent-nodejs/issues/1250)) ([5d4cf3e](https://github.com/ForestAdmin/agent-nodejs/commit/5d4cf3eec67849ce6f749aa22f7fb5deda325bc7)) ### Features * add lazy join decorator ([#1240](https://github.com/ForestAdmin/agent-nodejs/issues/1240)) ([1b6b248](https://github.com/ForestAdmin/agent-nodejs/commit/1b6b248321944b67a71e1ce4f42ee0d3932ebd69)) * support for mongoose v8 ([#1241](https://github.com/ForestAdmin/agent-nodejs/issues/1241)) ([ae0164d](https://github.com/ForestAdmin/agent-nodejs/commit/ae0164d04e477c5af13d1029d74f4e1c374a0b03)) --- packages/datasource-sql/CHANGELOG.md | 11 +++++++++++ packages/datasource-sql/package.json | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/packages/datasource-sql/CHANGELOG.md b/packages/datasource-sql/CHANGELOG.md index 168d5a802c..df175a1702 100644 --- a/packages/datasource-sql/CHANGELOG.md +++ b/packages/datasource-sql/CHANGELOG.md @@ -1,3 +1,14 @@ +## @forestadmin/datasource-sql [1.16.6](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.16.5...@forestadmin/datasource-sql@1.16.6) (2025-01-28) + + + + + +### Dependencies + +* **@forestadmin/datasource-sequelize:** upgraded to 1.11.6 +* **@forestadmin/datasource-toolkit:** upgraded to 1.47.1 + ## @forestadmin/datasource-sql [1.16.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.16.4...@forestadmin/datasource-sql@1.16.5) (2025-01-22) diff --git a/packages/datasource-sql/package.json b/packages/datasource-sql/package.json index d541b6dbae..626d341785 100644 --- a/packages/datasource-sql/package.json +++ b/packages/datasource-sql/package.json @@ -1,6 +1,6 @@ { "name": "@forestadmin/datasource-sql", - "version": "1.16.5", + "version": "1.16.6", "main": "dist/index.js", "license": "GPL-3.0", "publishConfig": { @@ -12,8 +12,8 @@ "directory": "packages/datasource-sql" }, "dependencies": { - "@forestadmin/datasource-sequelize": "1.11.5", - "@forestadmin/datasource-toolkit": "1.47.0", + "@forestadmin/datasource-sequelize": "1.11.6", + "@forestadmin/datasource-toolkit": "1.47.1", "pluralize": "^8.0.0", "sequelize": "^6.37.5", "socks": "^2.7.1",