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

Commit 8fa3ed5

Browse files
Merge pull request #164 from chakra-ui/changeset-release/master
chore(release): version packages and publish (alpha)
2 parents 1123461 + 9321b6e commit 8fa3ed5

Some content is hidden

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

75 files changed

+784
-153
lines changed

.changeset/pre.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,20 @@
3434
"@chakra-ui/vue-composables": "0.1.0-alpha.1",
3535
"@chakra-ui/c-breadcrumb": "1.0.0-alpha.4",
3636
"@chakra-ui/c-form-control": "0.0.0-alpha.0",
37-
"@chakra-ui/c-input": "0.0.0-alpha.0"
37+
"@chakra-ui/c-input": "0.0.0-alpha.0",
38+
"@chakra-ui/vue-anatomy": "0.0.0-alpha.0",
39+
"@chakra-ui/c-checkbox": "0.0.0-alpha.0",
40+
"@chakra-ui/c-tag": "0.0.0-alpha.0",
41+
"@chakra-ui/vue-styled": "0.0.0-alpha.0"
3842
},
3943
"changesets": [
4044
"bright-geese-tickle",
4145
"chilly-tables-care",
4246
"dry-mayflies-deny",
4347
"dull-masks-build",
4448
"empty-dragons-wait",
49+
"forty-bulldogs-know",
50+
"fuzzy-walls-shop",
4551
"gorgeous-tables-mate",
4652
"honest-bears-tell",
4753
"khaki-hounds-hunt",
@@ -56,11 +62,13 @@
5662
"rare-ads-impress",
5763
"selfish-mice-lay",
5864
"shy-eels-approve",
65+
"sixty-rockets-sniff",
5966
"slimy-bugs-give",
6067
"spotty-trains-type",
6168
"sweet-lamps-brake",
6269
"ten-pandas-run",
6370
"tricky-olives-live",
71+
"twelve-poems-scream",
6472
"two-moles-worry",
6573
"wild-chairs-applaud"
6674
]

packages/anatomy/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# @chakra-ui/vue-anatomy
2+
3+
## 0.0.0-alpha.1
4+
5+
### Major Changes
6+
7+
- [#163](https://github.com/chakra-ui/chakra-ui-vue-next/pull/163) [`a3492eb`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a3492eb70b30207ab97a1a5b9273f70d14159df9) Thanks [@codebender828](https://github.com/codebender828)! - Add component for checkbox and checnbox group
8+
9+
### Minor Changes
10+
11+
- [#142](https://github.com/chakra-ui/chakra-ui-vue-next/pull/142) [`89c1904`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/89c1904006578fca45c1938cf9d8cd44008ba0ab) Thanks [@codebender828](https://github.com/codebender828)! - Created accordion component and migrated to Zag.js
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`a3492eb`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a3492eb70b30207ab97a1a5b9273f70d14159df9), [`89c1904`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/89c1904006578fca45c1938cf9d8cd44008ba0ab)]:
16+
- @chakra-ui/vue-system@1.0.0-alpha.11
17+
- @chakra-ui/vue-theme-tools@1.0.0-alpha.11

