diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index 1f258ec236..321668e625 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.52.0-beta](https://github.com/instill-ai/console/compare/v0.51.0-beta...v0.52.0-beta) (2024-07-31) + + +### Features + +* move restapi component into generic type ([#1326](https://github.com/instill-ai/console/issues/1326)) ([fbaf1ab](https://github.com/instill-ai/console/commit/fbaf1ab3386d8edc767440d1431320354da2b5ec)) + + +### Bug Fixes + +* unify how we handle error ([#1331](https://github.com/instill-ai/console/issues/1331)) ([5d79849](https://github.com/instill-ai/console/commit/5d79849e5b1920dc2296422c8a46968219ee9fbf)) + + +### Miscellaneous + +* replace pipeline type in toolkit with type in sdk ([#1319](https://github.com/instill-ai/console/issues/1319)) ([48de6c3](https://github.com/instill-ai/console/commit/48de6c366e29f17df7c1da22a203f210065404c4)) + ## [0.51.0-beta](https://github.com/instill-ai/console/compare/v0.50.1-beta...v0.51.0-beta) (2024-07-16) diff --git a/apps/console/package.json b/apps/console/package.json index 4ff29d52d8..03896748e9 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,6 +1,6 @@ { "name": "instillai-console", - "version": "0.51.0-beta", + "version": "0.52.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 50391ffbdd..e1fa0d233c 100644 --- a/packages/design-system/CHANGELOG.md +++ b/packages/design-system/CHANGELOG.md @@ -1,5 +1,12 @@ # @instill-ai/design-system +## [0.74.0](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.73.1...@instill-ai/design-system-v0.74.0) (2024-07-31) + + +### Features + +* add integration test for SDK ([#1315](https://github.com/instill-ai/console/issues/1315)) ([d247ec9](https://github.com/instill-ai/console/commit/d247ec9a539dd258530d1286c191ede3131014f0)) + ## [0.73.1](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.73.0...@instill-ai/design-system-v0.73.1) (2024-07-17) diff --git a/packages/design-system/package.json b/packages/design-system/package.json index 500eca84f1..aef1e00ebb 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -1,6 +1,6 @@ { "name": "@instill-ai/design-system", - "version": "0.73.1", + "version": "0.74.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 837bdc74a3..72ba0494bd 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.3.0](https://github.com/instill-ai/console/compare/instill-sdk-v0.2.0...instill-sdk-v0.3.0) (2024-07-31) + + +### Features + +* add integration test for SDK ([#1315](https://github.com/instill-ai/console/issues/1315)) ([d247ec9](https://github.com/instill-ai/console/commit/d247ec9a539dd258530d1286c191ede3131014f0)) +* move restapi component into generic type ([#1326](https://github.com/instill-ai/console/issues/1326)) ([fbaf1ab](https://github.com/instill-ai/console/commit/fbaf1ab3386d8edc767440d1431320354da2b5ec)) +* update subscription endpoint PLAN type ([#1323](https://github.com/instill-ai/console/issues/1323)) ([895c163](https://github.com/instill-ai/console/commit/895c163c4e3e601c7b9d77b51af0787d4def32ca)) + + +### Bug Fixes + +* unify how we handle error ([#1331](https://github.com/instill-ai/console/issues/1331)) ([5d79849](https://github.com/instill-ai/console/commit/5d79849e5b1920dc2296422c8a46968219ee9fbf)) + + +### Miscellaneous + +* **integration-test:** add get/list membership integration-test ([#1324](https://github.com/instill-ai/console/issues/1324)) ([9271802](https://github.com/instill-ai/console/commit/9271802162105322ce2b9c1019c2f519e56ff62d)) +* replace pipeline type in toolkit with type in sdk ([#1319](https://github.com/instill-ai/console/issues/1319)) ([48de6c3](https://github.com/instill-ai/console/commit/48de6c366e29f17df7c1da22a203f210065404c4)) + ## [0.2.0](https://github.com/instill-ai/console/compare/instill-sdk-v0.1.0...instill-sdk-v0.2.0) (2024-07-16) diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 9cfddb5eae..9f042dd8f2 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "instill-sdk", - "version": "0.3.0-rc.0", + "version": "0.3.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 283b9be5fa..9816c7202d 100644 --- a/packages/toolkit/CHANGELOG.md +++ b/packages/toolkit/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [0.97.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.96.2...@instill-ai/toolkit-v0.97.0) (2024-07-31) + + +### Features + +* add integration test for SDK ([#1315](https://github.com/instill-ai/console/issues/1315)) ([d247ec9](https://github.com/instill-ai/console/commit/d247ec9a539dd258530d1286c191ede3131014f0)) +* make models public available ([#1329](https://github.com/instill-ai/console/issues/1329)) ([4207072](https://github.com/instill-ai/console/commit/420707227169b1aefeedefc92c2c0927045fa008)) +* move restapi component into generic type ([#1326](https://github.com/instill-ai/console/issues/1326)) ([fbaf1ab](https://github.com/instill-ai/console/commit/fbaf1ab3386d8edc767440d1431320354da2b5ec)) +* open up model public setting option ([#1333](https://github.com/instill-ai/console/issues/1333)) ([f61ec99](https://github.com/instill-ai/console/commit/f61ec996df204ef44a05dec786a930d86fa45fc8)) +* update subscription endpoint PLAN type ([#1323](https://github.com/instill-ai/console/issues/1323)) ([895c163](https://github.com/instill-ai/console/commit/895c163c4e3e601c7b9d77b51af0787d4def32ca)) + + +### Bug Fixes + +* fix model api snippet not correctly cast with double quote for authorization token ([#1330](https://github.com/instill-ai/console/issues/1330)) ([95535af](https://github.com/instill-ai/console/commit/95535aff152e15a40cecde1d6b7454ccd5efc970)) +* fix navlink wrongly highlight when user is in /explore and /feature page ([#1334](https://github.com/instill-ai/console/issues/1334)) ([24f4562](https://github.com/instill-ai/console/commit/24f45623a52330c86dcc6aa2cfcde285b42f2dae)) +* fix typo in the pipeline api tab ([#1332](https://github.com/instill-ai/console/issues/1332)) ([61180d7](https://github.com/instill-ai/console/commit/61180d7364a0083ca00933df8730d3882b74380d)) +* incorrect endpoint to run pipeline ([#1325](https://github.com/instill-ai/console/issues/1325)) ([f23ade0](https://github.com/instill-ai/console/commit/f23ade0d8a91c5343f67ea51d37e82c5adbca023)) +* **pipeline-editor:** fix not sanitized html for use-instill-form issue ([#1327](https://github.com/instill-ai/console/issues/1327)) ([8622126](https://github.com/instill-ai/console/commit/862212677c94fb483560ce3ac452a4b19229a4f9)) +* remove the bottom credits balance ([#1318](https://github.com/instill-ai/console/issues/1318)) ([943960c](https://github.com/instill-ai/console/commit/943960c2957a6389291ba01124bfadf33fef1e31)) +* unify how we handle error ([#1331](https://github.com/instill-ai/console/issues/1331)) ([5d79849](https://github.com/instill-ai/console/commit/5d79849e5b1920dc2296422c8a46968219ee9fbf)) + + +### Miscellaneous + +* replace pipeline type in toolkit with type in sdk ([#1319](https://github.com/instill-ai/console/issues/1319)) ([48de6c3](https://github.com/instill-ai/console/commit/48de6c366e29f17df7c1da22a203f210065404c4)) + ## [0.96.2](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.96.1...@instill-ai/toolkit-v0.96.2) (2024-07-23) diff --git a/packages/toolkit/package.json b/packages/toolkit/package.json index 706a415006..d66acf20c9 100644 --- a/packages/toolkit/package.json +++ b/packages/toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@instill-ai/toolkit", - "version": "0.97.0-rc.28", + "version": "0.97.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 20d96cc3cf..205ce551ae 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1 +1 @@ -{"apps/console":"0.51.0-beta","packages/design-system":"0.73.1","packages/design-tokens":"0.7.0","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.96.2","packages/sdk":"0.2.0"} \ No newline at end of file +{"apps/console":"0.52.0-beta","packages/design-system":"0.74.0","packages/design-tokens":"0.7.0","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.2","packages/toolkit":"0.97.0","packages/sdk":"0.3.0"} \ No newline at end of file