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

Commit a63c46a

Browse files
chore(release): version packages
1 parent 498fcaa commit a63c46a

File tree

16 files changed

+91
-53
lines changed

16 files changed

+91
-53
lines changed

.changeset/dull-books-judge.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/large-birds-add.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/real-cycles-hammer.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/smooth-cups-kiss.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/tender-olives-stare.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/young-eagles-stare.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/nuxt-js/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 21 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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",

0 commit comments

Comments
 (0)