Skip to content

Commit d5e5ee3

Browse files
committed
chore(release): @forestadmin/forest-cloud@1.12.45 [skip ci]
## [1.12.45](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forest-cloud@1.12.44...@forestadmin/forest-cloud@1.12.45) (2025-05-12) ### Bug Fixes * **mongoose:** change regex to support windows os when making introspection ([#1296](#1296)) ([46c799f](46c799f))
1 parent dfccbfc commit d5e5ee3

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.45](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forest-cloud@1.12.44...@forestadmin/forest-cloud@1.12.45) (2025-05-12)
2+
3+
4+
5+
6+
7+
### Dependencies
8+
9+
* **@forestadmin/datasource-mongo:** upgraded to 1.5.2
10+
* **@forestadmin/datasource-mongoose:** upgraded to 1.12.2
11+
112
## @forestadmin/forest-cloud [1.12.44](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/forest-cloud@1.12.43...@forestadmin/forest-cloud@1.12.44) (2025-05-12)
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.44",
3+
"version": "1.12.45",
44
"description": "Utility to bootstrap and publish forest admin cloud projects customization",
55
"dependencies": {
66
"@forestadmin/agent": "1.63.5",
77
"@forestadmin/datasource-customizer": "1.66.0",
8-
"@forestadmin/datasource-mongo": "1.5.1",
9-
"@forestadmin/datasource-mongoose": "1.12.1",
8+
"@forestadmin/datasource-mongo": "1.5.2",
9+
"@forestadmin/datasource-mongoose": "1.12.2",
1010
"@forestadmin/datasource-sequelize": "1.13.0",
1111
"@forestadmin/datasource-sql": "1.17.0",
1212
"@forestadmin/datasource-toolkit": "1.50.0",

0 commit comments

Comments
 (0)