From 23e8a249c1bff0eb4991925d6c76a6f2f1a820fd Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Wed, 10 May 2023 10:04:16 +0000 Subject: [PATCH] chore(release): example@1.3.5-alpha-webhook-custom-actions.1 [skip ci] ## [1.3.5-alpha-webhook-custom-actions.1](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.3.4...example@1.3.5-alpha-webhook-custom-actions.1) (2023-05-10) ### Bug Fixes * **webhook-custom-actions:** improve error reporting when calling a webhook ([#687](https://github.com/ForestAdmin/agent-nodejs/issues/687)) ([c3f7f9a](https://github.com/ForestAdmin/agent-nodejs/commit/c3f7f9a2803185a1058fe570f12072ffbec94a2c)) * **webhook-custom-actions:** register webhook actions configured from the frontend ([#686](https://github.com/ForestAdmin/agent-nodejs/issues/686)) ([fd9334a](https://github.com/ForestAdmin/agent-nodejs/commit/fd9334a76699f33e217f766b1ed29a7be179951c)) ### Features * **webhook-custom-actions:** use webhook nocode smart actions configured in the frontend ([#671](https://github.com/ForestAdmin/agent-nodejs/issues/671)) ([7629699](https://github.com/ForestAdmin/agent-nodejs/commit/762969922c98ad4b15ee2407d5789ab939059020)) --- packages/_example/CHANGELOG.md | 10 ++++++++++ packages/_example/package.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/packages/_example/CHANGELOG.md b/packages/_example/CHANGELOG.md index 472bdc641c..1cba3658c8 100644 --- a/packages/_example/CHANGELOG.md +++ b/packages/_example/CHANGELOG.md @@ -1,3 +1,13 @@ +## example [1.3.5-alpha-webhook-custom-actions.1](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.3.4...example@1.3.5-alpha-webhook-custom-actions.1) (2023-05-10) + + + + + +### Dependencies + +* **@forestadmin/agent:** upgraded to 1.9.0-alpha-webhook-custom-actions.8 + ## example [1.3.4](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.3.3...example@1.3.4) (2023-05-10) diff --git a/packages/_example/package.json b/packages/_example/package.json index c84ed0ef02..e788229027 100644 --- a/packages/_example/package.json +++ b/packages/_example/package.json @@ -1,11 +1,11 @@ { "name": "example", - "version": "1.3.3-alpha-webhook-custom-actions.4", + "version": "1.3.5-alpha-webhook-custom-actions.1", "license": "GPL-V3", "private": true, "dependencies": { "@faker-js/faker": "^7.6.0", - "@forestadmin/agent": "1.9.0-alpha-webhook-custom-actions.7", + "@forestadmin/agent": "1.9.0-alpha-webhook-custom-actions.8", "@forestadmin/datasource-dummy": "1.0.30-alpha-webhook-custom-actions.1", "@forestadmin/datasource-mongoose": "1.4.0", "@forestadmin/datasource-sequelize": "1.3.1",