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

Commit 719be2b

Browse files
Merge pull request #541 from chakra-ui/changeset-release/master
chore(release): version packages
2 parents 01547bc + 49a4b80 commit 719be2b

File tree

11 files changed

+65
-21
lines changed

11 files changed

+65
-21
lines changed

.changeset/empty-dryers-rescue.md

-9
This file was deleted.

examples/nuxt-js/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# nuxt-js
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [`442faab6`](https://github.com/chakra-ui/chakra-ui-vue/commit/442faab62d2e8dc5cebb786625df6ac914232c49) [#540](https://github.com/chakra-ui/chakra-ui-vue/pull/540) Thanks [@codebender828](https://github.com/codebender828)! - fix: Include all position values in CToast, fix: import in custom theme code snippet
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`442faab6`](https://github.com/chakra-ui/chakra-ui-vue/commit/442faab62d2e8dc5cebb786625df6ac914232c49)]:
12+
- @chakra-ui/nuxt@0.6.0
13+
314
## 1.1.0
415

516
### Minor Changes

examples/nuxt-js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-js",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"private": true,
55
"scripts": {
66
"dev": "nuxt",
@@ -9,7 +9,7 @@
99
"generate": "nuxt generate"
1010
},
1111
"dependencies": {
12-
"@chakra-ui/nuxt": "^0.5.0",
12+
"@chakra-ui/nuxt": "^0.6.0",
1313
"@nuxtjs/emotion": "^0.1.0",
1414
"core-js": "^3.15.1",
1515
"nuxt": "^2.15.7"

packages/chakra-ui-core/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 0.12.0
4+
5+
### Minor Changes
6+
7+
- [`442faab6`](https://github.com/chakra-ui/chakra-ui-vue/commit/442faab62d2e8dc5cebb786625df6ac914232c49) [#540](https://github.com/chakra-ui/chakra-ui-vue/pull/540) Thanks [@codebender828](https://github.com/codebender828)! - fix: Include all position values in CToast, fix: import in custom theme code snippet
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`442faab6`](https://github.com/chakra-ui/chakra-ui-vue/commit/442faab62d2e8dc5cebb786625df6ac914232c49)]:
12+
- @chakra-ui/theme-vue@0.5.0
13+
314
## 0.11.0
415

516
### Minor Changes

packages/chakra-ui-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/vue",
3-
"version": "0.11.0",
3+
"version": "0.12.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",
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"@chakra-ui/styled-system": "^1.15.0",
40-
"@chakra-ui/theme-vue": "^0.4.0",
40+
"@chakra-ui/theme-vue": "^0.5.0",
4141
"@popperjs/core": "^2.4.0",
4242
"animejs": "^3.1.0",
4343
"aria-hidden": "^1.1.1",

packages/chakra-ui-nuxt/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [`442faab6`](https://github.com/chakra-ui/chakra-ui-vue/commit/442faab62d2e8dc5cebb786625df6ac914232c49) [#540](https://github.com/chakra-ui/chakra-ui-vue/pull/540) Thanks [@codebender828](https://github.com/codebender828)! - fix: Include all position values in CToast, fix: import in custom theme code snippet
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`442faab6`](https://github.com/chakra-ui/chakra-ui-vue/commit/442faab62d2e8dc5cebb786625df6ac914232c49)]:
12+
- @chakra-ui/vue@0.12.0
13+
- @chakra-ui/theme-vue@0.5.0
14+
315
## 0.5.0
416

517
### Minor Changes

packages/chakra-ui-nuxt/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/nuxt",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Chakra UI Module for Nuxt.js",
55
"repository": "https://github.com/chakra-ui/chakra-ui-vue",
66
"license": "MIT",
@@ -19,8 +19,8 @@
1919
"test": "jest"
2020
},
2121
"dependencies": {
22-
"@chakra-ui/theme-vue": "^0.4.0",
23-
"@chakra-ui/vue": "^0.11.0",
22+
"@chakra-ui/theme-vue": "^0.5.0",
23+
"@chakra-ui/vue": "^0.12.0",
2424
"@emotion/css": "^11.0.0",
2525
"chakra-loader": "latest"
2626
},

packages/chakra-ui-theme/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [`442faab6`](https://github.com/chakra-ui/chakra-ui-vue/commit/442faab62d2e8dc5cebb786625df6ac914232c49) [#540](https://github.com/chakra-ui/chakra-ui-vue/pull/540) Thanks [@codebender828](https://github.com/codebender828)! - fix: Include all position values in CToast, fix: import in custom theme code snippet
8+
39
## 0.4.0
410

511
### Minor Changes

packages/chakra-ui-theme/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/theme-vue",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Default theme for @chakra-ui/vue default theme object",
55
"author": {
66
"name": "Jonathan Bakebwa",

website/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## 0.9.0
4+
5+
### Minor Changes
6+
7+
- [`442faab6`](https://github.com/chakra-ui/chakra-ui-vue/commit/442faab62d2e8dc5cebb786625df6ac914232c49) [#540](https://github.com/chakra-ui/chakra-ui-vue/pull/540) Thanks [@codebender828](https://github.com/codebender828)! - fix: Include all position values in CToast, fix: import in custom theme code snippet
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`442faab6`](https://github.com/chakra-ui/chakra-ui-vue/commit/442faab62d2e8dc5cebb786625df6ac914232c49)]:
12+
- @chakra-ui/vue@0.12.0
13+
- @chakra-ui/nuxt@0.6.0
14+
- @chakra-ui/theme-vue@0.5.0
15+
316
## 0.8.0
417

518
### Minor Changes

website/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chakra-ui-docs",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Chakra UI Vue documentation site",
55
"private": true,
66
"scripts": {
@@ -26,9 +26,9 @@
2626
}
2727
},
2828
"dependencies": {
29-
"@chakra-ui/nuxt": "^0.5.0",
30-
"@chakra-ui/theme-vue": "^0.4.0",
31-
"@chakra-ui/vue": "^0.11.0",
29+
"@chakra-ui/nuxt": "^0.6.0",
30+
"@chakra-ui/theme-vue": "^0.5.0",
31+
"@chakra-ui/vue": "^0.12.0",
3232
"@emotion/css": "^11.0.0",
3333
"@mdx-js/vue-loader": "^1.6.1",
3434
"@nuxtjs/dotenv": "^1.4.0",

0 commit comments

Comments
 (0)