packages/anatomy/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chakra-ui/vue-anatomy",
33
"description": "Chakra UI Vue | The anatomy of all chakra components component",
4-
"version": "0.0.0-alpha.0",
4+
"version": "0.0.0-alpha.1",
55
"main": "dist/chakra-ui-vue-anatomy.cjs.js",
66
"module": "dist/chakra-ui-vue-anatomy.esm.js",
77
"author": "Jonathan Bakebwa <[email protected]>",
@@ -25,8 +25,8 @@
2525
"clean": "rimraf dist"
2626
},
2727
"dependencies": {
28-
"@chakra-ui/vue-system": "0.1.0-alpha.10",
29-
"@chakra-ui/vue-theme-tools": "0.1.0-alpha.10"
28+
"@chakra-ui/vue-system": "1.0.0-alpha.11",
29+
"@chakra-ui/vue-theme-tools": "1.0.0-alpha.11"
3030
},
3131
"devDependencies": {
3232
"vue": "^3.2.37"

packages/c-accordion/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @chakra-ui/c-accordion
22

3+
## 1.0.0-alpha.11
4+
5+
### Major Changes
6+
7+
- [#163](https://github.com/chakra-ui/chakra-ui-vue-next/pull/163) [`a3492eb`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a3492eb70b30207ab97a1a5b9273f70d14159df9) Thanks [@codebender828](https://github.com/codebender828)! - Add component for checkbox and checnbox group
8+
9+
### Minor Changes
10+
11+
- [#142](https://github.com/chakra-ui/chakra-ui-vue-next/pull/142) [`89c1904`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/89c1904006578fca45c1938cf9d8cd44008ba0ab) Thanks [@codebender828](https://github.com/codebender828)! - Created accordion component and migrated to Zag.js
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`a3492eb`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a3492eb70b30207ab97a1a5b9273f70d14159df9), [`89c1904`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/89c1904006578fca45c1938cf9d8cd44008ba0ab), [`46e414d`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/46e414d1bb1a9a0b322beeedd8c9c3eb2811cb71)]:
16+
- @chakra-ui/c-icon@1.0.0-alpha.11
17+
- @chakra-ui/c-motion@1.0.0-alpha.10
18+
- @chakra-ui/vue-system@1.0.0-alpha.11
19+
- @chakra-ui/vue-utils@1.0.0-alpha.11
20+
- @chakra-ui/vue-composables@1.0.0-alpha.10
21+
322
## 0.1.0-alpha.10
423

524
### Patch Changes

packages/c-accordion/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/c-accordion",
3-
"version": "0.1.0-alpha.10",
3+
"version": "1.0.0-alpha.11",
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": "1.0.0-alpha.10",
24-
"@chakra-ui/c-motion": "0.1.0-alpha.9",
23+
"@chakra-ui/c-icon": "1.0.0-alpha.11",
24+
"@chakra-ui/c-motion": "1.0.0-alpha.10",
2525
"@chakra-ui/utils": "^2.0.3",
26-
"@chakra-ui/vue-composables": "0.1.0-alpha.9",
27-
"@chakra-ui/vue-system": "0.1.0-alpha.10",
28-
"@chakra-ui/vue-utils": "0.1.0-alpha.10",
26+
"@chakra-ui/vue-composables": "1.0.0-alpha.10",
27+
"@chakra-ui/vue-system": "1.0.0-alpha.11",
28+
"@chakra-ui/vue-utils": "1.0.0-alpha.11",
2929
"@zag-js/accordion": "^0.1.13",
3030
"@zag-js/vue": "^0.1.14"
3131
},

packages/c-alert/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @chakra-ui/c-alert
22

3+
## 1.0.0-alpha.11
4+
5+
### Major Changes
6+
7+
- [#163](https://github.com/chakra-ui/chakra-ui-vue-next/pull/163) [`a3492eb`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a3492eb70b30207ab97a1a5b9273f70d14159df9) Thanks [@codebender828](https://github.com/codebender828)! - Add component for checkbox and checnbox group
8+
9+
### Minor Changes
10+
11+
- [#142](https://github.com/chakra-ui/chakra-ui-vue-next/pull/142) [`89c1904`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/89c1904006578fca45c1938cf9d8cd44008ba0ab) Thanks [@codebender828](https://github.com/codebender828)! - Created accordion component and migrated to Zag.js
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`a3492eb`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a3492eb70b30207ab97a1a5b9273f70d14159df9), [`89c1904`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/89c1904006578fca45c1938cf9d8cd44008ba0ab), [`46e414d`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/46e414d1bb1a9a0b322beeedd8c9c3eb2811cb71)]:
16+
- @chakra-ui/c-icon@1.0.0-alpha.11
17+
- @chakra-ui/vue-system@1.0.0-alpha.11
18+
- @chakra-ui/vue-utils@1.0.0-alpha.11
19+
320
## 1.0.0-alpha.10
421

522
### Patch Changes

