Skip to content

Commit

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

### Bug Fixes

* **datasource-mongoose:** error on a nested field when requesting a child property on a missing value ([#860](#860)) ([6a04be7](6a04be7))
  • Loading branch information
forest-bot committed Oct 26, 2023
1 parent 396178c commit decc179
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/_example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## example [1.6.52](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.6.51...example@1.6.52) (2023-10-26)





### Dependencies

* **@forestadmin/datasource-mongoose:** upgraded to 1.5.29

## example [1.6.51](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.6.50...example@1.6.51) (2023-10-26)


Expand Down
4 changes: 2 additions & 2 deletions packages/_example/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "example",
"version": "1.6.51",
"version": "1.6.52",
"license": "GPL-V3",
"private": true,
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@forestadmin/agent": "1.35.14",
"@forestadmin/datasource-dummy": "1.0.79",
"@forestadmin/datasource-mongoose": "1.5.28",
"@forestadmin/datasource-mongoose": "1.5.29",
"@forestadmin/datasource-sequelize": "1.5.24",
"@forestadmin/datasource-sql": "1.7.39",
"@forestadmin/datasource-toolkit": "1.29.0",
Expand Down

0 comments on commit decc179

Please sign in to comment.