Skip to content

Commit

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

### Features

* **segment:** support templating for segment live query ([#1235](#1235)) ([5452a95](5452a95))
  • Loading branch information
forest-bot committed Jan 2, 2025
1 parent 5b65782 commit 40e8d30
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.12.15](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2025-01-02)





### Dependencies

* **@forestadmin/agent:** upgraded to 1.57.0
* **@forestadmin/datasource-customizer:** upgraded to 1.58.0
* **@forestadmin/datasource-mongo:** upgraded to 1.3.30
* **@forestadmin/datasource-mongoose:** upgraded to 1.8.9
* **@forestadmin/datasource-sequelize:** upgraded to 1.11.4
* **@forestadmin/datasource-sql:** upgraded to 1.16.4
* **@forestadmin/datasource-toolkit:** upgraded to 1.46.0

## @forestadmin/forest-cloud [1.12.14](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2025-01-02)


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.12.14",
"version": "1.12.15",
"description": "Utility to bootstrap and publish forest admin cloud projects customization",
"dependencies": {
"@forestadmin/agent": "1.56.2",
"@forestadmin/datasource-customizer": "1.57.1",
"@forestadmin/datasource-mongo": "1.3.29",
"@forestadmin/datasource-mongoose": "1.8.8",
"@forestadmin/datasource-sequelize": "1.11.3",
"@forestadmin/datasource-sql": "1.16.3",
"@forestadmin/datasource-toolkit": "1.45.1",
"@forestadmin/agent": "1.57.0",
"@forestadmin/datasource-customizer": "1.58.0",
"@forestadmin/datasource-mongo": "1.3.30",
"@forestadmin/datasource-mongoose": "1.8.9",
"@forestadmin/datasource-sequelize": "1.11.4",
"@forestadmin/datasource-sql": "1.16.4",
"@forestadmin/datasource-toolkit": "1.46.0",
"adm-zip": "^0.5.10",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
Expand Down

0 comments on commit 40e8d30

Please sign in to comment.