Skip to content

Commit

Permalink
chore(release): @forestadmin/plugin-export-advanced@1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-export-advanced@1.0.99...@forestadmin/plugin-export-advanced@1.1.0) (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 481ae65 commit c0b8b80
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions packages/plugin-export-advanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# @forestadmin/plugin-export-advanced [1.1.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-export-advanced@1.0.99...@forestadmin/plugin-export-advanced@1.1.0) (2024-09-23)


### Features

* add optional id in action form fields ([#1174](https://github.com/ForestAdmin/agent-nodejs/issues/1174)) ([f2db803](https://github.com/ForestAdmin/agent-nodejs/commit/f2db803cba2e29d1b92845c376874560783221da))





### Dependencies

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

## @forestadmin/plugin-export-advanced [1.0.99](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-export-advanced@1.0.98...@forestadmin/plugin-export-advanced@1.0.99) (2024-09-18)


Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-export-advanced/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/plugin-export-advanced",
"version": "1.0.99",
"version": "1.1.0",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -15,8 +15,8 @@
"excel4node": "^1.8.0"
},
"devDependencies": {
"@forestadmin/datasource-customizer": "1.50.0",
"@forestadmin/datasource-toolkit": "1.37.0"
"@forestadmin/datasource-customizer": "1.51.0",
"@forestadmin/datasource-toolkit": "1.38.0"
},
"files": [
"dist/**/*.js",
Expand Down

0 comments on commit c0b8b80

Please sign in to comment.