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

Commit 547fbfe

Browse files
Merge pull request #419 from chakra-ui/changeset-release/master
chore(release): version packages
2 parents 782fecd + 1285488 commit 547fbfe

File tree

9 files changed

+46
-23
lines changed

9 files changed

+46
-23
lines changed

.changeset/loud-pianos-argue.md

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

packages/chakra-ui-core/CHANGELOG.md

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

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- [`e640030`](https://github.com/chakra-ui/chakra-ui-vue/commit/e640030d277966a384261d1a90a1820335c4c007) [#418](https://github.com/chakra-ui/chakra-ui-vue/pull/418) Thanks [@codebender828](https://github.com/codebender828)! - Fix for close button to change color
8+
39
## 0.8.0
410

511
### Minor Changes
612

713
- [`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
14+
- feat: add type definition of component #380 by @odanado
915
- 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
16+
- fix: Set ccollapse height to auto on enter complete, unless finalHeight wa... #384 by @IHIutch
17+
- fix: Add position: relative to switch label #396 by @IHIutch
18+
- fix: Deeply nested aspect-ratio by @IHIutch
1319

1420
## 0.7.4
1521

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.8.0",
3+
"version": "0.8.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/chakra-ui-nuxt/CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
11
# Change Log
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [`e640030`](https://github.com/chakra-ui/chakra-ui-vue/commit/e640030d277966a384261d1a90a1820335c4c007) [#418](https://github.com/chakra-ui/chakra-ui-vue/pull/418) Thanks [@codebender828](https://github.com/codebender828)! - Fix for close button to change color
8+
9+
- Updated dependencies [[`e640030`](https://github.com/chakra-ui/chakra-ui-vue/commit/e640030d277966a384261d1a90a1820335c4c007)]:
10+
- @chakra-ui/vue@0.8.1
11+
312
## 0.3.0
413

514
### Minor Changes
615

716
- [`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
17+
- feat: add type definition of component #380 by @odanado
918
- 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
19+
- fix: Set ccollapse height to auto on enter complete, unless finalHeight wa... #384 by @IHIutch
20+
- fix: Add position: relative to switch label #396 by @IHIutch
21+
- fix: Deeply nested aspect-ratio by @IHIutch
1322

1423
### Patch Changes
1524

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.3.0",
3+
"version": "0.3.1",
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.8.0",
21+
"@chakra-ui/vue": "^0.8.1",
2222
"chakra-loader": "latest",
2323
"@emotion/css": "^11.0.0"
2424
},

packages/chakra-ui-theme/CHANGELOG.md

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

3+
## 0.2.11
4+
5+
### Patch Changes
6+
7+
- [`e640030`](https://github.com/chakra-ui/chakra-ui-vue/commit/e640030d277966a384261d1a90a1820335c4c007) [#418](https://github.com/chakra-ui/chakra-ui-vue/pull/418) Thanks [@codebender828](https://github.com/codebender828)! - Fix for close button to change color
8+
39
## 0.2.10
410

511
## 0.2.9

packages/chakra-ui-theme/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/theme-vue",
3-
"version": "0.2.10",
3+
"version": "0.2.11",
44
"description": "Default theme for @chakra-ui/vue default theme object",
55
"author": {
66
"name": "Jonathan Bakebwa",

website/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.5.7
4+
5+
### Patch Changes
6+
7+
- [`e640030`](https://github.com/chakra-ui/chakra-ui-vue/commit/e640030d277966a384261d1a90a1820335c4c007) [#418](https://github.com/chakra-ui/chakra-ui-vue/pull/418) Thanks [@codebender828](https://github.com/codebender828)! - Fix for close button to change color
8+
9+
- Updated dependencies [[`e640030`](https://github.com/chakra-ui/chakra-ui-vue/commit/e640030d277966a384261d1a90a1820335c4c007)]:
10+
- @chakra-ui/vue@0.8.1
11+
- @chakra-ui/theme-vue@0.2.11
12+
313
## 0.5.6
414

515
### Patch Changes

website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chakra-ui-docs",
3-
"version": "0.5.6",
3+
"version": "0.5.7",
44
"description": "Chakra UI Vue documentation site",
55
"private": true,
66
"scripts": {
@@ -26,8 +26,8 @@
2626
}
2727
},
2828
"dependencies": {
29-
"@chakra-ui/theme-vue": "^0.2.10",
30-
"@chakra-ui/vue": "^0.8.0",
29+
"@chakra-ui/theme-vue": "^0.2.11",
30+
"@chakra-ui/vue": "^0.8.1",
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)