From 0d8eff5b4e05df3c569cbbaa823c64c29de68feb Mon Sep 17 00:00:00 2001 From: Forest Bot Date: Fri, 2 Feb 2024 08:51:53 +0000 Subject: [PATCH] chore(release): @forestadmin/datasource-sql@1.7.47 [skip ci] ## [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](https://github.com/ForestAdmin/agent-nodejs/issues/947)) ([3ce68e0](https://github.com/ForestAdmin/agent-nodejs/commit/3ce68e0a59ca0321926d24893a0e9bedecc5d01f)) ### Features * **action result builder:** allow user to set SA response headers ([#945](https://github.com/ForestAdmin/agent-nodejs/issues/945)) ([ce37c01](https://github.com/ForestAdmin/agent-nodejs/commit/ce37c01df1e92628788c0bb3dc0eb8d6409b7aef)) --- packages/datasource-sql/CHANGELOG.md | 11 +++++++++++ packages/datasource-sql/package.json | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/packages/datasource-sql/CHANGELOG.md b/packages/datasource-sql/CHANGELOG.md index 54c885b5a2..a4bffca401 100644 --- a/packages/datasource-sql/CHANGELOG.md +++ b/packages/datasource-sql/CHANGELOG.md @@ -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) diff --git a/packages/datasource-sql/package.json b/packages/datasource-sql/package.json index 2228a46696..cf24165e5c 100644 --- a/packages/datasource-sql/package.json +++ b/packages/datasource-sql/package.json @@ -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": { @@ -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",