From 3192e5d785ec308fd7bfb58b712ea7691ab20e80 Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Wed, 27 Nov 2024 10:12:42 +0000 Subject: [PATCH] chore(release): @forestadmin/datasource-customizer@1.55.5 [skip ci] ## [1.55.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.55.4...@forestadmin/datasource-customizer@1.55.5) (2024-11-27) ### Bug Fixes * **forest-cloud:** generate datasource file on bootstrap ([#1203](https://github.com/ForestAdmin/agent-nodejs/issues/1203)) ([3a365f2](https://github.com/ForestAdmin/agent-nodejs/commit/3a365f282df7adf08c6ceec0ded8e8f540f5a1b1)) * **rename decorator:** properly map relation when renaming pk field ([#1217](https://github.com/ForestAdmin/agent-nodejs/issues/1217)) ([2de746f](https://github.com/ForestAdmin/agent-nodejs/commit/2de746f7325310d6138550cd75660cc1955c6114)) * **security:** patch cross-spawn dependency vulnerabilities ([#1212](https://github.com/ForestAdmin/agent-nodejs/issues/1212)) ([79c5d35](https://github.com/ForestAdmin/agent-nodejs/commit/79c5d3507a328e726bfa29e917ddd16eef2378cf)) * **security:** patch express dependency vulnerabilities ([#1213](https://github.com/ForestAdmin/agent-nodejs/issues/1213)) ([a2c9399](https://github.com/ForestAdmin/agent-nodejs/commit/a2c93999310a991ce7fc794ebfaad5a67e51da56)) * **security:** patch tar dependency vulnerabilities ([#1214](https://github.com/ForestAdmin/agent-nodejs/issues/1214)) ([175b438](https://github.com/ForestAdmin/agent-nodejs/commit/175b438d5a465b94872ea3151612ebf5753926af)) * **typo:** bootstrap command ([#1206](https://github.com/ForestAdmin/agent-nodejs/issues/1206)) ([d60337b](https://github.com/ForestAdmin/agent-nodejs/commit/d60337b82531c7ef753a54cb55ea8711d8f80a8f)) ### Features * add support of projection on get route ([#1205](https://github.com/ForestAdmin/agent-nodejs/issues/1205)) ([5df3c58](https://github.com/ForestAdmin/agent-nodejs/commit/5df3c5823365aa3640e4f88e7254e1c2e7daeed1)) * better logs during timeout ([#1208](https://github.com/ForestAdmin/agent-nodejs/issues/1208)) ([e844184](https://github.com/ForestAdmin/agent-nodejs/commit/e84418466dd473b176b5f41062ad055f258d6803)) * **datasource sql:** add option to see paranoid ([#1210](https://github.com/ForestAdmin/agent-nodejs/issues/1210)) ([2d2639c](https://github.com/ForestAdmin/agent-nodejs/commit/2d2639c4eb506fab4db54a94778e3ee9196180e2)) * **forest-cloud:** introduce local development environment for cloud projects ([#1199](https://github.com/ForestAdmin/agent-nodejs/issues/1199)) ([e1cfa42](https://github.com/ForestAdmin/agent-nodejs/commit/e1cfa424d9dfcd64193e40474571b58e0931d57a)) --- packages/datasource-customizer/CHANGELOG.md | 7 +++++++ packages/datasource-customizer/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/datasource-customizer/CHANGELOG.md b/packages/datasource-customizer/CHANGELOG.md index 6771992ed..553bb7176 100644 --- a/packages/datasource-customizer/CHANGELOG.md +++ b/packages/datasource-customizer/CHANGELOG.md @@ -1,3 +1,10 @@ +## @forestadmin/datasource-customizer [1.55.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.55.4...@forestadmin/datasource-customizer@1.55.5) (2024-11-27) + + +### Bug Fixes + +* **rename decorator:** properly map relation when renaming pk field ([#1217](https://github.com/ForestAdmin/agent-nodejs/issues/1217)) ([2de746f](https://github.com/ForestAdmin/agent-nodejs/commit/2de746f7325310d6138550cd75660cc1955c6114)) + ## @forestadmin/datasource-customizer [1.55.4](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.55.3...@forestadmin/datasource-customizer@1.55.4) (2024-11-05) diff --git a/packages/datasource-customizer/package.json b/packages/datasource-customizer/package.json index 44bc7a5f2..435d8c82f 100644 --- a/packages/datasource-customizer/package.json +++ b/packages/datasource-customizer/package.json @@ -1,6 +1,6 @@ { "name": "@forestadmin/datasource-customizer", - "version": "1.55.4", + "version": "1.55.5", "main": "dist/index.js", "license": "GPL-3.0", "publishConfig": {