diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index 1146572e26..32596e8ff5 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.63.0-beta](https://github.com/instill-ai/console/compare/v0.62.0-beta...v0.63.0-beta) (2024-11-20) + + +### Features + +* implement blob artifact when trigger pipeline ([#1604](https://github.com/instill-ai/console/issues/1604)) ([e93cb87](https://github.com/instill-ai/console/commit/e93cb879ebc300f3042778a1cb6f24528b6f790d)) + + +### Bug Fixes + +* remove empty extra bottom space of recipe editor ([#1603](https://github.com/instill-ai/console/issues/1603)) ([7e45955](https://github.com/instill-ai/console/commit/7e4595558b40fc50129fd3f9b2c523c9162b0bf9)) + ## [0.62.0-beta](https://github.com/instill-ai/console/compare/v0.61.0-beta...v0.62.0-beta) (2024-11-05) diff --git a/apps/console/package.json b/apps/console/package.json index d50bf9eec5..f31fb7bca5 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,6 +1,6 @@ { "name": "instillai-console", - "version": "0.62.0-beta", + "version": "0.63.0-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 fc33ef8b9a..ac94f7746e 100644 --- a/packages/design-system/CHANGELOG.md +++ b/packages/design-system/CHANGELOG.md @@ -1,5 +1,14 @@ # @instill-ai/design-system +## [0.84.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.83.0...@instill-ai/design-system-v0.84.0) (2024-11-20) + + +### Features + +* adapt artifact upload on pipeline preview page ([#1605](https://github.com/instill-ai/console/issues/1605)) ([37411cf](https://github.com/instill-ai/console/commit/37411cf53ec7f98cde73f443a4d35b27900c4770)) +* **dashboard:** rename pipeline/model triggers to runs ([#1597](https://github.com/instill-ai/console/issues/1597)) ([d32ce87](https://github.com/instill-ai/console/commit/d32ce8730e3ea03c9eea4123f47f4f3c835bf293)) +* support event component ([#1600](https://github.com/instill-ai/console/issues/1600)) ([af3526b](https://github.com/instill-ai/console/commit/af3526b5546a25d2fd18a3404c129f6c0128a21c)) + ## [0.83.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.82.1...@instill-ai/design-system-v0.83.0) (2024-11-05) diff --git a/packages/design-system/package.json b/packages/design-system/package.json index 561e5fd72c..f8bd0312c8 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -1,6 +1,6 @@ { "name": "@instill-ai/design-system", - "version": "0.84.0-rc.0", + "version": "0.84.0", "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 2b8b8e999f..b5ca6495a7 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.12.0](https://github.com/instill-ai/console/compare/instill-sdk-v0.11.0...instill-sdk-v0.12.0) (2024-11-20) + + +### Features + +* adapt artifact upload on pipeline preview page ([#1605](https://github.com/instill-ai/console/issues/1605)) ([37411cf](https://github.com/instill-ai/console/commit/37411cf53ec7f98cde73f443a4d35b27900c4770)) +* add event component data example ([#1608](https://github.com/instill-ai/console/issues/1608)) ([5d03014](https://github.com/instill-ai/console/commit/5d030144bf92bb2bcb76bdebe79250940164356b)) +* implement blob artifact when trigger pipeline ([#1604](https://github.com/instill-ai/console/issues/1604)) ([e93cb87](https://github.com/instill-ai/console/commit/e93cb879ebc300f3042778a1cb6f24528b6f790d)) +* support event component ([#1600](https://github.com/instill-ai/console/issues/1600)) ([af3526b](https://github.com/instill-ai/console/commit/af3526b5546a25d2fd18a3404c129f6c0128a21c)) + ## [0.11.0](https://github.com/instill-ai/console/compare/instill-sdk-v0.10.0...instill-sdk-v0.11.0) (2024-11-05) diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 83ffae7e6f..47463b07b9 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "instill-sdk", - "version": "0.12.0-rc.3", + "version": "0.12.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 7f4d256606..94276c01a9 100644 --- a/packages/toolkit/CHANGELOG.md +++ b/packages/toolkit/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [0.111.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.110.0...@instill-ai/toolkit-v0.111.0) (2024-11-20) + + +### Features + +* adapt artifact upload on pipeline preview page ([#1605](https://github.com/instill-ai/console/issues/1605)) ([37411cf](https://github.com/instill-ai/console/commit/37411cf53ec7f98cde73f443a4d35b27900c4770)) +* add event component data example ([#1608](https://github.com/instill-ai/console/issues/1608)) ([5d03014](https://github.com/instill-ai/console/commit/5d030144bf92bb2bcb76bdebe79250940164356b)) +* **dashboard:** rename pipeline/model triggers to runs ([#1597](https://github.com/instill-ai/console/issues/1597)) ([d32ce87](https://github.com/instill-ai/console/commit/d32ce8730e3ea03c9eea4123f47f4f3c835bf293)) +* implement blob artifact when trigger pipeline ([#1604](https://github.com/instill-ai/console/issues/1604)) ([e93cb87](https://github.com/instill-ai/console/commit/e93cb879ebc300f3042778a1cb6f24528b6f790d)) +* **integration:** use the oAuthConfig presentness to determine integration setup flow ([#1606](https://github.com/instill-ai/console/issues/1606)) ([975af94](https://github.com/instill-ai/console/commit/975af94bd5761e8c74b2555534f14744fa7458e1)) +* **pipeline:** adapt instill-format to format on rawRecipe ([#1599](https://github.com/instill-ai/console/issues/1599)) ([7cedb3f](https://github.com/instill-ai/console/commit/7cedb3fb4b0dc3da580a7b4b2ff4959763b3f95a)) +* support event component ([#1600](https://github.com/instill-ai/console/issues/1600)) ([af3526b](https://github.com/instill-ai/console/commit/af3526b5546a25d2fd18a3404c129f6c0128a21c)) + + +### Bug Fixes + +* fix array file wrong UX that will make user feel that can add more files step by step ([#1601](https://github.com/instill-ai/console/issues/1601)) ([7c6b342](https://github.com/instill-ai/console/commit/7c6b34233004f0bade1f20d8f8fa723e69fbce48)) +* fix component status is wrong on streaming trigger ([#1607](https://github.com/instill-ai/console/issues/1607)) ([5b02bea](https://github.com/instill-ai/console/commit/5b02beaba97b4686512e5d4fa142506bdedb797b)) +* fix duplicated getting started tab and event message hint text on recipe editor ([#1609](https://github.com/instill-ai/console/issues/1609)) ([10e5dea](https://github.com/instill-ai/console/commit/10e5dea57c91f55fc87a47d4b1d6c2fc6f39d44b)) +* replace restapi with http on the schema validation ([#1602](https://github.com/instill-ai/console/issues/1602)) ([48fbe92](https://github.com/instill-ai/console/commit/48fbe92589305007128d6206e0db982a32ad4120)) + + +### Miscellaneous + +* clean up unused console log ([#1610](https://github.com/instill-ai/console/issues/1610)) ([33df761](https://github.com/instill-ai/console/commit/33df76183f3d764dfb286c7b0101fbe54c313908)) + ## [0.110.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.109.0...@instill-ai/toolkit-v0.110.0) (2024-11-05) diff --git a/packages/toolkit/package.json b/packages/toolkit/package.json index aa3de7d2d7..8d10e01e60 100644 --- a/packages/toolkit/package.json +++ b/packages/toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@instill-ai/toolkit", - "version": "0.111.0-rc.4", + "version": "0.111.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 8bbc59d24f..1f720bd88f 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1 +1 @@ -{"apps/console":"0.62.0-beta","packages/design-system":"0.83.0","packages/design-tokens":"0.8.0","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.110.0","packages/sdk":"0.11.0"} \ No newline at end of file +{"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.111.0","packages/sdk":"0.12.0"} \ No newline at end of file