diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index 29481a2e77..1f5f742d9e 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.62.0-beta](https://github.com/instill-ai/console/compare/v0.61.0-beta...v0.62.0-beta) (2024-10-30) + + +### Features + +* **catalog:** migrate API calls to sdk CatalogClient ([#1572](https://github.com/instill-ai/console/issues/1572)) ([a305c98](https://github.com/instill-ai/console/commit/a305c98bdb546f8f3e0d60ab1e4abb01eff84b83)) +* replace vdp-sdk/model with instill-sdk ([#1566](https://github.com/instill-ai/console/issues/1566)) ([014f3ae](https://github.com/instill-ai/console/commit/014f3ae71ed385c67fc887c6b19902a7a2150e00)) +* retire name parameter in the pipeline related endpoint ([#1575](https://github.com/instill-ai/console/issues/1575)) ([533e757](https://github.com/instill-ai/console/commit/533e757117e532a596b4e05d432af79e4834a4a7)) + ## [0.61.0-beta](https://github.com/instill-ai/console/compare/v0.60.0-beta...v0.61.0-beta) (2024-10-24) diff --git a/apps/console/package.json b/apps/console/package.json index e3494edce1..d50bf9eec5 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,6 +1,6 @@ { "name": "instillai-console", - "version": "0.61.0-beta", + "version": "0.62.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 253ec10721..103c85c453 100644 --- a/packages/design-system/CHANGELOG.md +++ b/packages/design-system/CHANGELOG.md @@ -1,5 +1,12 @@ # @instill-ai/design-system +## [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-10-30) + + +### Features + +* **design-system:** feat add slider ([#1571](https://github.com/instill-ai/console/issues/1571)) ([8e3e655](https://github.com/instill-ai/console/commit/8e3e655772e6814b9b05f689f2b8db695417d2ab)) + ## [0.82.1](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.82.0...@instill-ai/design-system-v0.82.1) (2024-10-24) diff --git a/packages/design-system/package.json b/packages/design-system/package.json index 092760842a..8e4ec392ba 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -1,6 +1,6 @@ { "name": "@instill-ai/design-system", - "version": "0.82.1-rc.2", + "version": "0.83.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 6342e587c3..a675dc5cf7 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.11.0](https://github.com/instill-ai/console/compare/instill-sdk-v0.10.0...instill-sdk-v0.11.0) (2024-10-30) + + +### Features + +* **catalog:** migrate API calls to sdk CatalogClient ([#1572](https://github.com/instill-ai/console/issues/1572)) ([a305c98](https://github.com/instill-ai/console/commit/a305c98bdb546f8f3e0d60ab1e4abb01eff84b83)) +* remove vdp-sdk and rename it to sdk-helper ([#1568](https://github.com/instill-ai/console/issues/1568)) ([cfcd5ae](https://github.com/instill-ai/console/commit/cfcd5ae79ffe49a340ae0b7f2220067bc297d0df)) +* replace vdp-sdk/model with instill-sdk ([#1566](https://github.com/instill-ai/console/issues/1566)) ([014f3ae](https://github.com/instill-ai/console/commit/014f3ae71ed385c67fc887c6b19902a7a2150e00)) +* replace vdp-sdk/organization with instill-sdk ([#1564](https://github.com/instill-ai/console/issues/1564)) ([2742cc7](https://github.com/instill-ai/console/commit/2742cc721843d8232800a6e042e1a1a4100814fa)) +* retire name parameter in the pipeline related endpoint ([#1575](https://github.com/instill-ai/console/issues/1575)) ([533e757](https://github.com/instill-ai/console/commit/533e757117e532a596b4e05d432af79e4834a4a7)) + + +### Bug Fixes + +* **artifact:** fix Artifact File details markdown format ([#1570](https://github.com/instill-ai/console/issues/1570)) ([d67e6c0](https://github.com/instill-ai/console/commit/d67e6c0f2fd7953da8a6b36be115053f594bfbe9)) +* fix cant clone pipeline from pipeline list page ([#1567](https://github.com/instill-ai/console/issues/1567)) ([d9945a9](https://github.com/instill-ai/console/commit/d9945a98709054dc76410e3cf3f0577932340c61)) +* fix sdk integration-test caused by the new revamp of instill-ai protobuf ([#1576](https://github.com/instill-ai/console/issues/1576)) ([3691050](https://github.com/instill-ai/console/commit/3691050403650ced049258933d1f67021827ec0a)) + ## [0.10.0](https://github.com/instill-ai/console/compare/instill-sdk-v0.9.0...instill-sdk-v0.10.0) (2024-10-24) diff --git a/packages/sdk/package.json b/packages/sdk/package.json index cd6ac360a0..f063fcdefb 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "instill-sdk", - "version": "0.11.0-rc.1", + "version": "0.11.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 0791bdfd79..26a8b833cc 100644 --- a/packages/toolkit/CHANGELOG.md +++ b/packages/toolkit/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.110.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.109.0...@instill-ai/toolkit-v0.110.0) (2024-10-30) + + +### Features + +* **catalog:** add Requester UID to example code in Ask and Retrieve pages ([#1574](https://github.com/instill-ai/console/issues/1574)) ([4f7b837](https://github.com/instill-ai/console/commit/4f7b837e50896c146d0f2c0ca8a6318b913af7c4)) +* **catalog:** migrate API calls to sdk CatalogClient ([#1572](https://github.com/instill-ai/console/issues/1572)) ([a305c98](https://github.com/instill-ai/console/commit/a305c98bdb546f8f3e0d60ab1e4abb01eff84b83)) +* remove vdp-sdk and rename it to sdk-helper ([#1568](https://github.com/instill-ai/console/issues/1568)) ([cfcd5ae](https://github.com/instill-ai/console/commit/cfcd5ae79ffe49a340ae0b7f2220067bc297d0df)) +* replace vdp-sdk/model with instill-sdk ([#1566](https://github.com/instill-ai/console/issues/1566)) ([014f3ae](https://github.com/instill-ai/console/commit/014f3ae71ed385c67fc887c6b19902a7a2150e00)) +* replace vdp-sdk/organization with instill-sdk ([#1564](https://github.com/instill-ai/console/issues/1564)) ([2742cc7](https://github.com/instill-ai/console/commit/2742cc721843d8232800a6e042e1a1a4100814fa)) +* retire name parameter in the pipeline related endpoint ([#1575](https://github.com/instill-ai/console/issues/1575)) ([533e757](https://github.com/instill-ai/console/commit/533e757117e532a596b4e05d432af79e4834a4a7)) + + +### Bug Fixes + +* **artifact:** fix Artifact File details markdown format ([#1570](https://github.com/instill-ai/console/issues/1570)) ([d67e6c0](https://github.com/instill-ai/console/commit/d67e6c0f2fd7953da8a6b36be115053f594bfbe9)) +* **catalog:** fix remove floating tooltip from card ([#1573](https://github.com/instill-ai/console/issues/1573)) ([0824467](https://github.com/instill-ai/console/commit/0824467d97f57bf48b73d70301c38f9eb5ef0f52)) +* fix cant clone pipeline from pipeline list page ([#1567](https://github.com/instill-ai/console/issues/1567)) ([d9945a9](https://github.com/instill-ai/console/commit/d9945a98709054dc76410e3cf3f0577932340c61)) + + +### Miscellaneous + +* deprecate the vdp-sdk/metric in toolkit ([#1559](https://github.com/instill-ai/console/issues/1559)) ([8ca0ad9](https://github.com/instill-ai/console/commit/8ca0ad90ad6d6eed5442228c136e423a27eff99e)) +* retire vdp-sdk/operation ([#1565](https://github.com/instill-ai/console/issues/1565)) ([0cc858a](https://github.com/instill-ai/console/commit/0cc858ad1d995778c3e6b5bb9067566a36bb9051)) + ## [0.109.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.108.0...@instill-ai/toolkit-v0.109.0) (2024-10-24) diff --git a/packages/toolkit/package.json b/packages/toolkit/package.json index df98728ba0..8fb339ddb1 100644 --- a/packages/toolkit/package.json +++ b/packages/toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@instill-ai/toolkit", - "version": "0.110.0-rc.3", + "version": "0.110.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 56951bc663..8bbc59d24f 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1 +1 @@ -{"apps/console":"0.61.0-beta","packages/design-system":"0.82.1","packages/design-tokens":"0.8.0","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.109.0","packages/sdk":"0.10.0"} \ No newline at end of file +{"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