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

Commit 036aab2

Browse files
Merge pull request #174 from chakra-ui/changeset-release/master
chore(release): version packages and publish (alpha)
2 parents 2801de4 + d39b7ae commit 036aab2

Some content is hidden

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

77 files changed

+886
-159
lines changed

.changeset/pre.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,26 @@
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-avatar": "0.0.0-alpha.0",
40+
"@chakra-ui/c-checkbox": "0.0.0-alpha.0",
41+
"@chakra-ui/c-tag": "0.0.0-alpha.0",
42+
"@chakra-ui/vue-styled": "0.0.0-alpha.0"
3843
},
3944
"changesets": [
4045
"bright-geese-tickle",
4146
"chilly-tables-care",
4247
"dry-mayflies-deny",
4348
"dull-masks-build",
4449
"empty-dragons-wait",
50+
"forty-bulldogs-know",
51+
"fuzzy-walls-shop",
4552
"gorgeous-tables-mate",
4653
"honest-bears-tell",
4754
"khaki-hounds-hunt",
4855
"kind-tools-camp",
56+
"loud-drinks-arrive",
4957
"metal-tables-poke",
5058
"neat-rules-cry",
5159
"old-insects-exist",
@@ -56,11 +64,13 @@
5664
"rare-ads-impress",
5765
"selfish-mice-lay",
5866
"shy-eels-approve",
67+
"sixty-rockets-sniff",
5968
"slimy-bugs-give",
6069
"spotty-trains-type",
6170
"sweet-lamps-brake",
6271
"ten-pandas-run",
6372
"tricky-olives-live",
73+
"twelve-poems-scream",
6474
"two-moles-worry",
6575
"wild-chairs-applaud"
6676
]

packages/anatomy/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
- [#173](https://github.com/chakra-ui/chakra-ui-vue-next/pull/173) [`1b7eaac`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/1b7eaacf56921498ea20166236d872fad698e8dd) Thanks [@codebender828](https://github.com/codebender828)! - Created Avatar component
12+
13+
* [#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
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [[`a3492eb`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a3492eb70b30207ab97a1a5b9273f70d14159df9), [`1b7eaac`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/1b7eaacf56921498ea20166236d872fad698e8dd), [`89c1904`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/89c1904006578fca45c1938cf9d8cd44008ba0ab)]:
18+
- @chakra-ui/vue-system@1.0.0-alpha.11
19+
- @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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
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+
- [#173](https://github.com/chakra-ui/chakra-ui-vue-next/pull/173) [`1b7eaac`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/1b7eaacf56921498ea20166236d872fad698e8dd) Thanks [@codebender828](https://github.com/codebender828)! - Created Avatar component
12+
13+
* [#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
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [[`a3492eb`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a3492eb70b30207ab97a1a5b9273f70d14159df9), [`1b7eaac`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/1b7eaacf56921498ea20166236d872fad698e8dd), [`89c1904`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/89c1904006578fca45c1938cf9d8cd44008ba0ab), [`46e414d`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/46e414d1bb1a9a0b322beeedd8c9c3eb2811cb71)]:
18+
- @chakra-ui/c-icon@1.0.0-alpha.11
19+
- @chakra-ui/c-motion@1.0.0-alpha.10
20+
- @chakra-ui/vue-system@1.0.0-alpha.11
21+
- @chakra-ui/vue-utils@1.0.0-alpha.11
22+
- @chakra-ui/vue-composables@1.0.0-alpha.10
23+
324
## 0.1.0-alpha.10
425

526
### 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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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+
- [#173](https://github.com/chakra-ui/chakra-ui-vue-next/pull/173) [`1b7eaac`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/1b7eaacf56921498ea20166236d872fad698e8dd) Thanks [@codebender828](https://github.com/codebender828)! - Created Avatar component
12+
13+
* [#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
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [[`a3492eb`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a3492eb70b30207ab97a1a5b9273f70d14159df9), [`1b7eaac`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/1b7eaacf56921498ea20166236d872fad698e8dd), [`89c1904`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/89c1904006578fca45c1938cf9d8cd44008ba0ab), [`46e414d`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/46e414d1bb1a9a0b322beeedd8c9c3eb2811cb71)]:
18+
- @chakra-ui/c-icon@1.0.0-alpha.11
19+
- @chakra-ui/vue-system@1.0.0-alpha.11
20+
- @chakra-ui/vue-utils@1.0.0-alpha.11
21+
322
## 1.0.0-alpha.10
423

524
### 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-avatar/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# @chakra-ui/c-avatar
2+
3+
## 0.0.0-alpha.1
4+
5+
### Minor Changes
6+
7+
- [#173](https://github.com/chakra-ui/chakra-ui-vue-next/pull/173) [`1b7eaac`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/1b7eaacf56921498ea20166236d872fad698e8dd) Thanks [@codebender828](https://github.com/codebender828)! - Created Avatar component
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`a3492eb`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a3492eb70b30207ab97a1a5b9273f70d14159df9), [`1b7eaac`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/1b7eaacf56921498ea20166236d872fad698e8dd), [`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/vue-layout@1.0.0-alpha.12
13+
- @chakra-ui/vue-system@1.0.0-alpha.11
14+
- @chakra-ui/vue-theme-tools@1.0.0-alpha.11
15+
- @chakra-ui/vue-utils@1.0.0-alpha.11

packages/c-avatar/package.json

Lines changed: 5 additions & 5 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": "0.0.0-alpha.0",
4+
"version": "0.0.0-alpha.1",
55
"main": "dist/chakra-ui-c-avatar.cjs.js",
66
"module": "dist/chakra-ui-c-avatar.esm.js",
77
"author": "Shyrro <[email protected]>",
@@ -26,10 +26,10 @@
2626
},
2727
"dependencies": {
2828
"@chakra-ui/utils": "^2.0.3",
29-
"@chakra-ui/vue-layout": "^0.1.0-alpha.11",
30-
"@chakra-ui/vue-system": "^0.1.0-alpha.5",
31-
"@chakra-ui/vue-utils": "0.1.0-alpha.10",
32-
"@chakra-ui/vue-theme-tools": "0.1.0-alpha.10"
29+
"@chakra-ui/vue-layout": "^1.0.0-alpha.12",
30+
"@chakra-ui/vue-system": "^1.0.0-alpha.11",
31+
"@chakra-ui/vue-utils": "1.0.0-alpha.11",
32+
"@chakra-ui/vue-theme-tools": "1.0.0-alpha.11"
3333
},
3434
"devDependencies": {
3535
"vue": "^3.2.29"

packages/c-breadcrumb/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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+
- [#173](https://github.com/chakra-ui/chakra-ui-vue-next/pull/173) [`1b7eaac`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/1b7eaacf56921498ea20166236d872fad698e8dd) Thanks [@codebender828](https://github.com/codebender828)! - Created Avatar component
12+
13+
* [#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
14+
15+
### Patch Changes
16+
17+
- Updated dependencies [[`a3492eb`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a3492eb70b30207ab97a1a5b9273f70d14159df9), [`1b7eaac`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/1b7eaacf56921498ea20166236d872fad698e8dd), [`89c1904`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/89c1904006578fca45c1938cf9d8cd44008ba0ab), [`46e414d`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/46e414d1bb1a9a0b322beeedd8c9c3eb2811cb71)]:
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)