Skip to content

Commit 8edbb2e

Browse files
committed
chore(release): @forestadmin/forest-cloud@1.12.49 [skip ci]
## [1.12.49](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forest-cloud@1.12.48...@forestadmin/forest-cloud@1.12.49) (2025-05-21) ### Bug Fixes * prevent stack overflow error during mongoose introspection ([#1304](#1304)) ([00264ac](00264ac)) ### Features * **plugin-aws-s3:** add force path style parameter to s3 client ([#1305](#1305)) ([804a7f5](804a7f5))
1 parent 57227e4 commit 8edbb2e

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

packages/forest-cloud/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## @forestadmin/forest-cloud [1.12.49](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forest-cloud@1.12.48...@forestadmin/forest-cloud@1.12.49) (2025-05-21)
2+
3+
4+
5+
6+
7+
### Dependencies
8+
9+
* **@forestadmin/datasource-mongo:** upgraded to 1.5.3
10+
* **@forestadmin/datasource-mongoose:** upgraded to 1.12.3
11+
112
## @forestadmin/forest-cloud [1.12.48](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forest-cloud@1.12.47...@forestadmin/forest-cloud@1.12.48) (2025-05-15)
213

314

packages/forest-cloud/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@forestadmin/forest-cloud",
3-
"version": "1.12.48",
3+
"version": "1.12.49",
44
"description": "Utility to bootstrap and publish forest admin cloud projects customization",
55
"dependencies": {
66
"@forestadmin/agent": "1.64.0",
77
"@forestadmin/datasource-customizer": "1.66.0",
8-
"@forestadmin/datasource-mongo": "1.5.2",
9-
"@forestadmin/datasource-mongoose": "1.12.2",
8+
"@forestadmin/datasource-mongo": "1.5.3",
9+
"@forestadmin/datasource-mongoose": "1.12.3",
1010
"@forestadmin/datasource-sequelize": "1.13.0",
1111
"@forestadmin/datasource-sql": "1.17.1",
1212
"@forestadmin/datasource-toolkit": "1.50.0",

0 commit comments

Comments
 (0)