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

Commit 5f48e0a

Browse files
committed
chore: bump versions
1 parent 8ef662d commit 5f48e0a

File tree

6 files changed

+39
-5
lines changed

6 files changed

+39
-5
lines changed

packages/chakra-ui-core/CHANGELOG.md

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

3+
## 0.6.1
4+
5+
### Patch Changes
6+
7+
- ## Bug fixes
8+
- `CCollapse` component name option typo fix
9+
- `CMenu`: add `as` polymophic prop support for `CMenuItem` component
10+
- `chakra-loader`: Add documentation for the `chakra-loader` webpack plugin
11+
- Community: Add link to Chakra UI discord to docs.
12+
313
## 0.6.0
414

515
### Minor 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.0",
3+
"version": "0.6.1",
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/nuxt-chakra/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.0.7
4+
5+
### Patch Changes
6+
7+
- ## Bug fixes
8+
- `CCollapse` component name option typo fix
9+
- `CMenu`: add `as` polymophic prop support for `CMenuItem` component
10+
- `chakra-loader`: Add documentation for the `chakra-loader` webpack plugin
11+
- Community: Add link to Chakra UI discord to docs.
12+
- Updated dependencies [undefined]
13+
- @chakra-ui/vue@0.6.1
14+
315
## 0.0.6
416

517
### 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.6",
3+
"version": "0.0.9",
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.0",
21+
"@chakra-ui/vue": "^0.6.1",
2222
"emotion": "^10.0.27"
2323
},
2424
"peerDependencies": {

website/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.1
4+
5+
### Patch Changes
6+
7+
- ## Bug fixes
8+
- `CCollapse` component name option typo fix
9+
- `CMenu`: add `as` polymophic prop support for `CMenuItem` component
10+
- `chakra-loader`: Add documentation for the `chakra-loader` webpack plugin
11+
- Community: Add link to Chakra UI discord to docs.
12+
- Updated dependencies [undefined]
13+
- @chakra-ui/vue@0.6.1
14+
315
## 0.5.0
416

517
### Minor Changes

website/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.5.0",
3+
"version": "0.5.1",
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.6.0",
30+
"@chakra-ui/vue": "^0.6.1",
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",

0 commit comments

Comments
 (0)