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

Commit 7048e64

Browse files
Merge pull request #475 from chakra-ui/changeset-release/master
chore(release): version packages
2 parents 6e4d703 + a801f9a commit 7048e64

File tree

10 files changed

+51
-21
lines changed

10 files changed

+51
-21
lines changed

.changeset/healthy-clocks-train.md

-6
This file was deleted.

.changeset/large-bananas-allow.md

-8
This file was deleted.

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.10.0
4+
5+
### Minor Changes
6+
7+
- [`7d1bdf30`](https://github.com/chakra-ui/chakra-ui-vue/commit/7d1bdf30b4b1f5fab48f2c23bcdea4038ed7cf5f) [#474](https://github.com/chakra-ui/chakra-ui-vue/pull/474) Thanks [@simpletrontdip](https://github.com/simpletrontdip)! - Backport v1 Theme API to v0.x
8+
- [`2bb4540`](https://github.com/chakra-ui/chakra-ui-vue/pull/473/commits/2bb4540dbd5abeaed9dfbf5108a0f345a9e25bf6)[#473](https://github.com/chakra-ui/chakra-ui-vue/pull/473) Thanks [@Pwuts](https://github.com/Pwuts) - feat(types): improve & add type declarations
9+
10+
### Patch Changes
11+
12+
- [`d1e97d75`](https://github.com/chakra-ui/chakra-ui-vue/commit/d1e97d75b82613ee0cad97e1136db1fd9447f6da) [#468](https://github.com/chakra-ui/chakra-ui-vue/pull/468) Thanks [@abelnnieva](https://github.com/abelnnieva)! - fix(menu): update MenuOption defaultValue prop to inner value
13+
314
## 0.9.4
415

516
### Patch Changes

packages/chakra-ui-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/vue",
3-
"version": "0.9.4",
3+
"version": "0.10.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

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [`7d1bdf30`](https://github.com/chakra-ui/chakra-ui-vue/commit/7d1bdf30b4b1f5fab48f2c23bcdea4038ed7cf5f) [#474](https://github.com/chakra-ui/chakra-ui-vue/pull/474) Thanks [@simpletrontdip](https://github.com/simpletrontdip)! - Backport v1 Theme API to v0.x
8+
- [`2bb4540`](https://github.com/chakra-ui/chakra-ui-vue/pull/473/commits/2bb4540dbd5abeaed9dfbf5108a0f345a9e25bf6)[#473](https://github.com/chakra-ui/chakra-ui-vue/pull/473) Thanks [@Pwuts](https://github.com/Pwuts) - feat(types): improve & add type declarations
9+
10+
### Patch Changes
11+
12+
- [`d1e97d75`](https://github.com/chakra-ui/chakra-ui-vue/commit/d1e97d75b82613ee0cad97e1136db1fd9447f6da) [#468](https://github.com/chakra-ui/chakra-ui-vue/pull/468) Thanks [@abelnnieva](https://github.com/abelnnieva)! - fix(menu): update MenuOption defaultValue prop to inner value
13+
- Updated dependencies [[`d1e97d75`](https://github.com/chakra-ui/chakra-ui-vue/commit/d1e97d75b82613ee0cad97e1136db1fd9447f6da), [`7d1bdf30`](https://github.com/chakra-ui/chakra-ui-vue/commit/7d1bdf30b4b1f5fab48f2c23bcdea4038ed7cf5f)]:
14+
- @chakra-ui/vue@0.10.0
15+
316
## 0.3.5
417

518
### Patch Changes

packages/chakra-ui-nuxt/package.json

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

packages/chakra-ui-theme/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
6+
### Minor Changes
7+
8+
- [`7d1bdf30`](https://github.com/chakra-ui/chakra-ui-vue/commit/7d1bdf30b4b1f5fab48f2c23bcdea4038ed7cf5f) [#474](https://github.com/chakra-ui/chakra-ui-vue/pull/474) Thanks [@simpletrontdip](https://github.com/simpletrontdip)! - Backport v1 Theme API to v0.x
9+
- [`2bb4540`](https://github.com/chakra-ui/chakra-ui-vue/pull/473/commits/2bb4540dbd5abeaed9dfbf5108a0f345a9e25bf6)[#473](https://github.com/chakra-ui/chakra-ui-vue/pull/473) Thanks [@Pwuts](https://github.com/Pwuts) - feat(types): improve & add type declarations
10+
311
## 0.2.11
412

513
### Patch 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.2.11",
3+
"version": "0.3.0",
44
"description": "Default theme for @chakra-ui/vue default theme object",
55
"author": {
66
"name": "Jonathan Bakebwa",

website/CHANGELOG.md

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

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- [`7d1bdf30`](https://github.com/chakra-ui/chakra-ui-vue/commit/7d1bdf30b4b1f5fab48f2c23bcdea4038ed7cf5f) [#474](https://github.com/chakra-ui/chakra-ui-vue/pull/474) Thanks [@codebender828](https://github.com/codebender828)! - Backport v1 Theme API to v0.x
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`d1e97d75`](https://github.com/chakra-ui/chakra-ui-vue/commit/d1e97d75b82613ee0cad97e1136db1fd9447f6da), [`7d1bdf30`](https://github.com/chakra-ui/chakra-ui-vue/commit/7d1bdf30b4b1f5fab48f2c23bcdea4038ed7cf5f)]:
12+
- @chakra-ui/vue@0.10.0
13+
- @chakra-ui/theme-vue@0.3.0
14+
315
## 0.6.2
416

517
### Patch Changes

website/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chakra-ui-docs",
3-
"version": "0.6.2",
3+
"version": "0.7.0",
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.11",
30-
"@chakra-ui/vue": "^0.9.4",
29+
"@chakra-ui/theme-vue": "^0.3.0",
30+
"@chakra-ui/vue": "^0.10.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)