Skip to content

Commit

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

### Bug Fixes

* **datasource-sql:** support for paranoid tables with snake case timestamp fields ([#1170](#1170)) ([96b54f9](96b54f9))

### Features

* add separator in action forms ([#1167](#1167)) ([7d61527](7d61527))

### Performance Improvements

* **relation:** improve has many relation by using not in when possible and available ([#1148](#1148)) ([a15eefe](a15eefe))

### Reverts

*  "fix(datasource-sql): handle timestamps of tables with underscored column names" ([#1169](#1169)) ([3b76e38](3b76e38))
  • Loading branch information
forest-bot committed Sep 17, 2024
1 parent f3b37bb commit 27775fc
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.9.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.9.2...@forestadmin/datasource-sequelize@1.9.3) (2024-09-17)





### Dependencies

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

## @forestadmin/datasource-sequelize [1.9.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.9.1...@forestadmin/datasource-sequelize@1.9.2) (2024-09-09)


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

0 comments on commit 27775fc

Please sign in to comment.