From 079826a792e812832f22fec8d9ec7f2a85d7a133 Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Fri, 4 Oct 2024 08:32:27 +0000 Subject: [PATCH] chore(release): @forestadmin/plugin-export-advanced@1.1.3 [skip ci] ## [1.1.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-export-advanced@1.1.2...@forestadmin/plugin-export-advanced@1.1.3) (2024-10-04) ### Bug Fixes * **mongoose:** apply sort on all pages instead of the current page ([#1188](https://github.com/ForestAdmin/agent-nodejs/issues/1188)) ([434d183](https://github.com/ForestAdmin/agent-nodejs/commit/434d1832e519dc410120a590cd2d7fcacc582c74)) ### Features * **schema:** send a clear message when user wants to access to an unknown field ([#1186](https://github.com/ForestAdmin/agent-nodejs/issues/1186)) ([016aedd](https://github.com/ForestAdmin/agent-nodejs/commit/016aedd2e42c9424a531bea1370bc901126d535a)) --- packages/plugin-export-advanced/CHANGELOG.md | 11 +++++++++++ packages/plugin-export-advanced/package.json | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/packages/plugin-export-advanced/CHANGELOG.md b/packages/plugin-export-advanced/CHANGELOG.md index b395ddb29f..e7cb97de10 100644 --- a/packages/plugin-export-advanced/CHANGELOG.md +++ b/packages/plugin-export-advanced/CHANGELOG.md @@ -1,3 +1,14 @@ +## @forestadmin/plugin-export-advanced [1.1.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-export-advanced@1.1.2...@forestadmin/plugin-export-advanced@1.1.3) (2024-10-04) + + + + + +### Dependencies + +* **@forestadmin/datasource-customizer:** upgraded to 1.53.0 +* **@forestadmin/datasource-toolkit:** upgraded to 1.41.0 + ## @forestadmin/plugin-export-advanced [1.1.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-export-advanced@1.1.1...@forestadmin/plugin-export-advanced@1.1.2) (2024-09-27) diff --git a/packages/plugin-export-advanced/package.json b/packages/plugin-export-advanced/package.json index 40c6020d25..dcdce0b3bf 100644 --- a/packages/plugin-export-advanced/package.json +++ b/packages/plugin-export-advanced/package.json @@ -1,6 +1,6 @@ { "name": "@forestadmin/plugin-export-advanced", - "version": "1.1.2", + "version": "1.1.3", "main": "dist/index.js", "license": "GPL-3.0", "publishConfig": { @@ -15,8 +15,8 @@ "excel4node": "^1.8.0" }, "devDependencies": { - "@forestadmin/datasource-customizer": "1.52.1", - "@forestadmin/datasource-toolkit": "1.40.0" + "@forestadmin/datasource-customizer": "1.53.0", + "@forestadmin/datasource-toolkit": "1.41.0" }, "files": [ "dist/**/*.js",