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

Lines changed: 9 additions & 1 deletion
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

Lines changed: 17 additions & 0 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 19 additions & 0 deletions
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

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": "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

Lines changed: 17 additions & 0 deletions
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

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": "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

Lines changed: 16 additions & 0 deletions
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

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": "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

Lines changed: 18 additions & 0 deletions
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

0 commit comments

Comments
 (0)