Skip to content

Commit

Permalink
chore(release): @forestadmin/forestadmin-client@1.2.0-alpha-webhook-c…
Browse files Browse the repository at this point in the history
…ustom-actions.3 [skip ci]

# [1.2.0-alpha-webhook-custom-actions.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.2.0-alpha-webhook-custom-actions.2...@forestadmin/forestadmin-client@1.2.0-alpha-webhook-custom-actions.3) (2023-05-10)

### Bug Fixes

* **agent:** improve error message when validating projections ([#683](#683)) ([5e1baa9](5e1baa9))
* **customizer:** crash at startup when using collections with native actions ([#681](#681)) ([abe3edf](abe3edf))
* **datasource-dummy:** correct relation definition ([#682](#682)) ([2ff0c9e](2ff0c9e))
* **datasource-sql:** export missing type ([#691](#691)) ([885de9e](885de9e))
* **in-app-onboarding:** do not force skipLibCheck on customers TS configuration ([#680](#680)) ([c374117](c374117))
* **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

* **datasource-customizer:** add support for binary fields ([#673](#673)) ([419727c](419727c))
  • Loading branch information
forest-bot committed May 10, 2023
1 parent 23e8a24 commit 4357f2a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/forestadmin-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# @forestadmin/forestadmin-client [1.2.0-alpha-webhook-custom-actions.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.2.0-alpha-webhook-custom-actions.2...@forestadmin/forestadmin-client@1.2.0-alpha-webhook-custom-actions.3) (2023-05-10)


### Bug Fixes

* **in-app-onboarding:** do not force skipLibCheck on customers TS configuration ([#680](https://github.com/ForestAdmin/agent-nodejs/issues/680)) ([c374117](https://github.com/ForestAdmin/agent-nodejs/commit/c37411763507f274dd4dba2d3dd08adb8c1b4222))

## @forestadmin/forestadmin-client [1.1.14](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.1.13...@forestadmin/forestadmin-client@1.1.14) (2023-05-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/forestadmin-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/forestadmin-client",
"version": "1.2.0-alpha-webhook-custom-actions.2",
"version": "1.2.0-alpha-webhook-custom-actions.3",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand Down

0 comments on commit 4357f2a

Please sign in to comment.