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

Commit 77df16a

Browse files
committed
chore: bump version
1 parent d74ba60 commit 77df16a

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

packages/chakra-ui-core/CHANGELOG.md

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

3+
## 0.6.6
4+
5+
### Patch Changes
6+
7+
**🌟 New features**
8+
- feat: include all known css properties #319
9+
- feat(CStack): allow stack html elements #324
10+
11+
**🛠 Bug fixes**
12+
- fix(creset): include font-family to global styles #323
13+
- fix(inputgroup): default inputgroup z-index to containing element zindex #325
14+
- Documentation fixes #329, #328, #321
15+
316
## 0.6.5
417

518
### Patch Changes

packages/chakra-ui-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/vue",
3-
"version": "0.6.5",
3+
"version": "0.6.6",
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",

packages/chakra-ui-nuxt/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
**🌟 New features**
7+
- feat: add autoImport to @chakra-ui/nuxt module options #326
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [undefined]
12+
- @chakra-ui/vue@0.6.6
13+
314
## 0.0.13
415

516
### Patch Changes

packages/chakra-ui-nuxt/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.13",
3+
"version": "0.1.0",
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.6.5",
21+
"@chakra-ui/vue": "^0.6.6",
2222
"chakra-loader": "latest",
2323
"emotion": "^10.0.27"
2424
},

0 commit comments

Comments
 (0)