Skip to content

Commit

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

### Bug Fixes

* **schema:** force schema metadata update even in production ([#947](#947)) ([3ce68e0](3ce68e0))

### Features

* **action result builder:** allow user to set SA response headers ([#945](#945)) ([ce37c01](ce37c01))
  • Loading branch information
forest-bot committed Feb 2, 2024
1 parent 2891479 commit 0d8eff5
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.7.47](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.7.46...@forestadmin/datasource-sql@1.7.47) (2024-02-02)





### Dependencies

* **@forestadmin/datasource-sequelize:** upgraded to 1.6.2
* **@forestadmin/datasource-toolkit:** upgraded to 1.31.0

## @forestadmin/datasource-sql [1.7.46](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.7.45...@forestadmin/datasource-sql@1.7.46) (2024-02-01)


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.7.46",
"version": "1.7.47",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -12,8 +12,8 @@
"directory": "packages/datasource-sql"
},
"dependencies": {
"@forestadmin/datasource-sequelize": "1.6.1",
"@forestadmin/datasource-toolkit": "1.30.1",
"@forestadmin/datasource-sequelize": "1.6.2",
"@forestadmin/datasource-toolkit": "1.31.0",
"pluralize": "^8.0.0",
"sequelize": "^6.28.0",
"socks": "^2.7.1",
Expand Down

0 comments on commit 0d8eff5

Please sign in to comment.