From e98cbd1e7f4144ee73ea95941d38dbbca11a1cfa Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Fri, 13 Dec 2024 08:26:56 +0530 Subject: [PATCH] chore: release main --- packages/design-system/CHANGELOG.md | 7 +++++++ packages/design-system/package.json | 2 +- packages/sdk/CHANGELOG.md | 7 +++++++ packages/sdk/package.json | 2 +- packages/toolkit/CHANGELOG.md | 7 +++++++ packages/toolkit/package.json | 2 +- release-please/manifest.json | 2 +- 7 files changed, 25 insertions(+), 4 deletions(-) diff --git a/packages/design-system/CHANGELOG.md b/packages/design-system/CHANGELOG.md index 46f131c034..9f8e5b6f87 100644 --- a/packages/design-system/CHANGELOG.md +++ b/packages/design-system/CHANGELOG.md @@ -1,5 +1,12 @@ # @instill-ai/design-system +## [0.86.1](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.86.0...@instill-ai/design-system-v0.86.1) (2024-12-13) + + +### Bug Fixes + +* fix model hardware options ([#1652](https://github.com/instill-ai/console/issues/1652)) ([55b98a6](https://github.com/instill-ai/console/commit/55b98a662bea5ff3fa63bab7cf3ced46d06839d0)) + ## [0.86.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.85.0...@instill-ai/design-system-v0.86.0) (2024-12-09) diff --git a/packages/design-system/package.json b/packages/design-system/package.json index 53911a5022..31d697f7c8 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -1,6 +1,6 @@ { "name": "@instill-ai/design-system", - "version": "0.86.0", + "version": "0.86.1", "description": "Instill AI's design system", "repository": "https://github.com/instill-ai/design-system.git", "bugs": "https://github.com/instill-ai/design-system/issues", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 6ba37f63e1..3705278df1 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.13.1](https://github.com/instill-ai/console/compare/instill-sdk-v0.13.0...instill-sdk-v0.13.1) (2024-12-13) + + +### Bug Fixes + +* fix model hardware options ([#1652](https://github.com/instill-ai/console/issues/1652)) ([55b98a6](https://github.com/instill-ai/console/commit/55b98a662bea5ff3fa63bab7cf3ced46d06839d0)) + ## [0.13.0](https://github.com/instill-ai/console/compare/instill-sdk-v0.12.0...instill-sdk-v0.13.0) (2024-12-03) diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 3a769dbf93..a577ecc3d8 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "instill-sdk", - "version": "0.13.0", + "version": "0.13.1", "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 f8ce960095..b5f2551fd6 100644 --- a/packages/toolkit/CHANGELOG.md +++ b/packages/toolkit/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.115.2](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.115.1...@instill-ai/toolkit-v0.115.2) (2024-12-13) + + +### Bug Fixes + +* fix model hardware options ([#1652](https://github.com/instill-ai/console/issues/1652)) ([55b98a6](https://github.com/instill-ai/console/commit/55b98a662bea5ff3fa63bab7cf3ced46d06839d0)) + ## [0.115.1](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.115.0...@instill-ai/toolkit-v0.115.1) (2024-12-11) diff --git a/packages/toolkit/package.json b/packages/toolkit/package.json index 2388ffd96d..a5a9afc0d6 100644 --- a/packages/toolkit/package.json +++ b/packages/toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@instill-ai/toolkit", - "version": "0.115.1", + "version": "0.115.2", "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 b6e47f4f44..a1eb386023 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.115.1","packages/sdk":"0.13.0"} \ No newline at end of file +{"apps/console":"0.64.1-beta","packages/design-system":"0.86.1","packages/design-tokens":"0.8.1","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.115.2","packages/sdk":"0.13.1"} \ No newline at end of file