Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-sequelize@1.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.5.0...@forestadmin/datasource-sequelize@1.5.1) (2023-08-28)

### Bug Fixes

* **replica:** module not found error when importing the datasource-replica ([#788](#788)) ([d41d897](d41d897))

### Features

* add dropdown to form field options ([#776](#776)) ([2b7a9a2](2b7a9a2))
* add support for stringList dropdown ([#793](#793)) ([7a42278](7a42278))
* add support for the dropdown widget in custom action fields, with values/labels, placeholder and static search ([#791](#791)) ([99c9d73](99c9d73))
* allow to use an array of values for dropdown options ([#790](#790)) ([8f09376](8f09376))
  • Loading branch information
forest-bot committed Aug 28, 2023
1 parent e1c57a1 commit edfe550
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/datasource-sequelize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## @forestadmin/datasource-sequelize [1.5.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.5.0...@forestadmin/datasource-sequelize@1.5.1) (2023-08-28)





### Dependencies

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

## @forestadmin/datasource-sequelize [1.5.1-alpha-widgets.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.5.0...@forestadmin/datasource-sequelize@1.5.1-alpha-widgets.1) (2023-08-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/datasource-sequelize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/datasource-sequelize",
"version": "1.5.1-alpha-widgets.1",
"version": "1.5.1",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -12,7 +12,7 @@
"directory": "packages/datasource-sequelize"
},
"dependencies": {
"@forestadmin/datasource-toolkit": "1.10.0-alpha-widgets.1"
"@forestadmin/datasource-toolkit": "1.10.0"
},
"files": [
"dist/**/*.js",
Expand Down

0 comments on commit edfe550

Please sign in to comment.