Skip to content

Commit

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

### 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))
  • Loading branch information
forest-bot committed Sep 17, 2024
1 parent 27775fc commit d0f819c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/datasource-sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## @forestadmin/datasource-sql [1.14.19](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.14.18...@forestadmin/datasource-sql@1.14.19) (2024-09-17)





### Dependencies

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

## @forestadmin/datasource-sql [1.14.18](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.14.17...@forestadmin/datasource-sql@1.14.18) (2024-09-11)


Expand Down
6 changes: 3 additions & 3 deletions packages/datasource-sql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/datasource-sql",
"version": "1.14.18",
"version": "1.14.19",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -12,8 +12,8 @@
"directory": "packages/datasource-sql"
},
"dependencies": {
"@forestadmin/datasource-sequelize": "1.9.2",
"@forestadmin/datasource-toolkit": "1.34.5",
"@forestadmin/datasource-sequelize": "1.9.3",
"@forestadmin/datasource-toolkit": "1.35.0",
"pluralize": "^8.0.0",
"sequelize": "^6.28.0",
"socks": "^2.7.1",
Expand Down

0 comments on commit d0f819c

Please sign in to comment.