diff --git a/packages/toolkit/CHANGELOG.md b/packages/toolkit/CHANGELOG.md index ec93e128ba..49512ab63b 100644 --- a/packages/toolkit/CHANGELOG.md +++ b/packages/toolkit/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.115.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.114.0...@instill-ai/toolkit-v0.115.0) (2024-12-11) + + +### Features + +* **integration:** add drive.file scope into google sheet ([#1649](https://github.com/instill-ai/console/issues/1649)) ([ba388d8](https://github.com/instill-ai/console/commit/ba388d801c70286651fa6cf1cd61144fe9940616)) + + +### Bug Fixes + +* fix integration item auto-gen-form issue ([#1647](https://github.com/instill-ai/console/issues/1647)) ([97d3354](https://github.com/instill-ai/console/commit/97d33549b2f7efe8d3e07d66300034ea867dcba3)) + ## [0.114.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.113.0...@instill-ai/toolkit-v0.114.0) (2024-12-09) diff --git a/packages/toolkit/package.json b/packages/toolkit/package.json index 920be346a8..5efe5bca5d 100644 --- a/packages/toolkit/package.json +++ b/packages/toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@instill-ai/toolkit", - "version": "0.114.0", + "version": "0.115.0", "description": "Instill AI's frontend toolkit", "repository": "https://github.com/instill-ai/design-system.git", "bugs": "https://github.com/instill-ai/design-system/issues", diff --git a/release-please/manifest.json b/release-please/manifest.json index d561f788b0..4c4868503b 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1 +1 @@ -{"apps/console":"0.64.1-beta","packages/design-system":"0.86.0","packages/design-tokens":"0.8.1","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.114.0","packages/sdk":"0.13.0"} \ No newline at end of file +{"apps/console":"0.64.1-beta","packages/design-system":"0.86.0","packages/design-tokens":"0.8.1","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.115.0","packages/sdk":"0.13.0"} \ No newline at end of file