From ff948f0f8fbf96d9006f1f49ad4a671be863dbaa Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Wed, 8 Jan 2025 17:41:35 +0900 Subject: [PATCH] chore: release main --- apps/console/CHANGELOG.md | 12 ++++++++++++ apps/console/package.json | 2 +- packages/design-system/CHANGELOG.md | 7 +++++++ packages/design-system/package.json | 2 +- packages/toolkit/CHANGELOG.md | 12 ++++++++++++ packages/toolkit/package.json | 2 +- release-please/manifest.json | 2 +- 7 files changed, 35 insertions(+), 4 deletions(-) diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index aaab61b214..ce2366e63d 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.64.2-beta](https://github.com/instill-ai/console/compare/v0.64.1-beta...v0.64.2-beta) (2025-01-08) + + +### Bug Fixes + +* update nextjs version to cope with vulnerability ([#1663](https://github.com/instill-ai/console/issues/1663)) ([e2f33b3](https://github.com/instill-ai/console/commit/e2f33b39ad8fc5f47a904ddbfba7c3bd0b60e14a)) + + +### Miscellaneous + +* **deps:** bump up next js version ([#1661](https://github.com/instill-ai/console/issues/1661)) ([4b96901](https://github.com/instill-ai/console/commit/4b96901edfb1889435dd94487cdafd719e1beb4a)) + ## [0.64.1-beta](https://github.com/instill-ai/console/compare/v0.64.0-beta...v0.64.1-beta) (2024-12-09) diff --git a/apps/console/package.json b/apps/console/package.json index cd42d41066..bcb0bcf078 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,6 +1,6 @@ { "name": "instillai-console", - "version": "0.64.1-beta", + "version": "0.64.2-beta", "main": "index.js", "repository": "https://github.com/instill-ai/console.git", "author": "Instill AI", diff --git a/packages/design-system/CHANGELOG.md b/packages/design-system/CHANGELOG.md index 9f8e5b6f87..6e043f8794 100644 --- a/packages/design-system/CHANGELOG.md +++ b/packages/design-system/CHANGELOG.md @@ -1,5 +1,12 @@ # @instill-ai/design-system +## [0.86.2](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.86.1...@instill-ai/design-system-v0.86.2) (2025-01-08) + + +### Bug Fixes + +* chat task label fix ([#1657](https://github.com/instill-ai/console/issues/1657)) ([c01daec](https://github.com/instill-ai/console/commit/c01daec62f3b92d9edaa62b91f25dac049889ae8)) + ## [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) diff --git a/packages/design-system/package.json b/packages/design-system/package.json index 31d697f7c8..40bc7f8818 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.1", + "version": "0.86.2", "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/toolkit/CHANGELOG.md b/packages/toolkit/CHANGELOG.md index b5f2551fd6..95e25c51a9 100644 --- a/packages/toolkit/CHANGELOG.md +++ b/packages/toolkit/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.115.3](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.115.2...@instill-ai/toolkit-v0.115.3) (2025-01-08) + + +### Bug Fixes + +* update nextjs version to cope with vulnerability ([#1663](https://github.com/instill-ai/console/issues/1663)) ([e2f33b3](https://github.com/instill-ai/console/commit/e2f33b39ad8fc5f47a904ddbfba7c3bd0b60e14a)) + + +### Miscellaneous + +* **deps:** bump up next js version ([#1661](https://github.com/instill-ai/console/issues/1661)) ([4b96901](https://github.com/instill-ai/console/commit/4b96901edfb1889435dd94487cdafd719e1beb4a)) + ## [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) diff --git a/packages/toolkit/package.json b/packages/toolkit/package.json index b56827bc95..4caacf0196 100644 --- a/packages/toolkit/package.json +++ b/packages/toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@instill-ai/toolkit", - "version": "0.115.2", + "version": "0.115.3", "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 a1eb386023..8fca4f7361 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1 +1 @@ -{"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 +{"apps/console":"0.64.2-beta","packages/design-system":"0.86.2","packages/design-tokens":"0.8.1","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.115.3","packages/sdk":"0.13.1"} \ No newline at end of file