Skip to content

Commit ca7d63c

Browse files
committed
chore(release): @forestadmin/forest-cloud@1.9.11 [skip ci]
## [1.9.11](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forest-cloud@1.9.10...@forestadmin/forest-cloud@1.9.11) (2024-05-21) ### Bug Fixes * **datasource-mongo:** validation error when creating a new record, due to _id and __v being required ([#1122](#1122)) ([9fe9207](9fe9207))
1 parent 129f870 commit ca7d63c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

packages/forest-cloud/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## @forestadmin/forest-cloud [1.9.11](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forest-cloud@1.9.10...@forestadmin/forest-cloud@1.9.11) (2024-05-21)
2+
3+
4+
5+
6+
7+
### Dependencies
8+
9+
* **@forestadmin/datasource-mongo:** upgraded to 1.3.5
10+
111
## @forestadmin/forest-cloud [1.9.10](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forest-cloud@1.9.9...@forestadmin/forest-cloud@1.9.10) (2024-05-20)
212

313

packages/forest-cloud/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@forestadmin/forest-cloud",
3-
"version": "1.9.10",
3+
"version": "1.9.11",
44
"description": "Utility to bootstrap and publish forest admin cloud projects customization",
55
"dependencies": {
66
"@forestadmin/agent": "1.40.1",
77
"@forestadmin/datasource-customizer": "1.44.3",
8-
"@forestadmin/datasource-mongo": "1.3.4",
8+
"@forestadmin/datasource-mongo": "1.3.5",
99
"@forestadmin/datasource-mongoose": "1.7.6",
1010
"@forestadmin/datasource-sequelize": "1.8.2",
1111
"@forestadmin/datasource-sql": "1.14.1",

0 commit comments

Comments
 (0)