diff --git a/packages/toolkit/CHANGELOG.md b/packages/toolkit/CHANGELOG.md index ace9b0ac6..0bf587b2e 100644 --- a/packages/toolkit/CHANGELOG.md +++ b/packages/toolkit/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.94.2](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.94.1...@instill-ai/toolkit-v0.94.2) (2024-06-19) + + +### Bug Fixes + +* fix container height variable wrongly calculated issue ([#1252](https://github.com/instill-ai/console/issues/1252)) ([d1bdb83](https://github.com/instill-ai/console/commit/d1bdb8372bfc2e3cfd047f119c1fb81b8d2c34c7)) + ## [0.94.1](https://github.com/instill-ai/console/compare/@instill-ai/toolkit-v0.94.0...@instill-ai/toolkit-v0.94.1) (2024-06-19) diff --git a/packages/toolkit/package.json b/packages/toolkit/package.json index 850174b44..96f0ca4ea 100644 --- a/packages/toolkit/package.json +++ b/packages/toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@instill-ai/toolkit", - "version": "0.94.2-rc.0", + "version": "0.94.2", "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 45e470149..5692b44e8 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1 +1 @@ -{"apps/console":"0.49.1-beta","packages/design-system":"0.71.0","packages/design-tokens":"0.6.0","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.1","packages/toolkit":"0.94.1"} \ No newline at end of file +{"apps/console":"0.49.1-beta","packages/design-system":"0.71.0","packages/design-tokens":"0.6.0","packages/eslint-config-cortex":"0.9.1","packages/prettier-config-cortex":"1.1.1","packages/toolkit":"0.94.2"} \ No newline at end of file