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

Commit 5bb7b70

Browse files
committed
chore: changset version
1 parent 38460db commit 5bb7b70

File tree

7 files changed

+32
-13
lines changed

7 files changed

+32
-13
lines changed

.changeset/shiny-sheep-laugh.md

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

packages/chakra-ui-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- 38460db: Resolves performance issues my changing the underlying styling api.
8+
Lots of optimizations in low-level primitives that yield better runtime performance for Chakra UI Vue.
9+
310
## 0.5.10
411

512
### Patch Changes

packages/chakra-ui-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chakra-ui/vue",
3-
"version": "0.5.10",
4-
"description": "Build Accessible and Responsive Vue.js applications with ease",
3+
"version": "0.6.0",
4+
"description": "Build Accessible and Responsive Vue.js websites and applications with speed ⚡️",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
77
"unpkg": "dist/umd/index.min.js",

packages/chakra-ui-docs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- 38460db: Resolves performance issues my changing the underlying styling api.
8+
Lots of optimizations in low-level primitives that yield better runtime performance for Chakra UI Vue.
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [38460db]
13+
- @chakra-ui/vue@0.6.0
14+
315
## 0.4.8
416

517
### Patch Changes

packages/chakra-ui-docs/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-docs",
3-
"version": "0.4.8",
3+
"version": "0.5.0",
44
"description": "Chakra UI Vue documentation site",
55
"private": true,
66
"scripts": {
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@chakra-ui/theme-vue": "^0.2.6",
30-
"@chakra-ui/vue": "^0.5.10",
30+
"@chakra-ui/vue": "^0.6.0",
3131
"@fortawesome/free-brands-svg-icons": "^5.12.0",
3232
"@fortawesome/free-solid-svg-icons": "^5.11.2",
3333
"@mdx-js/vue-loader": "^1.6.1",

packages/nuxt-chakra/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 0.0.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [38460db]
8+
- @chakra-ui/vue@0.6.0
9+
310
## 0.0.5
411

512
### Patch Changes

packages/nuxt-chakra/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/nuxt",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Chakra UI Module for Nuxt.js",
55
"repository": "https://github.com/chakra-ui/chakra-ui-vue",
66
"license": "MIT",
@@ -18,7 +18,7 @@
1818
"test": "jest"
1919
},
2020
"dependencies": {
21-
"@chakra-ui/vue": "^0.5.10",
21+
"@chakra-ui/vue": "^0.6.0",
2222
"emotion": "^10.0.27"
2323
},
2424
"peerDependencies": {

0 commit comments

Comments
 (0)