From ccf1354b27b7306fa3e22cd5a748a5774cce7f11 Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Tue, 25 Jul 2023 14:36:04 +0000 Subject: [PATCH] chore(release): @forestadmin/datasource-customizer@1.11.0 [skip ci] # [1.11.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.10.2...@forestadmin/datasource-customizer@1.11.0) (2023-07-25) ### Bug Fixes * **agent:** sort enum values to avoid versioning conflicts ([#773](https://github.com/ForestAdmin/agent-nodejs/issues/773)) ([14ab93d](https://github.com/ForestAdmin/agent-nodejs/commit/14ab93d12ecf149fec35493c8c5b1e73856f46aa)) * **agent:** use meta instead of metadata in the schema ([#770](https://github.com/ForestAdmin/agent-nodejs/issues/770)) ([7f561f3](https://github.com/ForestAdmin/agent-nodejs/commit/7f561f34766604852b6a58c85c750a68baae29ea)) * **datasource-sequelize:** do not ignore deeply nested fields in projections ([#771](https://github.com/ForestAdmin/agent-nodejs/issues/771)) ([8065ef2](https://github.com/ForestAdmin/agent-nodejs/commit/8065ef263a93c206293f314080fe87df85a380ae)) * **forestadmin-client:** crash with lru cache concurrent clear and fetch ([#772](https://github.com/ForestAdmin/agent-nodejs/issues/772)) ([6725fb0](https://github.com/ForestAdmin/agent-nodejs/commit/6725fb06d05d4cf1922cd7bb0c1d660c9231fddf)) ### Features * add changed field to action context ([#769](https://github.com/ForestAdmin/agent-nodejs/issues/769)) ([dbfa25e](https://github.com/ForestAdmin/agent-nodejs/commit/dbfa25ec3e0dd09acb39be1ee702505a5cdd60f5)) --- packages/datasource-customizer/CHANGELOG.md | 15 +++++++++++++++ packages/datasource-customizer/package.json | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/packages/datasource-customizer/CHANGELOG.md b/packages/datasource-customizer/CHANGELOG.md index a971cae045..111062700c 100644 --- a/packages/datasource-customizer/CHANGELOG.md +++ b/packages/datasource-customizer/CHANGELOG.md @@ -1,3 +1,18 @@ +# @forestadmin/datasource-customizer [1.11.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.10.2...@forestadmin/datasource-customizer@1.11.0) (2023-07-25) + + +### Features + +* add changed field to action context ([#769](https://github.com/ForestAdmin/agent-nodejs/issues/769)) ([dbfa25e](https://github.com/ForestAdmin/agent-nodejs/commit/dbfa25ec3e0dd09acb39be1ee702505a5cdd60f5)) + + + + + +### Dependencies + +* **@forestadmin/datasource-toolkit:** upgraded to 1.6.0 + ## @forestadmin/datasource-customizer [1.10.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.10.1...@forestadmin/datasource-customizer@1.10.2) (2023-07-20) diff --git a/packages/datasource-customizer/package.json b/packages/datasource-customizer/package.json index 87798c99ae..fb9be5c157 100644 --- a/packages/datasource-customizer/package.json +++ b/packages/datasource-customizer/package.json @@ -1,6 +1,6 @@ { "name": "@forestadmin/datasource-customizer", - "version": "1.10.2", + "version": "1.11.0", "main": "dist/index.js", "license": "GPL-3.0", "publishConfig": { @@ -28,7 +28,7 @@ "@types/uuid": "^9.0.0" }, "dependencies": { - "@forestadmin/datasource-toolkit": "1.5.2", + "@forestadmin/datasource-toolkit": "1.6.0", "file-type": "^16.5.4", "luxon": "^3.2.1", "object-hash": "^3.0.0",