Skip to content

Commit

Permalink
chore(release): @forestadmin/plugin-export-advanced@1.0.38 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.38](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-export-advanced@1.0.37...@forestadmin/plugin-export-advanced@1.0.38) (2023-09-15)

### Bug Fixes

* **datasource-mongoose:** fix errors when creating or retrieving records from collections created with asModel on an object field ([#821](#821)) ([d3858fe](d3858fe))

### Features

* support date picker in action form widgets ([#819](#819)) ([f7ead87](f7ead87))
  • Loading branch information
forest-bot committed Sep 15, 2023
1 parent e1eb4cb commit 28eba87
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/plugin-export-advanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## @forestadmin/plugin-export-advanced [1.0.38](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-export-advanced@1.0.37...@forestadmin/plugin-export-advanced@1.0.38) (2023-09-15)





### Dependencies

* **@forestadmin/datasource-customizer:** upgraded to 1.29.0
* **@forestadmin/datasource-toolkit:** upgraded to 1.22.0

## @forestadmin/plugin-export-advanced [1.0.37](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-export-advanced@1.0.36...@forestadmin/plugin-export-advanced@1.0.37) (2023-09-13)


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.37",
"version": "1.0.38",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -15,8 +15,8 @@
"excel4node": "^1.8.0"
},
"devDependencies": {
"@forestadmin/datasource-customizer": "1.28.2",
"@forestadmin/datasource-toolkit": "1.21.0"
"@forestadmin/datasource-customizer": "1.29.0",
"@forestadmin/datasource-toolkit": "1.22.0"
},
"files": [
"dist/**/*.js",
Expand Down

0 comments on commit 28eba87

Please sign in to comment.