Skip to content

Commit

Permalink
chore(release): @forestadmin/agent@1.43.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
forest-bot committed Sep 17, 2024
1 parent 35bda5c commit 3a7d6b8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions packages/agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# @forestadmin/agent [1.43.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.42.0...@forestadmin/agent@1.43.0) (2024-09-17)


### Features

* add html block in action forms ([#1172](https://github.com/ForestAdmin/agent-nodejs/issues/1172)) ([4c67ccd](https://github.com/ForestAdmin/agent-nodejs/commit/4c67ccd71f5a818fc8891366f44f84d5208e15dc))





### Dependencies

* **@forestadmin/datasource-customizer:** upgraded to 1.49.0
* **@forestadmin/datasource-toolkit:** upgraded to 1.36.0
* **@forestadmin/forestadmin-client:** upgraded to 1.29.0

# @forestadmin/agent [1.42.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.41.12...@forestadmin/agent@1.42.0) (2024-09-17)


Expand Down
8 changes: 4 additions & 4 deletions packages/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/agent",
"version": "1.42.0",
"version": "1.43.0",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -14,9 +14,9 @@
"dependencies": {
"@fast-csv/format": "^4.3.5",
"@fastify/express": "^1.1.0",
"@forestadmin/datasource-customizer": "1.48.0",
"@forestadmin/datasource-toolkit": "1.35.0",
"@forestadmin/forestadmin-client": "1.28.0",
"@forestadmin/datasource-customizer": "1.49.0",
"@forestadmin/datasource-toolkit": "1.36.0",
"@forestadmin/forestadmin-client": "1.29.0",
"@koa/cors": "^5.0.0",
"@koa/router": "^12.0.0",
"@types/koa__router": "^12.0.0",
Expand Down

0 comments on commit 3a7d6b8

Please sign in to comment.