Skip to content

Commit

Permalink
chore(release): @forestadmin/agent@1.17.0-alpha-widgets.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.17.0-alpha-widgets.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.16.1...@forestadmin/agent@1.17.0-alpha-widgets.1) (2023-08-23)

### Features

* add dropdown to form field options ([#776](#776)) ([2b7a9a2](2b7a9a2))
  • Loading branch information
forest-bot committed Aug 23, 2023
1 parent c3965d9 commit 0c7c3a4
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.17.0-alpha-widgets.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.16.1...@forestadmin/agent@1.17.0-alpha-widgets.1) (2023-08-23)


### Features

* add dropdown to form field options ([#776](https://github.com/ForestAdmin/agent-nodejs/issues/776)) ([2b7a9a2](https://github.com/ForestAdmin/agent-nodejs/commit/2b7a9a29b573e95dd03374341e848578774f1975))





### Dependencies

* **@forestadmin/datasource-customizer:** upgraded to 1.15.0-alpha-widgets.1
* **@forestadmin/datasource-toolkit:** upgraded to 1.9.0-alpha-widgets.1
* **@forestadmin/forestadmin-client:** upgraded to 1.6.0-alpha-widgets.1

## @forestadmin/agent [1.16.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.16.0...@forestadmin/agent@1.16.1) (2023-07-27)


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.16.1",
"version": "1.17.0-alpha-widgets.1",
"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.14.0",
"@forestadmin/datasource-toolkit": "1.8.0",
"@forestadmin/forestadmin-client": "1.5.9",
"@forestadmin/datasource-customizer": "1.15.0-alpha-widgets.1",
"@forestadmin/datasource-toolkit": "1.9.0-alpha-widgets.1",
"@forestadmin/forestadmin-client": "1.6.0-alpha-widgets.1",
"@koa/cors": "^4.0.0",
"@koa/router": "^12.0.0",
"forest-ip-utils": "^1.0.1",
Expand Down

0 comments on commit 0c7c3a4

Please sign in to comment.