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

Commit 29916b7

Browse files
committed
chore: bump version
1 parent e8c2463 commit 29916b7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+1029
-174
lines changed

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
"@chakra-ui/vue-docs-next": "1.0.0"
4747
},
4848
"changesets": [
49-
"seven-avocados-act"
49+
"great-brooms-add",
50+
"purple-singers-exist",
51+
"seven-avocados-act",
52+
"slow-tables-compare"
5053
]
5154
}

.changeset/purple-singers-exist.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
"@chakra-ui/vue-anatomy": major
32
"@chakra-ui/c-accordion": major
43
"@chakra-ui/c-alert": major
54
"@chakra-ui/c-avatar": major
@@ -34,13 +33,10 @@
3433
"@chakra-ui/vue-styled": major
3534
"@chakra-ui/vue-system": major
3635
"@chakra-ui/vue-test-utils": major
37-
"@chakra-ui/vue-theme": major
38-
"@chakra-ui/vue-theme-tools": major
3936
"@chakra-ui/vue-utils": major
4037
"@chakra-ui/vue-a11y": major
4138
"@chakra-ui/vue-composables": major
4239
"@chakra-ui/vue-auto-import": major
43-
"@chakra-ui/vue-docs": major
4440
---
4541

4642
Release @chakra-ui/vue-next@1.0.0-alpha.14

.changeset/slow-tables-compare.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
"@chakra-ui/vue-anatomy": minor
32
"@chakra-ui/c-accordion": minor
43
"@chakra-ui/c-alert": minor
54
"@chakra-ui/c-avatar": minor
@@ -34,13 +33,10 @@
3433
"@chakra-ui/vue-styled": minor
3534
"@chakra-ui/vue-system": minor
3635
"@chakra-ui/vue-test-utils": minor
37-
"@chakra-ui/vue-theme": minor
38-
"@chakra-ui/vue-theme-tools": minor
3936
"@chakra-ui/vue-utils": minor
4037
"@chakra-ui/vue-a11y": minor
4138
"@chakra-ui/vue-composables": minor
4239
"@chakra-ui/vue-auto-import": minor
43-
"@chakra-ui/vue-docs": minor
4440
---
4541

4642
Create Media Query, Avatar, Counter and Checkbox Components"

@types/components.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This is a generated file. Do not edit it's contents.
88
*
9-
* This file was generated on 2023-01-24T10:19:38.029Z
9+
* This file was generated on 2023-01-24T13:16:48.745Z
1010
*/
1111

1212
import { ChakraProps, chakra } from "@chakra-ui/vue-system"

components.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This is a generated file. Do not edit it's contents.
88
*
9-
* This file was generated on 2023-01-24T10:19:38.029Z
9+
* This file was generated on 2023-01-24T13:16:48.745Z
1010
*/
1111

1212
import { ChakraProps, chakra } from "@chakra-ui/vue-system"

packages/c-accordion/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# @chakra-ui/c-accordion
22

3+
## 2.0.0-beta.1
4+
5+
### Major Changes
6+
7+
- 176f4e2: Release @chakra-ui/vue-next@1.0.0-alpha.14
8+
9+
### Minor Changes
10+
11+
- 06cc6b0: - Feat: Adds `colorModeManager` Storage entity to cache color mode
12+
from local env
13+
- Fix: adds semantic tokens support to theme
14+
- Feat: Add `CDarkMode` and `CLightMode` components
15+
- 1a78d56: Create Media Query, Avatar, Counter and Checkbox Components"
16+
17+
### Patch Changes
18+
19+
- Updated dependencies [06cc6b0]
20+
- Updated dependencies [176f4e2]
21+
- Updated dependencies [1a78d56]
22+
- @chakra-ui/vue-composables@2.0.0-beta.1
23+
- @chakra-ui/c-motion@2.0.0-beta.1
24+
- @chakra-ui/c-icon@2.0.0-beta.1
25+
- @chakra-ui/vue-system@2.0.0-beta.1
26+
- @chakra-ui/vue-utils@2.0.0-beta.1
27+
328
## 2.0.0-beta.0
429

530
### Major Changes

