Skip to content

Commit

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

### Bug Fixes

* **datasource-mongoose:** when combining asModels and asFields, collection.create returns invalid records for subcollections ([#763](#763)) ([dda1008](dda1008))
  • Loading branch information
forest-bot committed Jul 10, 2023
1 parent ed970b2 commit 7eed822
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.3.32](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.3.31...example@1.3.32) (2023-07-10)





### Dependencies

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

## example [1.3.31](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.3.30...example@1.3.31) (2023-07-07)


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.3.31",
"version": "1.3.32",
"license": "GPL-V3",
"private": true,
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@forestadmin/agent": "1.13.4",
"@forestadmin/datasource-dummy": "1.0.37",
"@forestadmin/datasource-mongoose": "1.4.1",
"@forestadmin/datasource-mongoose": "1.4.2",
"@forestadmin/datasource-sequelize": "1.3.2",
"@forestadmin/datasource-sql": "1.7.1",
"@forestadmin/datasource-toolkit": "1.5.1",
Expand Down

0 comments on commit 7eed822

Please sign in to comment.