packages/c-alert/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/c-alert",
3-
"version": "1.0.0-alpha.10",
3+
"version": "1.0.0-alpha.11",
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": "1.0.0-alpha.10",
24-
"@chakra-ui/vue-system": "0.1.0-alpha.10",
25-
"@chakra-ui/vue-utils": "0.1.0-alpha.10"
23+
"@chakra-ui/c-icon": "1.0.0-alpha.11",
24+
"@chakra-ui/vue-system": "1.0.0-alpha.11",
25+
"@chakra-ui/vue-utils": "1.0.0-alpha.11"
2626
},
2727
"peerDependencies": {
2828
"vue": ">=3.0.5"

packages/c-breadcrumb/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @chakra-ui/c-breadcrumb
22

3+
## 1.0.0-alpha.11
4+
5+
### Major Changes
6+
7+
- [#163](https://github.com/chakra-ui/chakra-ui-vue-next/pull/163) [`a3492eb`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a3492eb70b30207ab97a1a5b9273f70d14159df9) Thanks [@codebender828](https://github.com/codebender828)! - Add component for checkbox and checnbox group
8+
9+
### Minor Changes
10+
11+
- [#142](https://github.com/chakra-ui/chakra-ui-vue-next/pull/142) [`89c1904`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/89c1904006578fca45c1938cf9d8cd44008ba0ab) Thanks [@codebender828](https://github.com/codebender828)! - Created accordion component and migrated to Zag.js
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`a3492eb`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a3492eb70b30207ab97a1a5b9273f70d14159df9), [`89c1904`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/89c1904006578fca45c1938cf9d8cd44008ba0ab), [`46e414d`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/46e414d1bb1a9a0b322beeedd8c9c3eb2811cb71)]:
16+
- @chakra-ui/vue-system@1.0.0-alpha.11
17+
- @chakra-ui/vue-utils@1.0.0-alpha.11
18+
319
## 1.0.0-alpha.10
420

521
### Patch Changes

packages/c-breadcrumb/package.json

+3-3
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": "1.0.0-alpha.10",
4+
"version": "1.0.0-alpha.11",
55
"main": "dist/chakra-ui-c-breadcrumb.cjs.js",
66
"module": "dist/chakra-ui-c-breadcrumb.esm.js",
77
"author": "Jonathan Bakebwa <[email protected]>",
@@ -30,8 +30,8 @@
3030
"dependencies": {
3131
"@chakra-ui/styled-system": "^2.2.2",
3232
"@chakra-ui/utils": "^2.0.3",
33-
"@chakra-ui/vue-system": "0.1.0-alpha.10",
34-
"@chakra-ui/vue-utils": "0.1.0-alpha.10"
33+
"@chakra-ui/vue-system": "1.0.0-alpha.11",
34+
"@chakra-ui/vue-utils": "1.0.0-alpha.11"
3535
},
3636
"peerDependencies": {
3737
"vue": "^3.1.4"

packages/c-button/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @chakra-ui/c-button
22

3+
## 1.0.0-alpha.11
4+
5+
### Major Changes
6+
7+
- [#163](https://github.com/chakra-ui/chakra-ui-vue-next/pull/163) [`a3492eb`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a3492eb70b30207ab97a1a5b9273f70d14159df9) Thanks [@codebender828](https://github.com/codebender828)! - Add component for checkbox and checnbox group
8+
9+
### Minor Changes
10+
11+
- [#142](https://github.com/chakra-ui/chakra-ui-vue-next/pull/142) [`89c1904`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/89c1904006578fca45c1938cf9d8cd44008ba0ab) Thanks [@codebender828](https://github.com/codebender828)! - Created accordion component and migrated to Zag.js
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`a3492eb`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a3492eb70b30207ab97a1a5b9273f70d14159df9), [`89c1904`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/89c1904006578fca45c1938cf9d8cd44008ba0ab), [`46e414d`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/46e414d1bb1a9a0b322beeedd8c9c3eb2811cb71)]:
16+
- @chakra-ui/c-icon@1.0.0-alpha.11
17+
- @chakra-ui/c-spinner@1.0.0-alpha.11
18+
- @chakra-ui/vue-system@1.0.0-alpha.11
19+
- @chakra-ui/vue-utils@1.0.0-alpha.11
20+
321
## 1.0.0-alpha.10
422

523
### Patch Changes

packages/c-button/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/c-button",
3-
"version": "1.0.0-alpha.10",
3+
"version": "1.0.0-alpha.11",
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": "1.0.0-alpha.10",
24-
"@chakra-ui/c-spinner": "1.0.0-alpha.10",
23+
"@chakra-ui/c-icon": "1.0.0-alpha.11",
24+
"@chakra-ui/c-spinner": "1.0.0-alpha.11",
2525
"@chakra-ui/utils": "^2.0.3",
26-
"@chakra-ui/vue-system": "0.1.0-alpha.10",
27-
"@chakra-ui/vue-utils": "0.1.0-alpha.10"
26+
"@chakra-ui/vue-system": "1.0.0-alpha.11",
27+
"@chakra-ui/vue-utils": "1.0.0-alpha.11"
2828
},
2929
"peerDependencies": {
3030
"vue": "^3.1.4"

packages/c-checkbox/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# @chakra-ui/c-checkbox
2+
3+
## 0.0.0-alpha.1
4+
5+
### Major Changes
6+
7+
- [#163](https://github.com/chakra-ui/chakra-ui-vue-next/pull/163) [`a3492eb`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a3492eb70b30207ab97a1a5b9273f70d14159df9) Thanks [@codebender828](https://github.com/codebender828)! - Add component for checkbox and checnbox group
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`a3492eb`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a3492eb70b30207ab97a1a5b9273f70d14159df9), [`89c1904`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/89c1904006578fca45c1938cf9d8cd44008ba0ab), [`46e414d`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/46e414d1bb1a9a0b322beeedd8c9c3eb2811cb71)]:
12+
- @chakra-ui/c-form-control@0.0.0-alpha.6
13+
- @chakra-ui/c-motion@1.0.0-alpha.10
14+
- @chakra-ui/vue-system@1.0.0-alpha.11
15+
- @chakra-ui/vue-utils@1.0.0-alpha.11
16+
- @chakra-ui/vue-composables@1.0.0-alpha.10

packages/c-checkbox/package.json

+6-6
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": "0.0.0-alpha.0",
4+
"version": "0.0.0-alpha.1",
55
"main": "dist/chakra-ui-c-checkbox.cjs.js",
66
"module": "dist/chakra-ui-c-checkbox.esm.js",
77
"author": "Jonathan Bakebwa <[email protected]>",
@@ -28,12 +28,12 @@
2828
"clean": "rimraf dist"
2929
},
3030
"dependencies": {
31-
"@chakra-ui/c-form-control": "0.0.0-alpha.5",
32-
"@chakra-ui/c-motion": "0.1.0-alpha.9",
31+
"@chakra-ui/c-form-control": "0.0.0-alpha.6",
32+
"@chakra-ui/c-motion": "1.0.0-alpha.10",
3333
"@chakra-ui/utils": "2.0.3",
34-
"@chakra-ui/vue-composables": "0.1.0-alpha.9",
35-
"@chakra-ui/vue-system": "0.1.0-alpha.10",
36-
"@chakra-ui/vue-utils": "0.1.0-alpha.10",
34+
"@chakra-ui/vue-composables": "1.0.0-alpha.10",
35+
"@chakra-ui/vue-system": "1.0.0-alpha.11",
36+
"@chakra-ui/vue-utils": "1.0.0-alpha.11",
3737
"@vueuse/motion": "1.5.4",
3838
"@zag-js/checkbox": "0.1.6",
3939
"@zag-js/vue": "0.1.14"

packages/c-close-button/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @chakra-ui/c-close-button
22

3+
## 1.0.0-alpha.11
4+
5+
### Major Changes
6+
7+
- [#163](https://github.com/chakra-ui/chakra-ui-vue-next/pull/163) [`a3492eb`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a3492eb70b30207ab97a1a5b9273f70d14159df9) Thanks [@codebender828](https://github.com/codebender828)! - Add component for checkbox and checnbox group
8+
9+
### Minor Changes
10+
11+
- [#142](https://github.com/chakra-ui/chakra-ui-vue-next/pull/142) [`89c1904`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/89c1904006578fca45c1938cf9d8cd44008ba0ab) Thanks [@codebender828](https://github.com/codebender828)! - Created accordion component and migrated to Zag.js
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`a3492eb`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a3492eb70b30207ab97a1a5b9273f70d14159df9), [`89c1904`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/89c1904006578fca45c1938cf9d8cd44008ba0ab), [`46e414d`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/46e414d1bb1a9a0b322beeedd8c9c3eb2811cb71)]:
16+
- @chakra-ui/c-icon@1.0.0-alpha.11
17+
- @chakra-ui/vue-system@1.0.0-alpha.11
18+
- @chakra-ui/vue-utils@1.0.0-alpha.11
19+
320
## 0.1.0-alpha.10
421

522
### Patch Changes

packages/c-close-button/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chakra-ui/c-close-button",
33
"description": "Chakra UI Vue | An accessible close button component for chakra ui vue component",
4-
"version": "0.1.0-alpha.10",
4+
"version": "1.0.0-alpha.11",
55
"main": "dist/chakra-ui-c-close-button.cjs.js",
66
"module": "dist/chakra-ui-c-close-button.esm.js",
77
"author": "Jonathan Bakebwa <[email protected]>",
@@ -28,11 +28,11 @@
2828
"clean": "rimraf dist"
2929
},
3030
"dependencies": {
31-
"@chakra-ui/c-icon": "1.0.0-alpha.10",
31+
"@chakra-ui/c-icon": "1.0.0-alpha.11",
3232
"@chakra-ui/styled-system": "^2.2.2",
3333
"@chakra-ui/utils": "^2.0.3",
34-
"@chakra-ui/vue-system": "0.1.0-alpha.10",
35-
"@chakra-ui/vue-utils": "0.1.0-alpha.10"
34+
"@chakra-ui/vue-system": "1.0.0-alpha.11",
35+
"@chakra-ui/vue-utils": "1.0.0-alpha.11"
3636
},
3737
"devDependencies": {
3838
"vue": "^3.2.37"

packages/c-code/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @chakra-ui/c-code
22

3+
## 1.0.0-alpha.11
4+
5+
### Major Changes
6+
7+
- [#163](https://github.com/chakra-ui/chakra-ui-vue-next/pull/163) [`a3492eb`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a3492eb70b30207ab97a1a5b9273f70d14159df9) Thanks [@codebender828](https://github.com/codebender828)! - Add component for checkbox and checnbox group
8+
9+
### Minor Changes
10+
11+
- [#142](https://github.com/chakra-ui/chakra-ui-vue-next/pull/142) [`89c1904`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/89c1904006578fca45c1938cf9d8cd44008ba0ab) Thanks [@codebender828](https://github.com/codebender828)! - Created accordion component and migrated to Zag.js
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`a3492eb`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a3492eb70b30207ab97a1a5b9273f70d14159df9), [`89c1904`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/89c1904006578fca45c1938cf9d8cd44008ba0ab), [`46e414d`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/46e414d1bb1a9a0b322beeedd8c9c3eb2811cb71)]:
16+
- @chakra-ui/vue-system@1.0.0-alpha.11
17+
- @chakra-ui/vue-utils@1.0.0-alpha.11
18+
319
## 1.0.0-alpha.10
420

521
### Patch Changes

packages/c-code/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chakra-ui/c-code",
33
"description": "Chakra UI Vue | Code is a component used to display inline code. It is composed from the Box component with a font family of mono for displaying code",
4-
"version": "1.0.0-alpha.10",
4+
"version": "1.0.0-alpha.11",
55
"main": "dist/chakra-ui-c-code.cjs.js",
66
"module": "dist/chakra-ui-c-code.esm.js",
77
"author": "Jonathan Bakebwa <[email protected]>",
@@ -29,8 +29,8 @@
2929
},
3030
"dependencies": {
3131
"@chakra-ui/utils": "^2.0.3",
32-
"@chakra-ui/vue-system": "0.1.0-alpha.10",
33-
"@chakra-ui/vue-utils": "0.1.0-alpha.10"
32+
"@chakra-ui/vue-system": "1.0.0-alpha.11",
33+
"@chakra-ui/vue-utils": "1.0.0-alpha.11"
3434
},
3535
"devDependencies": {
3636
"vue": "^3.2.37"

0 commit comments

Comments
 (0)