Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit d8033b6

Browse files
Merge pull request #512 from chakra-ui/changeset-release/master
chore(release): version packages
2 parents 498fcaa + a63c46a commit d8033b6

16 files changed

+91
-53
lines changed

.changeset/dull-books-judge.md

-5
This file was deleted.

.changeset/large-birds-add.md

-9
This file was deleted.

.changeset/real-cycles-hammer.md

-6
This file was deleted.

.changeset/smooth-cups-kiss.md

-6
This file was deleted.

.changeset/tender-olives-stare.md

-8
This file was deleted.

.changeset/young-eagles-stare.md

-7
This file was deleted.

examples/nuxt-js/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# nuxt-js
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [`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)
8+
9+
### Patch Changes
10+
11+
- 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)]:
12+
- @chakra-ui/nuxt@0.5.0
13+
314
## 1.0.1
415

516
### Patch Changes

examples/nuxt-js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-js",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "nuxt",
@@ -9,7 +9,7 @@
99
"generate": "nuxt generate"
1010
},
1111
"dependencies": {
12-
"@chakra-ui/nuxt": "^0.4.2",
12+
"@chakra-ui/nuxt": "^0.5.0",
1313
"@nuxtjs/emotion": "^0.1.0",
1414
"core-js": "^3.15.1",
1515
"nuxt": "^2.15.7"

packages/chakra-ui-core/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Change Log
22

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- [`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)
8+
9+
* [`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
10+
11+
### Patch Changes
12+
13+
- [`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
14+
15+
* [`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
16+
17+
- [`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
18+
19+
* [`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
20+
21+
* 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)]:
22+
- @chakra-ui/theme-vue@0.4.0
23+
324
## 0.10.2
425

526
### Patch Changes

packages/chakra-ui-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/vue",
3-
"version": "0.10.2",
3+
"version": "0.11.0",
44
"description": "Build Accessible and Responsive Vue.js websites and applications with speed ⚡️",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"@chakra-ui/styled-system": "^1.15.0",
40-
"@chakra-ui/theme-vue": "^0.3.2-next.0",
40+
"@chakra-ui/theme-vue": "^0.4.0",
4141
"@popperjs/core": "^2.4.0",
4242
"animejs": "^3.1.0",
4343
"aria-hidden": "^1.1.1",

packages/chakra-ui-nuxt/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Change Log
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [`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)
8+
9+
* [`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
10+
11+
### Patch Changes
12+
13+
- [`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
14+
15+
* [`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
16+
17+
* 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)]:
18+
- @chakra-ui/vue@0.11.0
19+
- @chakra-ui/theme-vue@0.4.0
20+
321
## 0.4.2
422

523
### Patch Changes

packages/chakra-ui-nuxt/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/nuxt",
3-
"version": "0.4.2",
3+
"version": "0.5.0",
44
"description": "Chakra UI Module for Nuxt.js",
55
"repository": "https://github.com/chakra-ui/chakra-ui-vue",
66
"license": "MIT",
@@ -19,8 +19,8 @@
1919
"test": "jest"
2020
},
2121
"dependencies": {
22-
"@chakra-ui/theme-vue": "^0.3.2",
23-
"@chakra-ui/vue": "^0.10.2",
22+
"@chakra-ui/theme-vue": "^0.4.0",
23+
"@chakra-ui/vue": "^0.11.0",
2424
"@emotion/css": "^11.0.0",
2525
"chakra-loader": "latest"
2626
},

packages/chakra-ui-theme/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [`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)
8+
9+
### Patch Changes
10+
11+
- [`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
12+
13+
* [`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
14+
315
## 0.3.2
416

517
### Patch Changes

packages/chakra-ui-theme/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/theme-vue",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "Default theme for @chakra-ui/vue default theme object",
55
"author": {
66
"name": "Jonathan Bakebwa",

website/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- [`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)
8+
9+
### Patch Changes
10+
11+
- [`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
12+
13+
* [`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
14+
15+
* 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)]:
16+
- @chakra-ui/vue@0.11.0
17+
- @chakra-ui/nuxt@0.5.0
18+
- @chakra-ui/theme-vue@0.4.0
19+
320
## 0.7.2
421

522
### Patch Changes

website/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chakra-ui-docs",
3-
"version": "0.7.2",
3+
"version": "0.8.0",
44
"description": "Chakra UI Vue documentation site",
55
"private": true,
66
"scripts": {
@@ -26,9 +26,9 @@
2626
}
2727
},
2828
"dependencies": {
29-
"@chakra-ui/nuxt": "^0.4.2",
30-
"@chakra-ui/theme-vue": "^0.3.2",
31-
"@chakra-ui/vue": "^0.10.2",
29+
"@chakra-ui/nuxt": "^0.5.0",
30+
"@chakra-ui/theme-vue": "^0.4.0",
31+
"@chakra-ui/vue": "^0.11.0",
3232
"@emotion/css": "^11.0.0",
3333
"@mdx-js/vue-loader": "^1.6.1",
3434
"@nuxtjs/dotenv": "^1.4.0",

0 commit comments

Comments
 (0)