packages/c-accordion/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/c-accordion",
3-
"version": "2.0.0-beta.0",
3+
"version": "2.0.0-beta.1",
44
"main": "dist/chakra-ui-c-accordion.cjs.js",
55
"module": "dist/chakra-ui-c-accordion.esm.js",
66
"files": [
@@ -20,12 +20,12 @@
2020
"clean": "rimraf dist"
2121
},
2222
"dependencies": {
23-
"@chakra-ui/c-icon": "2.0.0-beta.0",
24-
"@chakra-ui/c-motion": "2.0.0-beta.0",
23+
"@chakra-ui/c-icon": "2.0.0-beta.1",
24+
"@chakra-ui/c-motion": "2.0.0-beta.1",
2525
"@chakra-ui/utils": "2.0.14",
26-
"@chakra-ui/vue-composables": "2.0.0-beta.0",
27-
"@chakra-ui/vue-system": "2.0.0-beta.0",
28-
"@chakra-ui/vue-utils": "2.0.0-beta.0",
26+
"@chakra-ui/vue-composables": "2.0.0-beta.1",
27+
"@chakra-ui/vue-system": "2.0.0-beta.1",
28+
"@chakra-ui/vue-utils": "2.0.0-beta.1",
2929
"@zag-js/accordion": "^0.1.13",
3030
"@zag-js/vue": "^0.1.14"
3131
},

packages/c-alert/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# @chakra-ui/c-alert
22

3+
## 2.0.0-beta.1
4+
5+
### Major Changes
6+
7+
- 176f4e2: Release @chakra-ui/vue-next@1.0.0-alpha.14
8+
9+
### Minor Changes
10+
11+
- 06cc6b0: - Feat: Adds `colorModeManager` Storage entity to cache color mode
12+
from local env
13+
- Fix: adds semantic tokens support to theme
14+
- Feat: Add `CDarkMode` and `CLightMode` components
15+
- 1a78d56: Create Media Query, Avatar, Counter and Checkbox Components"
16+
17+
### Patch Changes
18+
19+
- Updated dependencies [06cc6b0]
20+
- Updated dependencies [176f4e2]
21+
- Updated dependencies [1a78d56]
22+
- @chakra-ui/c-icon@2.0.0-beta.1
23+
- @chakra-ui/vue-system@2.0.0-beta.1
24+
- @chakra-ui/vue-utils@2.0.0-beta.1
25+
326
## 2.0.0-beta.0
427

528
### Major Changes

packages/c-alert/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/c-alert",
3-
"version": "2.0.0-beta.0",
3+
"version": "2.0.0-beta.1",
44
"main": "dist/chakra-ui-c-alert.cjs.js",
55
"module": "dist/chakra-ui-c-alert.esm.js",
66
"files": [
@@ -20,9 +20,9 @@
2020
"clean": "rimraf dist"
2121
},
2222
"dependencies": {
23-
"@chakra-ui/c-icon": "2.0.0-beta.0",
24-
"@chakra-ui/vue-system": "2.0.0-beta.0",
25-
"@chakra-ui/vue-utils": "2.0.0-beta.0"
23+
"@chakra-ui/c-icon": "2.0.0-beta.1",
24+
"@chakra-ui/vue-system": "2.0.0-beta.1",
25+
"@chakra-ui/vue-utils": "2.0.0-beta.1"
2626
},
2727
"peerDependencies": {
2828
"vue": ">=3.0.5"

packages/c-avatar/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# @chakra-ui/c-avatar
22

3+
## 1.0.0-beta.1
4+
5+
### Major Changes
6+
7+
- 176f4e2: Release @chakra-ui/vue-next@1.0.0-alpha.14
8+
9+
### Minor Changes
10+
11+
- 06cc6b0: - Feat: Adds `colorModeManager` Storage entity to cache color mode
12+
from local env
13+
- Fix: adds semantic tokens support to theme
14+
- Feat: Add `CDarkMode` and `CLightMode` components
15+
- 1a78d56: Create Media Query, Avatar, Counter and Checkbox Components"
16+
17+
### Patch Changes
18+
19+
- Updated dependencies [06cc6b0]
20+
- Updated dependencies [176f4e2]
21+
- Updated dependencies [1a78d56]
22+
- @chakra-ui/c-image@1.0.0-beta.1
23+
- @chakra-ui/c-icon@2.0.0-beta.1
24+
- @chakra-ui/vue-layout@2.0.0-beta.1
25+
- @chakra-ui/vue-system@2.0.0-beta.1
26+
- @chakra-ui/vue-utils@2.0.0-beta.1
27+
328
## 1.0.0-beta.0
429

530
### Major Changes

0 commit comments

Comments
 (0)