Skip to content

Commit

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

### Features

* **capabilities:** define native query connection capabilities ([#1220](#1220)) ([bd0fc7c](bd0fc7c))

### Reverts

*  "chore(capabilities): define native query connection capabilities ([#1219](#1219))" ([290cde3](290cde3))
  • Loading branch information
forest-bot committed Nov 27, 2024
1 parent 18225da commit 8926f9e
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.15](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.11.14...example@1.11.15) (2024-11-27)





### Dependencies

* **@forestadmin/agent:** upgraded to 1.54.0
* **@forestadmin/datasource-dummy:** upgraded to 1.1.41
* **@forestadmin/datasource-mongo:** upgraded to 1.3.26
* **@forestadmin/datasource-mongoose:** upgraded to 1.8.6
* **@forestadmin/datasource-sequelize:** upgraded to 1.11.0
* **@forestadmin/datasource-sql:** upgraded to 1.16.0
* **@forestadmin/datasource-toolkit:** upgraded to 1.44.0

## example [1.11.14](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.11.13...example@1.11.14) (2024-11-27)


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.14",
"version": "1.11.15",
"license": "GPL-V3",
"private": true,
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@forestadmin/agent": "1.53.2",
"@forestadmin/datasource-dummy": "1.1.40",
"@forestadmin/datasource-mongo": "1.3.25",
"@forestadmin/datasource-mongoose": "1.8.5",
"@forestadmin/datasource-sequelize": "1.10.5",
"@forestadmin/datasource-sql": "1.15.0",
"@forestadmin/datasource-toolkit": "1.43.0",
"@forestadmin/agent": "1.54.0",
"@forestadmin/datasource-dummy": "1.1.41",
"@forestadmin/datasource-mongo": "1.3.26",
"@forestadmin/datasource-mongoose": "1.8.6",
"@forestadmin/datasource-sequelize": "1.11.0",
"@forestadmin/datasource-sql": "1.16.0",
"@forestadmin/datasource-toolkit": "1.44.0",
"@koa/router": "^12.0.0",
"@nestjs/common": "^9.2.1",
"@nestjs/core": "^9.2.1",
Expand Down

0 comments on commit 8926f9e

Please sign in to comment.