Skip to content

Commit

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

### Bug Fixes

* required fields are not required in schema when they have default values ([#1185](#1185)) ([a5501fc](a5501fc))
  • Loading branch information
forest-bot committed Oct 9, 2024
1 parent bd3bf72 commit f26b179
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.11.3](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.11.2...example@1.11.3) (2024-10-09)





### Dependencies

* **@forestadmin/datasource-sequelize:** upgraded to 1.10.3
* **@forestadmin/datasource-sql:** upgraded to 1.14.29

## example [1.11.2](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.11.1...example@1.11.2) (2024-10-07)


Expand Down
6 changes: 3 additions & 3 deletions packages/_example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example",
"version": "1.11.2",
"version": "1.11.3",
"license": "GPL-V3",
"private": true,
"dependencies": {
Expand All @@ -9,8 +9,8 @@
"@forestadmin/datasource-dummy": "1.1.35",
"@forestadmin/datasource-mongo": "1.3.23",
"@forestadmin/datasource-mongoose": "1.8.3",
"@forestadmin/datasource-sequelize": "1.10.2",
"@forestadmin/datasource-sql": "1.14.28",
"@forestadmin/datasource-sequelize": "1.10.3",
"@forestadmin/datasource-sql": "1.14.29",
"@forestadmin/datasource-toolkit": "1.42.0",
"@koa/router": "^12.0.0",
"@nestjs/common": "^9.2.1",
Expand Down

0 comments on commit f26b179

Please sign in to comment.