Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-dummy@1.0.73 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.73](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-dummy@1.0.72...@forestadmin/datasource-dummy@1.0.73) (2023-10-04)

### Bug Fixes

* fatal error with collection names containing some special characters ([#841](#841)) ([64bd49e](64bd49e))
* support schema different from the default one ([#839](#839)) ([18828c0](18828c0))
* **widgets:** fix the definition of the options property on dropdown to correctly retrieve the type of context ([#842](#842)) ([ee07a42](ee07a42))
  • Loading branch information
forest-bot committed Oct 4, 2023
1 parent b716017 commit 4f41e3f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/datasource-dummy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## @forestadmin/datasource-dummy [1.0.73](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-dummy@1.0.72...@forestadmin/datasource-dummy@1.0.73) (2023-10-04)





### Dependencies

* **@forestadmin/datasource-customizer:** upgraded to 1.35.2

## @forestadmin/datasource-dummy [1.0.72](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-dummy@1.0.71...@forestadmin/datasource-dummy@1.0.72) (2023-09-28)


Expand Down
4 changes: 2 additions & 2 deletions packages/datasource-dummy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/datasource-dummy",
"version": "1.0.72",
"version": "1.0.73",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -12,7 +12,7 @@
"directory": "packages/datasource-dummy"
},
"dependencies": {
"@forestadmin/datasource-customizer": "1.35.1",
"@forestadmin/datasource-customizer": "1.35.2",
"@forestadmin/datasource-toolkit": "1.28.0"
},
"files": [
Expand Down

0 comments on commit 4f41e3f

Please sign in to comment.