Skip to content

Commit

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

### Bug Fixes

* **validation:** make frontend validation more reliable ([#655](#655)) ([75255b0](75255b0))
  • Loading branch information
forest-bot committed Apr 19, 2023
1 parent f42dac1 commit ad1c237
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.4.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.4.1...@forestadmin/datasource-sql@1.4.2) (2023-04-19)





### Dependencies

* **@forestadmin/datasource-sequelize:** upgraded to 1.2.15
* **@forestadmin/datasource-toolkit:** upgraded to 1.4.3

## @forestadmin/datasource-sql [1.4.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.4.0...@forestadmin/datasource-sql@1.4.1) (2023-04-19)


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.4.1",
"version": "1.4.2",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -12,8 +12,8 @@
"directory": "packages/datasource-sql"
},
"dependencies": {
"@forestadmin/datasource-sequelize": "1.2.14",
"@forestadmin/datasource-toolkit": "1.4.2",
"@forestadmin/datasource-sequelize": "1.2.15",
"@forestadmin/datasource-toolkit": "1.4.3",
"pluralize": "^8.0.0",
"sequelize": "^6.28.0"
},
Expand Down

0 comments on commit ad1c237

Please sign in to comment.