Skip to content

Commit

Permalink
chore(release): example@1.3.5-alpha-webhook-custom-actions.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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](#687)) ([c3f7f9a](c3f7f9a))
* **webhook-custom-actions:** register webhook actions configured from the frontend ([#686](#686)) ([fd9334a](fd9334a))

### Features

* **webhook-custom-actions:** use webhook nocode smart actions configured in the frontend ([#671](#671)) ([7629699](7629699))
  • Loading branch information
forest-bot committed May 10, 2023
1 parent 4ff32f8 commit 23e8a24
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/_example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


4 changes: 2 additions & 2 deletions packages/_example/package.json
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit 23e8a24

Please sign in to comment.