Skip to content

Commit

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

### Bug Fixes

* **datasource-mongoose:** fix errors when creating or retrieving records from collections created with asModel on an object field ([#821](#821)) ([d3858fe](d3858fe))
  • Loading branch information
forest-bot committed Sep 13, 2023
1 parent 980e7a6 commit f8e6dab
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.22](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.6.21...example@1.6.22) (2023-09-13)





### Dependencies

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

## example [1.6.21](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.6.20...example@1.6.21) (2023-09-13)


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.21",
"version": "1.6.22",
"license": "GPL-V3",
"private": true,
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@forestadmin/agent": "1.28.3",
"@forestadmin/datasource-dummy": "1.0.61",
"@forestadmin/datasource-mongoose": "1.5.16",
"@forestadmin/datasource-mongoose": "1.5.17",
"@forestadmin/datasource-sequelize": "1.5.14",
"@forestadmin/datasource-sql": "1.7.26",
"@forestadmin/datasource-toolkit": "1.21.0",
Expand Down

0 comments on commit f8e6dab

Please sign in to comment.