Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-mongoose@1.7.18 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.18](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-mongoose@1.7.17...@forestadmin/datasource-mongoose@1.7.18) (2024-09-23)

### Bug Fixes

* **sequelize:** model validation should handle correctly is validator ([#1176](#1176)) ([9d528f6](9d528f6))
* **sequelize:** model validation should handle correctly is validator ([#1177](#1177)) ([e6b4f13](e6b4f13))

### Features

* add optional id in action form fields ([#1174](#1174)) ([f2db803](f2db803))
  • Loading branch information
forest-bot committed Sep 23, 2024
1 parent 4c03586 commit db08003
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/datasource-mongoose/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## @forestadmin/datasource-mongoose [1.7.18](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-mongoose@1.7.17...@forestadmin/datasource-mongoose@1.7.18) (2024-09-23)





### Dependencies

* **@forestadmin/datasource-toolkit:** upgraded to 1.38.0

## @forestadmin/datasource-mongoose [1.7.17](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-mongoose@1.7.16...@forestadmin/datasource-mongoose@1.7.17) (2024-09-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/datasource-mongoose/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/datasource-mongoose",
"version": "1.7.17",
"version": "1.7.18",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"dist/**/*.d.ts"
],
"dependencies": {
"@forestadmin/datasource-toolkit": "1.37.0",
"@forestadmin/datasource-toolkit": "1.38.0",
"luxon": "^3.2.1"
},
"devDependencies": {
Expand Down

0 comments on commit db08003

Please sign in to comment.