Skip to content

Commit

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

### Bug Fixes

* **agent:** fix related data access permissions ([#823](#823)) ([14b4e3e](14b4e3e))
* **datasource-customizer:** add hasFieldChanged function to handle change hook on this field ([#816](#816)) ([46bae6d](46bae6d))
* **datasource-customizer:** fix smart action default value behavior ([#817](#817)) ([2f9c4c1](2f9c4c1))
* **datasource-mongoose:** fix errors when creating or retrieving records from collections created with asModel on an object field ([#821](#821)) ([d3858fe](d3858fe))
* **introspection:** handle sqlite datasources in broken relationship logger ([#811](#811)) ([78be39d](78be39d))

### Features

* support date picker in action form widgets ([#819](#819)) ([f7ead87](f7ead87))
  • Loading branch information
forest-bot committed Sep 15, 2023
1 parent 77caf0b commit f8efde9
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.15](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.5.14...@forestadmin/datasource-sequelize@1.5.15) (2023-09-15)





### Dependencies

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

## @forestadmin/datasource-sequelize [1.5.14](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.5.13...@forestadmin/datasource-sequelize@1.5.14) (2023-09-12)


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.14",
"version": "1.5.15",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -12,7 +12,7 @@
"directory": "packages/datasource-sequelize"
},
"dependencies": {
"@forestadmin/datasource-toolkit": "1.21.0"
"@forestadmin/datasource-toolkit": "1.22.0"
},
"files": [
"dist/**/*.js",
Expand Down

0 comments on commit f8efde9

Please sign in to comment.