Skip to content

Commit

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

### Features

* **schema:** send a clear message when user wants to access to an unknown field ([#1186](#1186)) ([016aedd](016aedd))
  • Loading branch information
forest-bot committed Oct 4, 2024
1 parent dd4b711 commit 56cd720
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
16 changes: 16 additions & 0 deletions packages/forest-cloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## @forestadmin/forest-cloud [1.11.19](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2024-10-04)





### Dependencies

* **@forestadmin/agent:** upgraded to 1.48.0
* **@forestadmin/datasource-customizer:** upgraded to 1.53.0
* **@forestadmin/datasource-mongo:** upgraded to 1.3.22
* **@forestadmin/datasource-mongoose:** upgraded to 1.8.2
* **@forestadmin/datasource-sequelize:** upgraded to 1.10.1
* **@forestadmin/datasource-sql:** upgraded to 1.14.27
* **@forestadmin/datasource-toolkit:** upgraded to 1.41.0

## @forestadmin/forest-cloud [1.11.18](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2024-10-04)


Expand Down
16 changes: 8 additions & 8 deletions packages/forest-cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@forestadmin/forest-cloud",
"version": "1.11.18",
"version": "1.11.19",
"description": "Utility to bootstrap and publish forest admin cloud projects customization",
"dependencies": {
"@forestadmin/agent": "1.47.0",
"@forestadmin/datasource-customizer": "1.52.1",
"@forestadmin/datasource-mongo": "1.3.21",
"@forestadmin/datasource-mongoose": "1.8.1",
"@forestadmin/datasource-sequelize": "1.10.0",
"@forestadmin/datasource-sql": "1.14.26",
"@forestadmin/datasource-toolkit": "1.40.0",
"@forestadmin/agent": "1.48.0",
"@forestadmin/datasource-customizer": "1.53.0",
"@forestadmin/datasource-mongo": "1.3.22",
"@forestadmin/datasource-mongoose": "1.8.2",
"@forestadmin/datasource-sequelize": "1.10.1",
"@forestadmin/datasource-sql": "1.14.27",
"@forestadmin/datasource-toolkit": "1.41.0",
"adm-zip": "^0.5.10",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
Expand Down

0 comments on commit 56cd720

Please sign in to comment.