Skip to content

Commit

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

### Bug Fixes

* send details to frontend on unexpected sequelize errors ([#868](#868)) ([f6cb9a5](f6cb9a5))
  • Loading branch information
forest-bot committed Nov 7, 2023
1 parent f76be1b commit 6f527d8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/_example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## example [1.6.58](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.6.57...example@1.6.58) (2023-11-07)





### Dependencies

* **@forestadmin/datasource-sequelize:** upgraded to 1.5.25
* **@forestadmin/datasource-sql:** upgraded to 1.7.40

## example [1.6.57](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.6.56...example@1.6.57) (2023-11-03)


Expand Down
6 changes: 3 additions & 3 deletions packages/_example/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "example",
"version": "1.6.57",
"version": "1.6.58",
"license": "GPL-V3",
"private": true,
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@forestadmin/agent": "1.36.0",
"@forestadmin/datasource-dummy": "1.0.81",
"@forestadmin/datasource-mongoose": "1.5.30",
"@forestadmin/datasource-sequelize": "1.5.24",
"@forestadmin/datasource-sql": "1.7.39",
"@forestadmin/datasource-sequelize": "1.5.25",
"@forestadmin/datasource-sql": "1.7.40",
"@forestadmin/datasource-toolkit": "1.29.0",
"@koa/router": "^12.0.0",
"@nestjs/common": "^9.2.1",
Expand Down

0 comments on commit 6f527d8

Please sign in to comment.