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

Commit 967be26

Browse files
committed
chore: exit prerelease
1 parent f00375b commit 967be26

File tree

12 files changed

+57
-36
lines changed

12 files changed

+57
-36
lines changed

.changeset/dry-rocks-thank.md

-9
This file was deleted.

.changeset/pre.json

-14
This file was deleted.

examples/nuxt-js/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# nuxt-js
22

3-
## 1.0.1-next.0
3+
## 1.0.1
4+
45
### Patch Changes
56

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/nuxt@0.4.2
11+
12+
## 1.0.1-next.0
613

14+
### Patch Changes
715

816
- [`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
917

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.1-next.0",
3+
"version": "1.0.1",
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.2-next.0",
12+
"@chakra-ui/nuxt": "^0.4.2",
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
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
11+
312
## 0.10.2-next.0
413

514
### Patch 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.2-next.0",
3+
"version": "0.10.2",
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.2-next.0",
40+
"@chakra-ui/theme-vue": "^0.3.2",
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
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
11+
- @chakra-ui/theme-vue@0.3.2
12+
313
## 0.4.2-next.0
414

515
### Patch 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.4.2-next.0",
3+
"version": "0.4.2",
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.3.2-next.0",
23-
"@chakra-ui/vue": "^0.10.2-next.0",
22+
"@chakra-ui/theme-vue": "^0.3.2",
23+
"@chakra-ui/vue": "^0.10.2",
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.3.2
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.2-next.0
410

511
### 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.3.2-next.0",
3+
"version": "0.3.2",
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
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
11+
- @chakra-ui/nuxt@0.4.2
12+
- @chakra-ui/theme-vue@0.3.2
13+
314
## 0.7.2-next.0
415

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