Skip to content

Commit

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

### Features

* **chart:** allow date aggregation on quarter ([#1257](#1257)) ([67cbacd](67cbacd))
  • Loading branch information
forest-bot committed Feb 21, 2025
1 parent e283630 commit c9c471d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
16 changes: 16 additions & 0 deletions packages/_example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## example [1.13.11](https://github.com/ForestAdmin/agent-nodejs/compare/[email protected]@1.13.11) (2025-02-21)





### Dependencies

* **@forestadmin/agent:** upgraded to 1.60.0
* **@forestadmin/datasource-dummy:** upgraded to 1.1.52
* **@forestadmin/datasource-mongo:** upgraded to 1.4.5
* **@forestadmin/datasource-mongoose:** upgraded to 1.11.0
* **@forestadmin/datasource-sequelize:** upgraded to 1.12.0
* **@forestadmin/datasource-sql:** upgraded to 1.16.8
* **@forestadmin/datasource-toolkit:** upgraded to 1.49.0

## example [1.13.10](https://github.com/ForestAdmin/agent-nodejs/compare/[email protected]@1.13.10) (2025-02-14)


Expand Down
16 changes: 8 additions & 8 deletions packages/_example/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "example",
"version": "1.13.10",
"version": "1.13.11",
"license": "GPL-V3",
"private": true,
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@forestadmin/agent": "1.59.2",
"@forestadmin/datasource-dummy": "1.1.51",
"@forestadmin/datasource-mongo": "1.4.4",
"@forestadmin/datasource-mongoose": "1.10.1",
"@forestadmin/datasource-sequelize": "1.11.7",
"@forestadmin/datasource-sql": "1.16.7",
"@forestadmin/datasource-toolkit": "1.48.0",
"@forestadmin/agent": "1.60.0",
"@forestadmin/datasource-dummy": "1.1.52",
"@forestadmin/datasource-mongo": "1.4.5",
"@forestadmin/datasource-mongoose": "1.11.0",
"@forestadmin/datasource-sequelize": "1.12.0",
"@forestadmin/datasource-sql": "1.16.8",
"@forestadmin/datasource-toolkit": "1.49.0",
"@koa/router": "^12.0.0",
"@nestjs/common": "^9.2.1",
"@nestjs/core": "^9.2.1",
Expand Down

0 comments on commit c9c471d

Please sign in to comment.