From eb6f934ea257cb82994ac539d1e5178653b0cd33 Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Mon, 28 Aug 2023 08:31:12 +0000 Subject: [PATCH] chore(release): @forestadmin/datasource-sql@1.7.11 [skip ci] ## [1.7.11](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.7.10...@forestadmin/datasource-sql@1.7.11) (2023-08-28) ### Bug Fixes * **replica:** module not found error when importing the datasource-replica ([#788](https://github.com/ForestAdmin/agent-nodejs/issues/788)) ([d41d897](https://github.com/ForestAdmin/agent-nodejs/commit/d41d8979754f37e7bf7de378c3ffb36665d189fb)) ### Features * add dropdown to form field options ([#776](https://github.com/ForestAdmin/agent-nodejs/issues/776)) ([2b7a9a2](https://github.com/ForestAdmin/agent-nodejs/commit/2b7a9a29b573e95dd03374341e848578774f1975)) * add support for stringList dropdown ([#793](https://github.com/ForestAdmin/agent-nodejs/issues/793)) ([7a42278](https://github.com/ForestAdmin/agent-nodejs/commit/7a422781a499d5da0bc37d291e2bc664b0216f8f)) * add support for the dropdown widget in custom action fields, with values/labels, placeholder and static search ([#791](https://github.com/ForestAdmin/agent-nodejs/issues/791)) ([99c9d73](https://github.com/ForestAdmin/agent-nodejs/commit/99c9d730b079d03ae41b242d8aacc902b33a2c00)) * allow to use an array of values for dropdown options ([#790](https://github.com/ForestAdmin/agent-nodejs/issues/790)) ([8f09376](https://github.com/ForestAdmin/agent-nodejs/commit/8f09376cee2649a96edc3c2563814e15af5d63be)) --- 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 05a00da10a..92ee9676ec 100644 --- a/packages/datasource-sql/CHANGELOG.md +++ b/packages/datasource-sql/CHANGELOG.md @@ -1,3 +1,14 @@ +## @forestadmin/datasource-sql [1.7.11](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.7.10...@forestadmin/datasource-sql@1.7.11) (2023-08-28) + + + + + +### Dependencies + +* **@forestadmin/datasource-sequelize:** upgraded to 1.5.1 +* **@forestadmin/datasource-toolkit:** upgraded to 1.10.0 + ## @forestadmin/datasource-sql [1.7.11-alpha-widgets.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.7.10...@forestadmin/datasource-sql@1.7.11-alpha-widgets.1) (2023-08-23) diff --git a/packages/datasource-sql/package.json b/packages/datasource-sql/package.json index bb6195b25e..c657ffab70 100644 --- a/packages/datasource-sql/package.json +++ b/packages/datasource-sql/package.json @@ -1,6 +1,6 @@ { "name": "@forestadmin/datasource-sql", - "version": "1.7.11-alpha-widgets.1", + "version": "1.7.11", "main": "dist/index.js", "license": "GPL-3.0", "publishConfig": { @@ -12,8 +12,8 @@ "directory": "packages/datasource-sql" }, "dependencies": { - "@forestadmin/datasource-sequelize": "1.5.1-alpha-widgets.1", - "@forestadmin/datasource-toolkit": "1.10.0-alpha-widgets.1", + "@forestadmin/datasource-sequelize": "1.5.1", + "@forestadmin/datasource-toolkit": "1.10.0", "pluralize": "^8.0.0", "sequelize": "^6.28.0", "socks": "^2.7.1",