diff --git a/.changeset/dull-books-judge.md b/.changeset/dull-books-judge.md deleted file mode 100644 index 9cdcad1a..00000000 --- a/.changeset/dull-books-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@chakra-ui/vue": patch ---- - -Include CGridItem in type definitions diff --git a/.changeset/large-birds-add.md b/.changeset/large-birds-add.md deleted file mode 100644 index 51e8f35d..00000000 --- a/.changeset/large-birds-add.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'nuxt-js': minor -'@chakra-ui/vue': minor -'@chakra-ui/nuxt': minor -'@chakra-ui/theme-vue': minor -'chakra-ui-docs': minor ---- - -This PR fixes the error in the c-menu-option-group prop and allow the value prop to be passed as an array (#497) diff --git a/.changeset/real-cycles-hammer.md b/.changeset/real-cycles-hammer.md deleted file mode 100644 index fa099ba3..00000000 --- a/.changeset/real-cycles-hammer.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@chakra-ui/vue": patch -"@chakra-ui/nuxt": patch ---- - -fix(select): prevent duplicated ID on wrapper + input diff --git a/.changeset/smooth-cups-kiss.md b/.changeset/smooth-cups-kiss.md deleted file mode 100644 index 707ecd46..00000000 --- a/.changeset/smooth-cups-kiss.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@chakra-ui/vue": minor -"@chakra-ui/nuxt": minor ---- - -feat(types): add type exports for color mode & theme providers diff --git a/.changeset/tender-olives-stare.md b/.changeset/tender-olives-stare.md deleted file mode 100644 index 3a657b35..00000000 --- a/.changeset/tender-olives-stare.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@chakra-ui/vue': patch -'@chakra-ui/nuxt': patch -'@chakra-ui/theme-vue': patch -'chakra-ui-docs': patch ---- - -Fixes change event lsitener diff --git a/.changeset/young-eagles-stare.md b/.changeset/young-eagles-stare.md deleted file mode 100644 index 665a244b..00000000 --- a/.changeset/young-eagles-stare.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@chakra-ui/vue": patch -"@chakra-ui/theme-vue": patch -"chakra-ui-docs": patch ---- - -fix(theme): Responsive styles breaking diff --git a/examples/nuxt-js/CHANGELOG.md b/examples/nuxt-js/CHANGELOG.md index 2cd4bf1f..c3ddfc6d 100644 --- a/examples/nuxt-js/CHANGELOG.md +++ b/examples/nuxt-js/CHANGELOG.md @@ -1,5 +1,16 @@ # nuxt-js +## 1.1.0 + +### Minor Changes + +- [`5f978f70`](https://github.com/chakra-ui/chakra-ui-vue/commit/5f978f706901715cd42efe82895cb0ff161525d2) [#503](https://github.com/chakra-ui/chakra-ui-vue/pull/503) Thanks [@peoray](https://github.com/peoray)! - This PR fixes the error in the c-menu-option-group prop and allow the value prop to be passed as an array (#497) + +### Patch Changes + +- Updated dependencies [[`5f978f70`](https://github.com/chakra-ui/chakra-ui-vue/commit/5f978f706901715cd42efe82895cb0ff161525d2), [`c5fe636f`](https://github.com/chakra-ui/chakra-ui-vue/commit/c5fe636fe952f0b9639861f40c85ecade800408c), [`e16f20e2`](https://github.com/chakra-ui/chakra-ui-vue/commit/e16f20e228f9adabfc4fa52c949f52a8c8fbc0f3), [`97d87361`](https://github.com/chakra-ui/chakra-ui-vue/commit/97d87361b4a3262c546a77f1e1c4375e420451d1)]: + - @chakra-ui/nuxt@0.5.0 + ## 1.0.1 ### Patch Changes diff --git a/examples/nuxt-js/package.json b/examples/nuxt-js/package.json index a306fece..568aab15 100644 --- a/examples/nuxt-js/package.json +++ b/examples/nuxt-js/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-js", - "version": "1.0.1", + "version": "1.1.0", "private": true, "scripts": { "dev": "nuxt", @@ -9,7 +9,7 @@ "generate": "nuxt generate" }, "dependencies": { - "@chakra-ui/nuxt": "^0.4.2", + "@chakra-ui/nuxt": "^0.5.0", "@nuxtjs/emotion": "^0.1.0", "core-js": "^3.15.1", "nuxt": "^2.15.7" diff --git a/packages/chakra-ui-core/CHANGELOG.md b/packages/chakra-ui-core/CHANGELOG.md index 342153fc..093f6afd 100644 --- a/packages/chakra-ui-core/CHANGELOG.md +++ b/packages/chakra-ui-core/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log +## 0.11.0 + +### Minor Changes + +- [`5f978f70`](https://github.com/chakra-ui/chakra-ui-vue/commit/5f978f706901715cd42efe82895cb0ff161525d2) [#503](https://github.com/chakra-ui/chakra-ui-vue/pull/503) Thanks [@peoray](https://github.com/peoray)! - This PR fixes the error in the c-menu-option-group prop and allow the value prop to be passed as an array (#497) + +* [`e16f20e2`](https://github.com/chakra-ui/chakra-ui-vue/commit/e16f20e228f9adabfc4fa52c949f52a8c8fbc0f3) [#492](https://github.com/chakra-ui/chakra-ui-vue/pull/492) Thanks [@Pwuts](https://github.com/Pwuts)! - feat(types): add type exports for color mode & theme providers + +### Patch Changes + +- [`b783840c`](https://github.com/chakra-ui/chakra-ui-vue/commit/b783840c52dbbec5c07d73541321d3338b2ba584) [#502](https://github.com/chakra-ui/chakra-ui-vue/pull/502) Thanks [@t-buss](https://github.com/t-buss)! - Include CGridItem in type definitions + +* [`c5fe636f`](https://github.com/chakra-ui/chakra-ui-vue/commit/c5fe636fe952f0b9639861f40c85ecade800408c) [#490](https://github.com/chakra-ui/chakra-ui-vue/pull/490) Thanks [@HerrBertling](https://github.com/HerrBertling)! - fix(select): prevent duplicated ID on wrapper + input + +- [`97d87361`](https://github.com/chakra-ui/chakra-ui-vue/commit/97d87361b4a3262c546a77f1e1c4375e420451d1) [#491](https://github.com/chakra-ui/chakra-ui-vue/pull/491) Thanks [@peoray](https://github.com/peoray)! - Fixes change event lsitener + +* [`8944b138`](https://github.com/chakra-ui/chakra-ui-vue/commit/8944b13883bd79bef544c3e5a1df88b60e2d2a1f) [#505](https://github.com/chakra-ui/chakra-ui-vue/pull/505) Thanks [@carwack](https://github.com/carwack)! - fix(theme): Responsive styles breaking + +* Updated dependencies [[`5f978f70`](https://github.com/chakra-ui/chakra-ui-vue/commit/5f978f706901715cd42efe82895cb0ff161525d2), [`97d87361`](https://github.com/chakra-ui/chakra-ui-vue/commit/97d87361b4a3262c546a77f1e1c4375e420451d1), [`8944b138`](https://github.com/chakra-ui/chakra-ui-vue/commit/8944b13883bd79bef544c3e5a1df88b60e2d2a1f)]: + - @chakra-ui/theme-vue@0.4.0 + ## 0.10.2 ### Patch Changes diff --git a/packages/chakra-ui-core/package.json b/packages/chakra-ui-core/package.json index 631c17ae..f1883d87 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.10.2", + "version": "0.11.0", "description": "Build Accessible and Responsive Vue.js websites and applications with speed ⚡️", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@chakra-ui/styled-system": "^1.15.0", - "@chakra-ui/theme-vue": "^0.3.2-next.0", + "@chakra-ui/theme-vue": "^0.4.0", "@popperjs/core": "^2.4.0", "animejs": "^3.1.0", "aria-hidden": "^1.1.1", diff --git a/packages/chakra-ui-nuxt/CHANGELOG.md b/packages/chakra-ui-nuxt/CHANGELOG.md index bd78561f..2148b81f 100644 --- a/packages/chakra-ui-nuxt/CHANGELOG.md +++ b/packages/chakra-ui-nuxt/CHANGELOG.md @@ -1,5 +1,23 @@ # Change Log +## 0.5.0 + +### Minor Changes + +- [`5f978f70`](https://github.com/chakra-ui/chakra-ui-vue/commit/5f978f706901715cd42efe82895cb0ff161525d2) [#503](https://github.com/chakra-ui/chakra-ui-vue/pull/503) Thanks [@peoray](https://github.com/peoray)! - This PR fixes the error in the c-menu-option-group prop and allow the value prop to be passed as an array (#497) + +* [`e16f20e2`](https://github.com/chakra-ui/chakra-ui-vue/commit/e16f20e228f9adabfc4fa52c949f52a8c8fbc0f3) [#492](https://github.com/chakra-ui/chakra-ui-vue/pull/492) Thanks [@Pwuts](https://github.com/Pwuts)! - feat(types): add type exports for color mode & theme providers + +### Patch Changes + +- [`c5fe636f`](https://github.com/chakra-ui/chakra-ui-vue/commit/c5fe636fe952f0b9639861f40c85ecade800408c) [#490](https://github.com/chakra-ui/chakra-ui-vue/pull/490) Thanks [@HerrBertling](https://github.com/HerrBertling)! - fix(select): prevent duplicated ID on wrapper + input + +* [`97d87361`](https://github.com/chakra-ui/chakra-ui-vue/commit/97d87361b4a3262c546a77f1e1c4375e420451d1) [#491](https://github.com/chakra-ui/chakra-ui-vue/pull/491) Thanks [@peoray](https://github.com/peoray)! - Fixes change event lsitener + +* Updated dependencies [[`b783840c`](https://github.com/chakra-ui/chakra-ui-vue/commit/b783840c52dbbec5c07d73541321d3338b2ba584), [`5f978f70`](https://github.com/chakra-ui/chakra-ui-vue/commit/5f978f706901715cd42efe82895cb0ff161525d2), [`c5fe636f`](https://github.com/chakra-ui/chakra-ui-vue/commit/c5fe636fe952f0b9639861f40c85ecade800408c), [`e16f20e2`](https://github.com/chakra-ui/chakra-ui-vue/commit/e16f20e228f9adabfc4fa52c949f52a8c8fbc0f3), [`97d87361`](https://github.com/chakra-ui/chakra-ui-vue/commit/97d87361b4a3262c546a77f1e1c4375e420451d1), [`8944b138`](https://github.com/chakra-ui/chakra-ui-vue/commit/8944b13883bd79bef544c3e5a1df88b60e2d2a1f)]: + - @chakra-ui/vue@0.11.0 + - @chakra-ui/theme-vue@0.4.0 + ## 0.4.2 ### Patch Changes diff --git a/packages/chakra-ui-nuxt/package.json b/packages/chakra-ui-nuxt/package.json index a270380b..4a113cad 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.4.2", + "version": "0.5.0", "description": "Chakra UI Module for Nuxt.js", "repository": "https://github.com/chakra-ui/chakra-ui-vue", "license": "MIT", @@ -19,8 +19,8 @@ "test": "jest" }, "dependencies": { - "@chakra-ui/theme-vue": "^0.3.2", - "@chakra-ui/vue": "^0.10.2", + "@chakra-ui/theme-vue": "^0.4.0", + "@chakra-ui/vue": "^0.11.0", "@emotion/css": "^11.0.0", "chakra-loader": "latest" }, diff --git a/packages/chakra-ui-theme/CHANGELOG.md b/packages/chakra-ui-theme/CHANGELOG.md index 46420298..0f13d95a 100644 --- a/packages/chakra-ui-theme/CHANGELOG.md +++ b/packages/chakra-ui-theme/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## 0.4.0 + +### Minor Changes + +- [`5f978f70`](https://github.com/chakra-ui/chakra-ui-vue/commit/5f978f706901715cd42efe82895cb0ff161525d2) [#503](https://github.com/chakra-ui/chakra-ui-vue/pull/503) Thanks [@peoray](https://github.com/peoray)! - This PR fixes the error in the c-menu-option-group prop and allow the value prop to be passed as an array (#497) + +### Patch Changes + +- [`97d87361`](https://github.com/chakra-ui/chakra-ui-vue/commit/97d87361b4a3262c546a77f1e1c4375e420451d1) [#491](https://github.com/chakra-ui/chakra-ui-vue/pull/491) Thanks [@peoray](https://github.com/peoray)! - Fixes change event lsitener + +* [`8944b138`](https://github.com/chakra-ui/chakra-ui-vue/commit/8944b13883bd79bef544c3e5a1df88b60e2d2a1f) [#505](https://github.com/chakra-ui/chakra-ui-vue/pull/505) Thanks [@carwack](https://github.com/carwack)! - fix(theme): Responsive styles breaking + ## 0.3.2 ### Patch Changes diff --git a/packages/chakra-ui-theme/package.json b/packages/chakra-ui-theme/package.json index e9b60967..01f971fd 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.3.2", + "version": "0.4.0", "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 c1da2793..c07c3f58 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -1,5 +1,22 @@ # Change Log +## 0.8.0 + +### Minor Changes + +- [`5f978f70`](https://github.com/chakra-ui/chakra-ui-vue/commit/5f978f706901715cd42efe82895cb0ff161525d2) [#503](https://github.com/chakra-ui/chakra-ui-vue/pull/503) Thanks [@peoray](https://github.com/peoray)! - This PR fixes the error in the c-menu-option-group prop and allow the value prop to be passed as an array (#497) + +### Patch Changes + +- [`97d87361`](https://github.com/chakra-ui/chakra-ui-vue/commit/97d87361b4a3262c546a77f1e1c4375e420451d1) [#491](https://github.com/chakra-ui/chakra-ui-vue/pull/491) Thanks [@peoray](https://github.com/peoray)! - Fixes change event lsitener + +* [`8944b138`](https://github.com/chakra-ui/chakra-ui-vue/commit/8944b13883bd79bef544c3e5a1df88b60e2d2a1f) [#505](https://github.com/chakra-ui/chakra-ui-vue/pull/505) Thanks [@carwack](https://github.com/carwack)! - fix(theme): Responsive styles breaking + +* Updated dependencies [[`b783840c`](https://github.com/chakra-ui/chakra-ui-vue/commit/b783840c52dbbec5c07d73541321d3338b2ba584), [`5f978f70`](https://github.com/chakra-ui/chakra-ui-vue/commit/5f978f706901715cd42efe82895cb0ff161525d2), [`c5fe636f`](https://github.com/chakra-ui/chakra-ui-vue/commit/c5fe636fe952f0b9639861f40c85ecade800408c), [`e16f20e2`](https://github.com/chakra-ui/chakra-ui-vue/commit/e16f20e228f9adabfc4fa52c949f52a8c8fbc0f3), [`97d87361`](https://github.com/chakra-ui/chakra-ui-vue/commit/97d87361b4a3262c546a77f1e1c4375e420451d1), [`8944b138`](https://github.com/chakra-ui/chakra-ui-vue/commit/8944b13883bd79bef544c3e5a1df88b60e2d2a1f)]: + - @chakra-ui/vue@0.11.0 + - @chakra-ui/nuxt@0.5.0 + - @chakra-ui/theme-vue@0.4.0 + ## 0.7.2 ### Patch Changes diff --git a/website/package.json b/website/package.json index 925b2f4f..9533f294 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "chakra-ui-docs", - "version": "0.7.2", + "version": "0.8.0", "description": "Chakra UI Vue documentation site", "private": true, "scripts": { @@ -26,9 +26,9 @@ } }, "dependencies": { - "@chakra-ui/nuxt": "^0.4.2", - "@chakra-ui/theme-vue": "^0.3.2", - "@chakra-ui/vue": "^0.10.2", + "@chakra-ui/nuxt": "^0.5.0", + "@chakra-ui/theme-vue": "^0.4.0", + "@chakra-ui/vue": "^0.11.0", "@emotion/css": "^11.0.0", "@mdx-js/vue-loader": "^1.6.1", "@nuxtjs/dotenv": "^1.4.0",