Skip to content

Commit

Permalink
chore(release): @forestadmin/forestadmin-client@1.31.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.31.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.30.0...@forestadmin/forestadmin-client@1.31.0) (2024-09-23)

### Bug Fixes

* **sequelize:** model validation should handle correctly is validator ([#1176](#1176)) ([9d528f6](9d528f6))
* **sequelize:** model validation should handle correctly is validator ([#1177](#1177)) ([e6b4f13](e6b4f13))

### Features

* add optional id in action form fields ([#1174](#1174)) ([f2db803](f2db803))
  • Loading branch information
forest-bot committed Sep 23, 2024
1 parent 3893ab6 commit de4ebcc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/forestadmin-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# @forestadmin/forestadmin-client [1.31.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.30.0...@forestadmin/forestadmin-client@1.31.0) (2024-09-23)


### Features

* add optional id in action form fields ([#1174](https://github.com/ForestAdmin/agent-nodejs/issues/1174)) ([f2db803](https://github.com/ForestAdmin/agent-nodejs/commit/f2db803cba2e29d1b92845c376874560783221da))





### Dependencies

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

# @forestadmin/forestadmin-client [1.30.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.29.0...@forestadmin/forestadmin-client@1.30.0) (2024-09-18)


Expand Down
4 changes: 2 additions & 2 deletions 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.30.0",
"version": "1.31.0",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"test": "jest"
},
"devDependencies": {
"@forestadmin/datasource-toolkit": "1.37.0",
"@forestadmin/datasource-toolkit": "1.38.0",
"@types/json-api-serializer": "^2.6.3",
"@types/jsonwebtoken": "^9.0.1",
"@types/superagent": "^4.1.16"
Expand Down

0 comments on commit de4ebcc

Please sign in to comment.