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

packages/c-avatar/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chakra-ui/c-avatar",
33
"description": "Chakra UI Vue | The avatar component is used to represent user and displays the profile picture initials or fallback icon component",
4-
"version": "1.0.0-beta.0",
4+
"version": "1.0.0-beta.1",
55
"main": "dist/chakra-ui-c-avatar.cjs.js",
66
"module": "dist/chakra-ui-c-avatar.esm.js",
77
"author": "Shyrro <zsahmane@gmail.com>",
@@ -25,14 +25,14 @@
2525
"clean": "rimraf dist"
2626
},
2727
"dependencies": {
28-
"@chakra-ui/c-icon": "2.0.0-beta.0",
29-
"@chakra-ui/c-image": "1.0.0-beta.0",
28+
"@chakra-ui/c-icon": "2.0.0-beta.1",
29+
"@chakra-ui/c-image": "1.0.0-beta.1",
3030
"@chakra-ui/styled-system": "2.5.1",
3131
"@chakra-ui/theme-tools": "2.0.16",
3232
"@chakra-ui/utils": "2.0.14",
33-
"@chakra-ui/vue-layout": "2.0.0-beta.0",
34-
"@chakra-ui/vue-system": "2.0.0-beta.0",
35-
"@chakra-ui/vue-utils": "2.0.0-beta.0"
33+
"@chakra-ui/vue-layout": "2.0.0-beta.1",
34+
"@chakra-ui/vue-system": "2.0.0-beta.1",
35+
"@chakra-ui/vue-utils": "2.0.0-beta.1"
3636
},
3737
"devDependencies": {
3838
"vue": "^3.2.37"

packages/c-breadcrumb/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @chakra-ui/c-breadcrumb
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-system@2.0.0-beta.1
23+
- @chakra-ui/vue-utils@2.0.0-beta.1
24+
325
## 2.0.0-beta.0
426

527
### Major Changes

packages/c-breadcrumb/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chakra-ui/c-breadcrumb",
33
"description": "Chakra UI Vue | Breadcrumbs help users visualize their current location in relation to the rest of the website or application by showing the hierarchy of pages component",
4-
"version": "2.0.0-beta.0",
4+
"version": "2.0.0-beta.1",
55
"main": "dist/chakra-ui-c-breadcrumb.cjs.js",
66
"module": "dist/chakra-ui-c-breadcrumb.esm.js",
77
"author": "Jonathan Bakebwa <codebender828@gmail.com>",
@@ -30,8 +30,8 @@
3030
"dependencies": {
3131
"@chakra-ui/styled-system": "2.5.1",
3232
"@chakra-ui/utils": "2.0.14",
33-
"@chakra-ui/vue-system": "2.0.0-beta.0",
34-
"@chakra-ui/vue-utils": "2.0.0-beta.0"
33+
"@chakra-ui/vue-system": "2.0.0-beta.1",
34+
"@chakra-ui/vue-utils": "2.0.0-beta.1"
3535
},
3636
"peerDependencies": {
3737
"vue": "^3.1.4"

packages/c-button/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# @chakra-ui/c-button
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-spinner@2.0.0-beta.1
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
26+
327
## 2.0.0-beta.0
428

529
### Major Changes

packages/c-button/package.json

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

packages/c-checkbox/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# @chakra-ui/c-checkbox
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/vue-composables@2.0.0-beta.1
23+
- @chakra-ui/c-form-control@1.0.0-beta.1
24+
- @chakra-ui/c-motion@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

packages/c-checkbox/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chakra-ui/c-checkbox",
33
"description": "Chakra UI Vue | C checkbox component is used in forms when a user needs to select multiple values from several options component",
4-
"version": "1.0.0-beta.0",
4+
"version": "1.0.0-beta.1",
55
"main": "dist/chakra-ui-c-checkbox.cjs.js",
66
"module": "dist/chakra-ui-c-checkbox.esm.js",
77
"author": "Jonathan Bakebwa <codebender828@gmail.com>",
@@ -25,12 +25,12 @@
2525
"clean": "rimraf dist"
2626
},
2727
"dependencies": {
28-
"@chakra-ui/c-form-control": "1.0.0-beta.0",
29-
"@chakra-ui/c-motion": "2.0.0-beta.0",
28+
"@chakra-ui/c-form-control": "1.0.0-beta.1",
29+
"@chakra-ui/c-motion": "2.0.0-beta.1",
3030
"@chakra-ui/utils": "2.0.14",
31-
"@chakra-ui/vue-composables": "2.0.0-beta.0",
32-
"@chakra-ui/vue-system": "2.0.0-beta.0",
33-
"@chakra-ui/vue-utils": "2.0.0-beta.0",
31+
"@chakra-ui/vue-composables": "2.0.0-beta.1",
32+
"@chakra-ui/vue-system": "2.0.0-beta.1",
33+
"@chakra-ui/vue-utils": "2.0.0-beta.1",
3434
"@vueuse/motion": "^1.5.4",
3535
"@zag-js/checkbox": "0.1.6",
3636
"@zag-js/vue": "^0.1.14"

0 commit comments

Comments
 (0)