Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-customizer@1.39.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.39.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.39.0...@forestadmin/datasource-customizer@1.39.1) (2023-12-12)

### Bug Fixes

* field formValue is sometimes not correctly provided in execute context ([#894](#894)) ([a24aab1](a24aab1))
* **restart:** the agent should only restart when at least one customisation is installed ([#893](#893)) ([d5e3c15](d5e3c15))
  • Loading branch information
forest-bot committed Dec 12, 2023
1 parent ff1c887 commit d521c73
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/datasource-customizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## @forestadmin/datasource-customizer [1.39.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.39.0...@forestadmin/datasource-customizer@1.39.1) (2023-12-12)


### Bug Fixes

* field formValue is sometimes not correctly provided in execute context ([#894](https://github.com/ForestAdmin/agent-nodejs/issues/894)) ([a24aab1](https://github.com/ForestAdmin/agent-nodejs/commit/a24aab1b51c89df7ff72f7325dd3471a7e71a68a))





### Dependencies

* **@forestadmin/datasource-toolkit:** upgraded to 1.29.1

# @forestadmin/datasource-customizer [1.39.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.38.0...@forestadmin/datasource-customizer@1.39.0) (2023-12-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/datasource-customizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/datasource-customizer",
"version": "1.39.0",
"version": "1.39.1",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"@types/uuid": "^9.0.0"
},
"dependencies": {
"@forestadmin/datasource-toolkit": "1.29.0",
"@forestadmin/datasource-toolkit": "1.29.1",
"file-type": "^16.5.4",
"luxon": "^3.2.1",
"object-hash": "^3.0.0",
Expand Down

0 comments on commit d521c73

Please sign in to comment.