From 9e70a482127200bc635bf79ce129aa26b10149f6 Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Fri, 24 Jan 2025 14:46:18 +0000 Subject: [PATCH] chore(release): @forestadmin/plugin-export-advanced@1.1.22 [skip ci] ## [1.1.22](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-export-advanced@1.1.21...@forestadmin/plugin-export-advanced@1.1.22) (2025-01-24) ### Bug Fixes * 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)) --- packages/plugin-export-advanced/CHANGELOG.md | 10 ++++++++++ packages/plugin-export-advanced/package.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/packages/plugin-export-advanced/CHANGELOG.md b/packages/plugin-export-advanced/CHANGELOG.md index 682827e09..c3cd72411 100644 --- a/packages/plugin-export-advanced/CHANGELOG.md +++ b/packages/plugin-export-advanced/CHANGELOG.md @@ -1,3 +1,13 @@ +## @forestadmin/plugin-export-advanced [1.1.22](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-export-advanced@1.1.21...@forestadmin/plugin-export-advanced@1.1.22) (2025-01-24) + + + + + +### Dependencies + +* **@forestadmin/datasource-customizer:** upgraded to 1.61.1 + ## @forestadmin/plugin-export-advanced [1.1.21](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-export-advanced@1.1.20...@forestadmin/plugin-export-advanced@1.1.21) (2025-01-23) diff --git a/packages/plugin-export-advanced/package.json b/packages/plugin-export-advanced/package.json index c0c1aabb3..3b60d6282 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.21", + "version": "1.1.22", "main": "dist/index.js", "license": "GPL-3.0", "publishConfig": { @@ -15,7 +15,7 @@ "excel4node": "^1.8.0" }, "devDependencies": { - "@forestadmin/datasource-customizer": "1.61.0", + "@forestadmin/datasource-customizer": "1.61.1", "@forestadmin/datasource-toolkit": "1.47.0" }, "files": [