From 48c3a8ce828e549fdd447f758e0f0bfdc524aa03 Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Tue, 29 Aug 2023 09:01:08 +0000 Subject: [PATCH] chore(release): @forestadmin/plugin-flattener@1.0.35 [skip ci] ## [1.0.35](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.0.34...@forestadmin/plugin-flattener@1.0.35) (2023-08-29) ### 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 checkbox widget for boolean fields in smart actions ([f6de833](https://github.com/ForestAdmin/agent-nodejs/commit/f6de8337497b8ef0b92b5cbd627fddf87d75f3d3)) * add support for the checkbox widget for boolean fields in smart actions ([#794](https://github.com/ForestAdmin/agent-nodejs/issues/794)) ([05f473c](https://github.com/ForestAdmin/agent-nodejs/commit/05f473c849f1598a7c361b2993bf093f732b2807)) * 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/plugin-flattener/CHANGELOG.md | 11 +++++++++++ packages/plugin-flattener/package.json | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/packages/plugin-flattener/CHANGELOG.md b/packages/plugin-flattener/CHANGELOG.md index 31149e3cc9..b9df54564c 100644 --- a/packages/plugin-flattener/CHANGELOG.md +++ b/packages/plugin-flattener/CHANGELOG.md @@ -1,3 +1,14 @@ +## @forestadmin/plugin-flattener [1.0.35](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.0.34...@forestadmin/plugin-flattener@1.0.35) (2023-08-29) + + + + + +### Dependencies + +* **@forestadmin/datasource-toolkit:** upgraded to 1.11.0 +* **@forestadmin/datasource-customizer:** upgraded to 1.17.0 + ## @forestadmin/plugin-flattener [1.0.34](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.0.33...@forestadmin/plugin-flattener@1.0.34) (2023-08-11) diff --git a/packages/plugin-flattener/package.json b/packages/plugin-flattener/package.json index 7bc1368c22..edf511e524 100644 --- a/packages/plugin-flattener/package.json +++ b/packages/plugin-flattener/package.json @@ -1,6 +1,6 @@ { "name": "@forestadmin/plugin-flattener", - "version": "1.0.34-alpha-widgets.2", + "version": "1.0.35", "description": "A plugin that allows to flatten columns and relations in Forest Admin", "main": "dist/index.js", "license": "GPL-3.0", @@ -24,11 +24,11 @@ "test": "jest" }, "devDependencies": { - "@forestadmin/datasource-customizer": "1.15.0-alpha-widgets.2", + "@forestadmin/datasource-customizer": "1.17.0", "@types/object-hash": "^3.0.2" }, "dependencies": { - "@forestadmin/datasource-toolkit": "1.9.0-alpha-widgets.2", + "@forestadmin/datasource-toolkit": "1.11.0", "object-hash": "^3.0.0" } }