diff --git a/.changeset/loud-pianos-argue.md b/.changeset/loud-pianos-argue.md deleted file mode 100644 index 7ad28237..00000000 --- a/.changeset/loud-pianos-argue.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@chakra-ui/vue': patch -'@chakra-ui/nuxt': patch -'@chakra-ui/theme-vue': patch -'chakra-ui-docs': patch ---- - -Fix for close button to change color diff --git a/packages/chakra-ui-core/CHANGELOG.md b/packages/chakra-ui-core/CHANGELOG.md index 6becd138..8b171188 100644 --- a/packages/chakra-ui-core/CHANGELOG.md +++ b/packages/chakra-ui-core/CHANGELOG.md @@ -1,15 +1,21 @@ # Change Log +## 0.8.1 + +### Patch Changes + +- [`e640030`](https://github.com/chakra-ui/chakra-ui-vue/commit/e640030d277966a384261d1a90a1820335c4c007) [#418](https://github.com/chakra-ui/chakra-ui-vue/pull/418) Thanks [@codebender828](https://github.com/codebender828)! - Fix for close button to change color + ## 0.8.0 ### Minor Changes - [`8af1c07`](https://github.com/chakra-ui/chakra-ui-vue/commit/8af1c07404d2cfa94bb338e4268c5e0869a50776) Thanks [@codebender828](https://github.com/codebender828)! - Adds type definitions, aspect-ratio-box fixes, switch fixes and collapse fixes -- feat: add type definition of component #380 by @odanado +- feat: add type definition of component #380 by @odanado - feat: CCollapse now renders with collapsed height if initially closed by @codebender828 . closes #269 -- fix: Set ccollapse height to auto on enter complete, unless finalHeight wa... #384 by @IHIutch -- fix: Add position: relative to switch label #396 by @IHIutch -- fix: Deeply nested aspect-ratio by @IHIutch +- fix: Set ccollapse height to auto on enter complete, unless finalHeight wa... #384 by @IHIutch +- fix: Add position: relative to switch label #396 by @IHIutch +- fix: Deeply nested aspect-ratio by @IHIutch ## 0.7.4 diff --git a/packages/chakra-ui-core/package.json b/packages/chakra-ui-core/package.json index fbd0085b..48cbb3d8 100644 --- a/packages/chakra-ui-core/package.json +++ b/packages/chakra-ui-core/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/vue", - "version": "0.8.0", + "version": "0.8.1", "description": "Build Accessible and Responsive Vue.js websites and applications with speed ⚡️", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", diff --git a/packages/chakra-ui-nuxt/CHANGELOG.md b/packages/chakra-ui-nuxt/CHANGELOG.md index 697dadf5..6a612b48 100644 --- a/packages/chakra-ui-nuxt/CHANGELOG.md +++ b/packages/chakra-ui-nuxt/CHANGELOG.md @@ -1,15 +1,24 @@ # Change Log +## 0.3.1 + +### Patch Changes + +- [`e640030`](https://github.com/chakra-ui/chakra-ui-vue/commit/e640030d277966a384261d1a90a1820335c4c007) [#418](https://github.com/chakra-ui/chakra-ui-vue/pull/418) Thanks [@codebender828](https://github.com/codebender828)! - Fix for close button to change color + +- Updated dependencies [[`e640030`](https://github.com/chakra-ui/chakra-ui-vue/commit/e640030d277966a384261d1a90a1820335c4c007)]: + - @chakra-ui/vue@0.8.1 + ## 0.3.0 ### Minor Changes - [`8af1c07`](https://github.com/chakra-ui/chakra-ui-vue/commit/8af1c07404d2cfa94bb338e4268c5e0869a50776) Thanks [@codebender828](https://github.com/codebender828)! - Adds type definitions, aspect-ratio-box fixes, switch fixes and collapse fixes -- feat: add type definition of component #380 by @odanado +- feat: add type definition of component #380 by @odanado - feat: CCollapse now renders with collapsed height if initially closed by @codebender828 . closes #269 -- fix: Set ccollapse height to auto on enter complete, unless finalHeight wa... #384 by @IHIutch -- fix: Add position: relative to switch label #396 by @IHIutch -- fix: Deeply nested aspect-ratio by @IHIutch +- fix: Set ccollapse height to auto on enter complete, unless finalHeight wa... #384 by @IHIutch +- fix: Add position: relative to switch label #396 by @IHIutch +- fix: Deeply nested aspect-ratio by @IHIutch ### Patch Changes diff --git a/packages/chakra-ui-nuxt/package.json b/packages/chakra-ui-nuxt/package.json index 1b1325b8..01aa221f 100644 --- a/packages/chakra-ui-nuxt/package.json +++ b/packages/chakra-ui-nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/nuxt", - "version": "0.3.0", + "version": "0.3.1", "description": "Chakra UI Module for Nuxt.js", "repository": "https://github.com/chakra-ui/chakra-ui-vue", "license": "MIT", @@ -18,7 +18,7 @@ "test": "jest" }, "dependencies": { - "@chakra-ui/vue": "^0.8.0", + "@chakra-ui/vue": "^0.8.1", "chakra-loader": "latest", "@emotion/css": "^11.0.0" }, diff --git a/packages/chakra-ui-theme/CHANGELOG.md b/packages/chakra-ui-theme/CHANGELOG.md index ed5cb6e0..2929ef54 100644 --- a/packages/chakra-ui-theme/CHANGELOG.md +++ b/packages/chakra-ui-theme/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.2.11 + +### Patch Changes + +- [`e640030`](https://github.com/chakra-ui/chakra-ui-vue/commit/e640030d277966a384261d1a90a1820335c4c007) [#418](https://github.com/chakra-ui/chakra-ui-vue/pull/418) Thanks [@codebender828](https://github.com/codebender828)! - Fix for close button to change color + ## 0.2.10 ## 0.2.9 diff --git a/packages/chakra-ui-theme/package.json b/packages/chakra-ui-theme/package.json index c3959ce9..b5053409 100644 --- a/packages/chakra-ui-theme/package.json +++ b/packages/chakra-ui-theme/package.json @@ -1,6 +1,6 @@ { "name": "@chakra-ui/theme-vue", - "version": "0.2.10", + "version": "0.2.11", "description": "Default theme for @chakra-ui/vue default theme object", "author": { "name": "Jonathan Bakebwa", diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index c4595238..4a79319c 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 0.5.7 + +### Patch Changes + +- [`e640030`](https://github.com/chakra-ui/chakra-ui-vue/commit/e640030d277966a384261d1a90a1820335c4c007) [#418](https://github.com/chakra-ui/chakra-ui-vue/pull/418) Thanks [@codebender828](https://github.com/codebender828)! - Fix for close button to change color + +- Updated dependencies [[`e640030`](https://github.com/chakra-ui/chakra-ui-vue/commit/e640030d277966a384261d1a90a1820335c4c007)]: + - @chakra-ui/vue@0.8.1 + - @chakra-ui/theme-vue@0.2.11 + ## 0.5.6 ### Patch Changes diff --git a/website/package.json b/website/package.json index 388cd79a..4396a251 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "chakra-ui-docs", - "version": "0.5.6", + "version": "0.5.7", "description": "Chakra UI Vue documentation site", "private": true, "scripts": { @@ -26,8 +26,8 @@ } }, "dependencies": { - "@chakra-ui/theme-vue": "^0.2.10", - "@chakra-ui/vue": "^0.8.0", + "@chakra-ui/theme-vue": "^0.2.11", + "@chakra-ui/vue": "^0.8.1", "@emotion/css": "^11.0.0", "@mdx-js/vue-loader": "^1.6.1", "@nuxtjs/dotenv": "^1.4.0",