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

Commit 3bee954

Browse files
committed
chore: version ppackages
1 parent 52ad598 commit 3bee954

File tree

7 files changed

+39
-11
lines changed

7 files changed

+39
-11
lines changed

.changeset/strange-queens-warn.md

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

packages/chakra-ui-core/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.8.0
4+
5+
### Minor Changes
6+
7+
- [`8af1c07`](https://github.com/chakra-ui/chakra-ui-vue/commit/8af1c07404d2cfa94bb338e4268c5e0869a50776) Thanks [@codebender828](https://github.com/codebender828)! - Adds type definitions, aspect-ratio-box fixes, switch fixes and collapse fixes
8+
- feat: add type definition of component #380 by @odanado
9+
- feat: CCollapse now renders with collapsed height if initially closed by @codebender828 . closes #269
10+
- fix: Set ccollapse height to auto on enter complete, unless finalHeight wa... #384 by @IHIutch
11+
- fix: Add position: relative to switch label #396 by @IHIutch
12+
- fix: Deeply nested aspect-ratio by @IHIutch
13+
314
## 0.7.4
415

516
### 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.7.4",
3+
"version": "0.8.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",

packages/chakra-ui-nuxt/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [`8af1c07`](https://github.com/chakra-ui/chakra-ui-vue/commit/8af1c07404d2cfa94bb338e4268c5e0869a50776) Thanks [@codebender828](https://github.com/codebender828)! - Adds type definitions, aspect-ratio-box fixes, switch fixes and collapse fixes
8+
- feat: add type definition of component #380 by @odanado
9+
- feat: CCollapse now renders with collapsed height if initially closed by @codebender828 . closes #269
10+
- fix: Set ccollapse height to auto on enter complete, unless finalHeight wa... #384 by @IHIutch
11+
- fix: Add position: relative to switch label #396 by @IHIutch
12+
- fix: Deeply nested aspect-ratio by @IHIutch
13+
14+
### Patch Changes
15+
16+
- Updated dependencies [[`8af1c07`](https://github.com/chakra-ui/chakra-ui-vue/commit/8af1c07404d2cfa94bb338e4268c5e0869a50776)]:
17+
- @chakra-ui/vue@0.8.0
18+
319
## 0.2.4
420

521
### 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.2.4",
3+
"version": "0.3.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.7.4",
21+
"@chakra-ui/vue": "^0.8.0",
2222
"chakra-loader": "latest",
2323
"@emotion/css": "^11.0.0"
2424
},

website/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.5.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8af1c07`](https://github.com/chakra-ui/chakra-ui-vue/commit/8af1c07404d2cfa94bb338e4268c5e0869a50776)]:
8+
- @chakra-ui/vue@0.8.0
9+
310
## 0.5.5
411

512
### Patch 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.5",
3+
"version": "0.5.6",
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.10",
30-
"@chakra-ui/vue": "^0.7.4",
30+
"@chakra-ui/vue": "^0.8.0",
3131
"@emotion/css": "^11.0.0",
3232
"@mdx-js/vue-loader": "^1.6.1",
3333
"@nuxtjs/dotenv": "^1.4.0",

0 commit comments

Comments
 (0)