Skip to content

Commit

Permalink
chore(release): example@1.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.12.0](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.11.18...example@1.12.0) (2024-12-18)

### Bug Fixes

* **export-advanced:** compute filename on runtime ([#1229](#1229)) ([44082e8](44082e8))
* **security:** patch mongoose dependency vulnerabilities ([#1224](#1224)) ([d6197a9](d6197a9))
* **security:** patch path-to-regexp dependency vulnerabilities ([#1227](#1227)) ([839a4f3](839a4f3))

### Features

* **native-query:** execute chart query requests ([#1225](#1225)) ([84b26dd](84b26dd))
  • Loading branch information
forest-bot committed Dec 18, 2024
1 parent d4fd430 commit 9161eaa
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 8 deletions.
21 changes: 21 additions & 0 deletions packages/_example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# example [1.12.0](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.11.18...example@1.12.0) (2024-12-18)


### Features

* **native-query:** execute chart query requests ([#1225](https://github.com/ForestAdmin/agent-nodejs/issues/1225)) ([84b26dd](https://github.com/ForestAdmin/agent-nodejs/commit/84b26dd0fe58018482d530d2b60e2961dd9ec2f8))





### Dependencies

* **@forestadmin/agent:** upgraded to 1.56.0
* **@forestadmin/datasource-dummy:** upgraded to 1.1.42
* **@forestadmin/datasource-mongo:** upgraded to 1.3.27
* **@forestadmin/datasource-mongoose:** upgraded to 1.8.7
* **@forestadmin/datasource-sequelize:** upgraded to 1.11.2
* **@forestadmin/datasource-sql:** upgraded to 1.16.2
* **@forestadmin/datasource-toolkit:** upgraded to 1.45.0

## example [1.11.18](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.11.17...example@1.11.18) (2024-12-03)


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.11.18",
"version": "1.12.0",
"license": "GPL-V3",
"private": true,
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@forestadmin/agent": "1.55.1",
"@forestadmin/datasource-dummy": "1.1.41",
"@forestadmin/datasource-mongo": "1.3.26",
"@forestadmin/datasource-mongoose": "1.8.6",
"@forestadmin/datasource-sequelize": "1.11.1",
"@forestadmin/datasource-sql": "1.16.1",
"@forestadmin/datasource-toolkit": "1.44.0",
"@forestadmin/agent": "1.56.0",
"@forestadmin/datasource-dummy": "1.1.42",
"@forestadmin/datasource-mongo": "1.3.27",
"@forestadmin/datasource-mongoose": "1.8.7",
"@forestadmin/datasource-sequelize": "1.11.2",
"@forestadmin/datasource-sql": "1.16.2",
"@forestadmin/datasource-toolkit": "1.45.0",
"@koa/router": "^12.0.0",
"@nestjs/common": "^9.2.1",
"@nestjs/core": "^9.2.1",
Expand Down

0 comments on commit 9161eaa

Please sign in to comment.