Skip to content

Commit

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

### Bug Fixes

* fix excel export type ([#1195](#1195)) ([ac7f7d9](ac7f7d9))

### Features

* add caller ip in action context.caller.request.ip ([#1196](#1196)) ([25aa5b8](25aa5b8))
  • Loading branch information
forest-bot committed Oct 18, 2024
1 parent a11ff28 commit d828864
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.11.7](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.11.6...example@1.11.7) (2024-10-18)





### Dependencies

* **@forestadmin/agent:** upgraded to 1.51.0
* **@forestadmin/datasource-dummy:** upgraded to 1.1.37
* **@forestadmin/datasource-mongo:** upgraded to 1.3.25
* **@forestadmin/datasource-mongoose:** upgraded to 1.8.5
* **@forestadmin/datasource-sequelize:** upgraded to 1.10.5
* **@forestadmin/datasource-sql:** upgraded to 1.14.31
* **@forestadmin/datasource-toolkit:** upgraded to 1.43.0

## example [1.11.6](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.11.5...example@1.11.6) (2024-10-15)


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.6",
"version": "1.11.7",
"license": "GPL-V3",
"private": true,
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@forestadmin/agent": "1.50.3",
"@forestadmin/datasource-dummy": "1.1.36",
"@forestadmin/datasource-mongo": "1.3.24",
"@forestadmin/datasource-mongoose": "1.8.4",
"@forestadmin/datasource-sequelize": "1.10.4",
"@forestadmin/datasource-sql": "1.14.30",
"@forestadmin/datasource-toolkit": "1.42.1",
"@forestadmin/agent": "1.51.0",
"@forestadmin/datasource-dummy": "1.1.37",
"@forestadmin/datasource-mongo": "1.3.25",
"@forestadmin/datasource-mongoose": "1.8.5",
"@forestadmin/datasource-sequelize": "1.10.5",
"@forestadmin/datasource-sql": "1.14.31",
"@forestadmin/datasource-toolkit": "1.43.0",
"@koa/router": "^12.0.0",
"@nestjs/common": "^9.2.1",
"@nestjs/core": "^9.2.1",
Expand Down

0 comments on commit d828864

Please sign in to comment.