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

Commit f00375b

Browse files
Merge pull request #482 from chakra-ui/changeset-release/master
chore(release): version packages (next)
2 parents 366a662 + 1d10ba7 commit f00375b

File tree

11 files changed

+63
-16
lines changed

11 files changed

+63
-16
lines changed

.changeset/pre.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88
"@chakra-ui/theme-vue": "0.3.1",
99
"chakra-ui-docs": "0.7.1"
1010
},
11-
"changesets": []
11+
"changesets": [
12+
"dry-rocks-thank"
13+
]
1214
}

examples/nuxt-js/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# nuxt-js
2+
3+
## 1.0.1-next.0
4+
### Patch Changes
5+
6+
7+
8+
- [`5c5a3006`](https://github.com/chakra-ui/chakra-ui-vue/commit/5c5a3006d8286cf0cfcd14bc867d64e8877fb1d7) [#480](https://github.com/chakra-ui/chakra-ui-vue/pull/480) Thanks [@codebender828](https://github.com/codebender828)! - Fix regression in theme resolution for @chakra-ui/nuxt
9+
10+
- Updated dependencies [[`5c5a3006`](https://github.com/chakra-ui/chakra-ui-vue/commit/5c5a3006d8286cf0cfcd14bc867d64e8877fb1d7)]:
11+
- @chakra-ui/nuxt@0.4.2-next.0

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.0.0",
3+
"version": "1.0.1-next.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.4.1",
12+
"@chakra-ui/nuxt": "^0.4.2-next.0",
1313
"@nuxtjs/emotion": "^0.1.0",
1414
"core-js": "^3.15.1",
1515
"nuxt": "^2.15.7"

packages/chakra-ui-core/CHANGELOG.md

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

3+
## 0.10.2-next.0
4+
5+
### Patch Changes
6+
7+
- [`5c5a3006`](https://github.com/chakra-ui/chakra-ui-vue/commit/5c5a3006d8286cf0cfcd14bc867d64e8877fb1d7) [#480](https://github.com/chakra-ui/chakra-ui-vue/pull/480) Thanks [@codebender828](https://github.com/codebender828)! - Fix regression in theme resolution for @chakra-ui/nuxt
8+
9+
- Updated dependencies [[`5c5a3006`](https://github.com/chakra-ui/chakra-ui-vue/commit/5c5a3006d8286cf0cfcd14bc867d64e8877fb1d7)]:
10+
- @chakra-ui/theme-vue@0.3.2-next.0
11+
312
## 0.10.1
413

514
### 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.10.1",
3+
"version": "0.10.2-next.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.12.2",
40-
"@chakra-ui/theme-vue": "^0.3.1",
40+
"@chakra-ui/theme-vue": "^0.3.2-next.0",
4141
"@popperjs/core": "^2.4.0",
4242
"animejs": "^3.1.0",
4343
"aria-hidden": "^1.1.1",

packages/chakra-ui-nuxt/CHANGELOG.md

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

3+
## 0.4.2-next.0
4+
5+
### Patch Changes
6+
7+
- [`5c5a3006`](https://github.com/chakra-ui/chakra-ui-vue/commit/5c5a3006d8286cf0cfcd14bc867d64e8877fb1d7) [#480](https://github.com/chakra-ui/chakra-ui-vue/pull/480) Thanks [@codebender828](https://github.com/codebender828)! - Fix regression in theme resolution for @chakra-ui/nuxt
8+
9+
- Updated dependencies [[`5c5a3006`](https://github.com/chakra-ui/chakra-ui-vue/commit/5c5a3006d8286cf0cfcd14bc867d64e8877fb1d7)]:
10+
- @chakra-ui/vue@0.10.2-next.0
11+
- @chakra-ui/theme-vue@0.3.2-next.0
12+
313
## 0.4.1
414

515
### Minor Changes

packages/chakra-ui-nuxt/package.json

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/nuxt",
3-
"version": "0.4.1",
3+
"version": "0.4.2-next.0",
44
"description": "Chakra UI Module for Nuxt.js",
55
"repository": "https://github.com/chakra-ui/chakra-ui-vue",
66
"license": "MIT",
@@ -9,9 +9,7 @@
99
"name": "Kelvin Omereshone <[email protected]>"
1010
}
1111
],
12-
"files": [
13-
"lib"
14-
],
12+
"files": ["lib"],
1513
"main": "lib/module.js",
1614
"types": "types/index.d.ts",
1715
"scripts": {
@@ -21,8 +19,8 @@
2119
"test": "jest"
2220
},
2321
"dependencies": {
24-
"@chakra-ui/theme-vue": "^0.3.1",
25-
"@chakra-ui/vue": "^0.10.1",
22+
"@chakra-ui/theme-vue": "^0.3.2-next.0",
23+
"@chakra-ui/vue": "^0.10.2-next.0",
2624
"@emotion/css": "^11.0.0",
2725
"chakra-loader": "latest"
2826
},

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.3.2-next.0
4+
5+
### Patch Changes
6+
7+
- [`5c5a3006`](https://github.com/chakra-ui/chakra-ui-vue/commit/5c5a3006d8286cf0cfcd14bc867d64e8877fb1d7) [#480](https://github.com/chakra-ui/chakra-ui-vue/pull/480) Thanks [@codebender828](https://github.com/codebender828)! - Fix regression in theme resolution for @chakra-ui/nuxt
8+
39
## 0.3.1
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.3.1",
3+
"version": "0.3.2-next.0",
44
"description": "Default theme for @chakra-ui/vue default theme object",
55
"author": {
66
"name": "Jonathan Bakebwa",

website/CHANGELOG.md

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

3+
## 0.7.2-next.0
4+
5+
### Patch Changes
6+
7+
- [`5c5a3006`](https://github.com/chakra-ui/chakra-ui-vue/commit/5c5a3006d8286cf0cfcd14bc867d64e8877fb1d7) [#480](https://github.com/chakra-ui/chakra-ui-vue/pull/480) Thanks [@codebender828](https://github.com/codebender828)! - Fix regression in theme resolution for @chakra-ui/nuxt
8+
9+
- Updated dependencies [[`5c5a3006`](https://github.com/chakra-ui/chakra-ui-vue/commit/5c5a3006d8286cf0cfcd14bc867d64e8877fb1d7)]:
10+
- @chakra-ui/vue@0.10.2-next.0
11+
- @chakra-ui/nuxt@0.4.2-next.0
12+
- @chakra-ui/theme-vue@0.3.2-next.0
13+
314
## 0.7.1
415

516
### 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.7.1",
3+
"version": "0.7.2-next.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.4.1",
30-
"@chakra-ui/theme-vue": "^0.3.1",
31-
"@chakra-ui/vue": "^0.10.1",
29+
"@chakra-ui/nuxt": "^0.4.2-next.0",
30+
"@chakra-ui/theme-vue": "^0.3.2-next.0",
31+
"@chakra-ui/vue": "^0.10.2-next.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)