From 6c426eeb4e187a166823f3aaa54a320f1b3cf553 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Thu, 28 Nov 2024 11:31:22 +0530 Subject: [PATCH] chore: release main --- apps/console/CHANGELOG.md | 15 +++++++++++++++ apps/console/package.json | 2 +- packages/sdk/CHANGELOG.md | 7 +++++++ packages/sdk/package.json | 2 +- packages/toolkit/CHANGELOG.md | 24 ++++++++++++++++++++++++ packages/toolkit/package.json | 2 +- release-please/manifest.json | 2 +- 7 files changed, 50 insertions(+), 4 deletions(-) diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index 32596e8ff5..39f350433d 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.64.0-beta](https://github.com/instill-ai/console/compare/v0.63.0-beta...v0.64.0-beta) (2024-11-28) + + +### Features + +* add feature flag for chat ([#1628](https://github.com/instill-ai/console/issues/1628)) ([7455ce4](https://github.com/instill-ai/console/commit/7455ce4401b98854f103dfd3d1bc7c39ba1b14e8)) +* **chat:** user can use @ to add tool suggestion in chat ([#1617](https://github.com/instill-ai/console/issues/1617)) ([d76cd51](https://github.com/instill-ai/console/commit/d76cd516fc3fb27f6fbaa01b3c44c09c905d24db)) +* deprecate markdown-to-jsx and support Latex in markdown ([#1623](https://github.com/instill-ai/console/issues/1623)) ([cfea04e](https://github.com/instill-ai/console/commit/cfea04ed02ed69f9bbe2a3646e4dc467834cfbc5)) +* unify the Instill AI meeting schedule link ([#1619](https://github.com/instill-ai/console/issues/1619)) ([51e76ff](https://github.com/instill-ai/console/commit/51e76ffcd7dbad92b511965992e6d7170b2bddd3)) + + +### Miscellaneous + +* **component:** add icons for google-drive, perplexity-ai and leadiq ([#1627](https://github.com/instill-ai/console/issues/1627)) ([4bed7fc](https://github.com/instill-ai/console/commit/4bed7fcaa88ac3358cf50352456203260ebbdabe)) + ## [0.63.0-beta](https://github.com/instill-ai/console/compare/v0.62.0-beta...v0.63.0-beta) (2024-11-20) diff --git a/apps/console/package.json b/apps/console/package.json index 4babb9d6e0..7e8ab3ed23 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,6 +1,6 @@ { "name": "instillai-console", - "version": "0.63.0-beta", + "version": "0.64.0-beta", "main": "index.js", "repository": "https://github.com/instill-ai/console.git", "author": "Instill AI", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index b5ca6495a7..42cadef8f1 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.0](https://github.com/instill-ai/console/compare/instill-sdk-v0.12.0...instill-sdk-v0.13.0) (2024-11-28) + + +### Features + +* deprecate the usage of integration.schemas ([#1621](https://github.com/instill-ai/console/issues/1621)) ([8bd46fc](https://github.com/instill-ai/console/commit/8bd46fc00e72f5cc68e595d740ccad6c3ff8e3bb)) + ## [0.12.0](https://github.com/instill-ai/console/compare/instill-sdk-v0.11.0...instill-sdk-v0.12.0) (2024-11-20) diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 47463b07b9..5a37f0fb73 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "instill-sdk", - "version": "0.12.0", + "version": "0.13.0", "description": "Instill AI's Typescript SDK", "repository": "https://github.com/instill-ai/typescript-sdk.git", "bugs": "https://github.com/instill-ai/community/issues", diff --git a/packages/toolkit/CHANGELOG.md b/packages/toolkit/CHANGELOG.md index 98df86541d..e6d2af22cd 100644 --- a/packages/toolkit/CHANGELOG.md +++ b/packages/toolkit/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [0.113.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.112.0...@instill-ai/toolkit-v0.113.0) (2024-11-28) + + +### Features + +* add feature flag for chat ([#1628](https://github.com/instill-ai/console/issues/1628)) ([7455ce4](https://github.com/instill-ai/console/commit/7455ce4401b98854f103dfd3d1bc7c39ba1b14e8)) +* **chat:** user can use @ to add tool suggestion in chat ([#1617](https://github.com/instill-ai/console/issues/1617)) ([d76cd51](https://github.com/instill-ai/console/commit/d76cd516fc3fb27f6fbaa01b3c44c09c905d24db)) +* deprecate markdown-to-jsx and support Latex in markdown ([#1623](https://github.com/instill-ai/console/issues/1623)) ([cfea04e](https://github.com/instill-ai/console/commit/cfea04ed02ed69f9bbe2a3646e4dc467834cfbc5)) +* deprecate the usage of integration.schemas ([#1621](https://github.com/instill-ai/console/issues/1621)) ([8bd46fc](https://github.com/instill-ai/console/commit/8bd46fc00e72f5cc68e595d740ccad6c3ff8e3bb)) +* **integration:** support google sheet OAuth ([#1624](https://github.com/instill-ai/console/issues/1624)) ([d4c56a1](https://github.com/instill-ai/console/commit/d4c56a1e8521637a0e70ffbd6d9058bcf35a57b3)) +* unify the Instill AI meeting schedule link ([#1619](https://github.com/instill-ai/console/issues/1619)) ([51e76ff](https://github.com/instill-ai/console/commit/51e76ffcd7dbad92b511965992e6d7170b2bddd3)) + + +### Bug Fixes + +* fix duplicated error message for multiple texts input of pipeline trigger form ([#1620](https://github.com/instill-ai/console/issues/1620)) ([fbbd708](https://github.com/instill-ai/console/commit/fbbd70802e8569147cfcca231da2dced29446bbc)) +* fix google sheets oauth config ([#1625](https://github.com/instill-ai/console/issues/1625)) ([92734df](https://github.com/instill-ai/console/commit/92734df039575e5220d1be0666bfbf0b28858e64)) + + +### Miscellaneous + +* **component:** add icons for google-drive, perplexity-ai and leadiq ([#1627](https://github.com/instill-ai/console/issues/1627)) ([4bed7fc](https://github.com/instill-ai/console/commit/4bed7fcaa88ac3358cf50352456203260ebbdabe)) +* **integration:** adjust OAuth scope for google-drive component ([#1626](https://github.com/instill-ai/console/issues/1626)) ([7b341a4](https://github.com/instill-ai/console/commit/7b341a40d4279d4615685edf9abf5c81192e3ed7)) + ## [0.112.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.111.1...@instill-ai/toolkit-v0.112.0) (2024-11-25) diff --git a/packages/toolkit/package.json b/packages/toolkit/package.json index ae5aa7ef92..e3677718ee 100644 --- a/packages/toolkit/package.json +++ b/packages/toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@instill-ai/toolkit", - "version": "0.113.0-rc.2", + "version": "0.113.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 7a66e6740e..d7e0d594a7 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1 +1 @@ -{"apps/console":"0.63.0-beta","packages/design-system":"0.84.0","packages/design-tokens":"0.8.0","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.112.0","packages/sdk":"0.12.0"} \ No newline at end of file +{"apps/console":"0.64.0-beta","packages/design-system":"0.84.0","packages/design-tokens":"0.8.0","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.113.0","packages/sdk":"0.13.0"} \ No newline at end of file