Skip to content

Commit

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

### Bug Fixes

* missing exported type ([#1192](#1192)) ([7e26bd9](7e26bd9))
* **permissions:** properly check permissions when dissociating or deleting related resources ([#1190](#1190)) ([211fd1f](211fd1f))
* required fields are not required in schema when they have default values ([#1185](#1185)) ([a5501fc](a5501fc))
* search hook with layout ([#1187](#1187)) ([e75a06e](e75a06e))

### Features

* support static action forms with layout ([#1182](#1182)) ([92011d8](92011d8))
  • Loading branch information
forest-bot committed Oct 10, 2024
1 parent f06b0df commit c68a816
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/forestadmin-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## @forestadmin/forestadmin-client [1.34.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.34.0...@forestadmin/forestadmin-client@1.34.1) (2024-10-10)





### Dependencies

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

# @forestadmin/forestadmin-client [1.34.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forestadmin-client@1.33.1...@forestadmin/forestadmin-client@1.34.0) (2024-10-07)


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.34.0",
"version": "1.34.1",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"test": "jest"
},
"devDependencies": {
"@forestadmin/datasource-toolkit": "1.42.0",
"@forestadmin/datasource-toolkit": "1.42.1",
"@types/json-api-serializer": "^2.6.3",
"@types/jsonwebtoken": "^9.0.1",
"@types/superagent": "^4.1.16"
Expand Down

0 comments on commit c68a816

Please sign in to comment.