diff --git a/apps/console/CHANGELOG.md b/apps/console/CHANGELOG.md index 6fb052a8a..071ac1e4e 100644 --- a/apps/console/CHANGELOG.md +++ b/apps/console/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.47.2-beta](https://github.com/instill-ai/console/compare/v0.47.1-beta...v0.47.2-beta) (2024-05-28) + + +### Bug Fixes + +* fix deps alerts and zod denial issue ([#1184](https://github.com/instill-ai/console/issues/1184)) ([3db9a78](https://github.com/instill-ai/console/commit/3db9a786767db1c9902bc3945e7b3defe4dd331d)) + ## [0.47.1-beta](https://github.com/instill-ai/console/compare/v0.47.0-beta...v0.47.1-beta) (2024-05-24) diff --git a/apps/console/package.json b/apps/console/package.json index f7a80872e..27a81375b 100644 --- a/apps/console/package.json +++ b/apps/console/package.json @@ -1,6 +1,6 @@ { "name": "instillai-console", - "version": "0.47.1-beta", + "version": "0.47.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 dce75aad5..ebb761c6a 100644 --- a/packages/design-system/CHANGELOG.md +++ b/packages/design-system/CHANGELOG.md @@ -1,5 +1,12 @@ # @instill-ai/design-system +## [0.69.2](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.69.1...@instill-ai/design-system-v0.69.2) (2024-05-28) + + +### Bug Fixes + +* fix deps alerts and zod denial issue ([#1184](https://github.com/instill-ai/console/issues/1184)) ([3db9a78](https://github.com/instill-ai/console/commit/3db9a786767db1c9902bc3945e7b3defe4dd331d)) + ## [0.69.1](https://github.com/instill-ai/console/compare/@instill-ai/design-system-v0.69.0...@instill-ai/design-system-v0.69.1) (2024-05-24) diff --git a/packages/design-system/package.json b/packages/design-system/package.json index 78c6457fa..e8af8857d 100644 --- a/packages/design-system/package.json +++ b/packages/design-system/package.json @@ -1,6 +1,6 @@ { "name": "@instill-ai/design-system", - "version": "0.69.1", + "version": "0.69.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/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index c5a54fc3a..8a0f06ec5 100644 --- a/packages/design-tokens/CHANGELOG.md +++ b/packages/design-tokens/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.4](https://github.com/instill-ai/console/compare/@instill-ai/design-tokens-v0.5.3...@instill-ai/design-tokens-v0.5.4) (2024-05-28) + + +### Bug Fixes + +* fix deps alerts and zod denial issue ([#1184](https://github.com/instill-ai/console/issues/1184)) ([3db9a78](https://github.com/instill-ai/console/commit/3db9a786767db1c9902bc3945e7b3defe4dd331d)) + ## [0.5.3](https://github.com/instill-ai/console/compare/@instill-ai/design-tokens-v0.5.2...@instill-ai/design-tokens-v0.5.3) (2024-05-24) diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 1f684ae43..b9b38ad6a 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@instill-ai/design-tokens", - "version": "0.5.3", + "version": "0.5.4", "description": "Instill AI's design tokens", "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 44b21fe4a..0f54f16f1 100644 --- a/packages/toolkit/CHANGELOG.md +++ b/packages/toolkit/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.92.0](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.91.4...@instill-ai/toolkit-v0.92.0) (2024-05-28) + + +### Features + +* **auto-gen-form:** accept image field in the auto-gen-form ([#1182](https://github.com/instill-ai/console/issues/1182)) ([121c570](https://github.com/instill-ai/console/commit/121c5704f036db205808e6bd1a6e1de8b93f1530)) +* remove name sorting option and fix asc/desc in sorting ([#1179](https://github.com/instill-ai/console/issues/1179)) ([1cf38ae](https://github.com/instill-ai/console/commit/1cf38ae01acee5eb0d3f1e13f7ef5824db8923f1)) + + +### Bug Fixes + +* fix deps alerts and zod denial issue ([#1184](https://github.com/instill-ai/console/issues/1184)) ([3db9a78](https://github.com/instill-ai/console/commit/3db9a786767db1c9902bc3945e7b3defe4dd331d)) +* **organization:** update UploadAvatarFieldWithCrop component to accept title props ([#1176](https://github.com/instill-ai/console/issues/1176)) ([940ec3a](https://github.com/instill-ai/console/commit/940ec3ace404c52289ba11e66ff4f70e51a0b44f)) + ## [0.91.4](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.91.3...@instill-ai/toolkit-v0.91.4) (2024-05-24) diff --git a/packages/toolkit/package.json b/packages/toolkit/package.json index e147902b3..a41af0ca7 100644 --- a/packages/toolkit/package.json +++ b/packages/toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@instill-ai/toolkit", - "version": "0.91.4", + "version": "0.92.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 aa62f771c..2cd5e695b 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1 +1 @@ -{"apps/console":"0.47.1-beta","packages/design-system":"0.69.1","packages/design-tokens":"0.5.3","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.1","packages/toolkit":"0.91.4"} \ No newline at end of file +{"apps/console":"0.47.2-beta","packages/design-system":"0.69.2","packages/design-tokens":"0.5.4","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.1","packages/toolkit":"0.92.0"} \ No newline at end of file