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

Commit e3ecbb7

Browse files
Merge pull request #234 from chakra-ui/changeset-release/master
chore(release): version packages and publish (alpha)
2 parents 415214c + 87d95da commit e3ecbb7

File tree

85 files changed

+887
-177
lines changed

Some content is hidden

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

85 files changed

+887
-177
lines changed

.changeset/pre.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@
3939
"@chakra-ui/c-avatar": "0.0.0-alpha.0",
4040
"@chakra-ui/c-checkbox": "0.0.0-alpha.0",
4141
"@chakra-ui/c-tag": "0.0.0-alpha.0",
42-
"@chakra-ui/vue-styled": "0.0.0-alpha.0"
42+
"@chakra-ui/vue-styled": "0.0.0-alpha.0",
43+
"@chakra-ui/c-image": "0.0.0-alpha.0",
44+
"@chakra-ui/c-media-query": "0.0.0-alpha.0",
45+
"@chakra-ui/c-pin-input": "0.0.0-alpha.0",
46+
"@chakra-ui/c-skip-nav": "0.0.0-alpha.0"
4347
},
4448
"changesets": [
4549
"bright-geese-tickle",
@@ -60,12 +64,14 @@
6064
"orange-camels-doubt",
6165
"perfect-brooms-impress",
6266
"proud-apples-compare",
67+
"purple-singers-exist",
6368
"quiet-bananas-develop",
6469
"rare-ads-impress",
6570
"selfish-mice-lay",
6671
"shy-eels-approve",
6772
"sixty-rockets-sniff",
6873
"slimy-bugs-give",
74+
"slow-tables-compare",
6975
"spotty-trains-type",
7076
"sweet-lamps-brake",
7177
"ten-pandas-run",

packages/anatomy/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @chakra-ui/vue-anatomy
22

3+
## 0.0.0-alpha.2
4+
5+
### Major Changes
6+
7+
- [#233](https://github.com/chakra-ui/chakra-ui-vue-next/pull/233) [`176f4e2`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/176f4e232da4af56a7982f98a6d8ff6d677ae430) Thanks [@codebender828](https://github.com/codebender828)! - Release @chakra-ui/vue-next@1.0.0-alpha.14
8+
9+
### Minor Changes
10+
11+
- [#233](https://github.com/chakra-ui/chakra-ui-vue-next/pull/233) [`1a78d56`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/1a78d56ac1e79ca319de55be52650afdfd5eeaef) Thanks [@codebender828](https://github.com/codebender828)! - Create Media Query, Avatar, Counter and Checkbox Components"
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`176f4e2`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/176f4e232da4af56a7982f98a6d8ff6d677ae430), [`1a78d56`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/1a78d56ac1e79ca319de55be52650afdfd5eeaef)]:
16+
- @chakra-ui/vue-system@1.0.0-alpha.11
17+
- @chakra-ui/vue-theme-tools@1.0.0-alpha.11
18+
319
## 0.0.0-alpha.1
420

521
### Major Changes

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.1",
4+
"version": "0.0.0-alpha.2",
55
"main": "dist/chakra-ui-vue-anatomy.cjs.js",
66
"module": "dist/chakra-ui-vue-anatomy.esm.js",
77
"author": "Jonathan Bakebwa <codebender828@gmail.com>",
@@ -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
@@ -4,6 +4,25 @@
44

55
### Major Changes
66

7+
- [#233](https://github.com/chakra-ui/chakra-ui-vue-next/pull/233) [`176f4e2`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/176f4e232da4af56a7982f98a6d8ff6d677ae430) Thanks [@codebender828](https://github.com/codebender828)! - Release @chakra-ui/vue-next@1.0.0-alpha.14
8+
9+
### Minor Changes
10+
11+
- [#233](https://github.com/chakra-ui/chakra-ui-vue-next/pull/233) [`1a78d56`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/1a78d56ac1e79ca319de55be52650afdfd5eeaef) Thanks [@codebender828](https://github.com/codebender828)! - Create Media Query, Avatar, Counter and Checkbox Components"
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`176f4e2`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/176f4e232da4af56a7982f98a6d8ff6d677ae430), [`1a78d56`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/1a78d56ac1e79ca319de55be52650afdfd5eeaef)]:
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.12
20+
- @chakra-ui/vue-composables@1.0.0-alpha.10
21+
22+
## 1.0.0-alpha.11
23+
24+
### Major Changes
25+
726
- [#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
827

928
### Minor 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.12",
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": "1.0.0-alpha.11",
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.12",
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.12
4+
5+
### Major Changes
6+
7+
- [#233](https://github.com/chakra-ui/chakra-ui-vue-next/pull/233) [`176f4e2`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/176f4e232da4af56a7982f98a6d8ff6d677ae430) Thanks [@codebender828](https://github.com/codebender828)! - Release @chakra-ui/vue-next@1.0.0-alpha.14
8+
9+
### Minor Changes
10+
11+
- [#233](https://github.com/chakra-ui/chakra-ui-vue-next/pull/233) [`1a78d56`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/1a78d56ac1e79ca319de55be52650afdfd5eeaef) Thanks [@codebender828](https://github.com/codebender828)! - Create Media Query, Avatar, Counter and Checkbox Components"
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`176f4e2`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/176f4e232da4af56a7982f98a6d8ff6d677ae430), [`1a78d56`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/1a78d56ac1e79ca319de55be52650afdfd5eeaef)]:
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.12
19+
320
## 1.0.0-alpha.11
421

522
### 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": "1.0.0-alpha.11",
3+
"version": "1.0.0-alpha.12",
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": "1.0.0-alpha.11"
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.12"
2626
},
2727
"peerDependencies": {
2828
"vue": ">=3.0.5"

packages/c-avatar/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
## 0.0.0-alpha.1
44

5+
### Major Changes
6+
7+
- [#233](https://github.com/chakra-ui/chakra-ui-vue-next/pull/233) [`176f4e2`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/176f4e232da4af56a7982f98a6d8ff6d677ae430) Thanks [@codebender828](https://github.com/codebender828)! - Release @chakra-ui/vue-next@1.0.0-alpha.14
8+
9+
### Minor Changes
10+
11+
- [#233](https://github.com/chakra-ui/chakra-ui-vue-next/pull/233) [`1a78d56`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/1a78d56ac1e79ca319de55be52650afdfd5eeaef) Thanks [@codebender828](https://github.com/codebender828)! - Create Media Query, Avatar, Counter and Checkbox Components"
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`176f4e2`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/176f4e232da4af56a7982f98a6d8ff6d677ae430), [`1a78d56`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/1a78d56ac1e79ca319de55be52650afdfd5eeaef)]:
16+
- @chakra-ui/vue-layout@1.0.0-alpha.12
17+
- @chakra-ui/vue-system@1.0.0-alpha.11
18+
- @chakra-ui/vue-theme-tools@1.0.0-alpha.11
19+
- @chakra-ui/vue-utils@1.0.0-alpha.12
20+
21+
## 0.0.0-alpha.1
22+
523
### Minor Changes
624

725
- [#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

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 <zsahmane@gmail.com>",
@@ -26,10 +26,10 @@
2626
},
2727
"dependencies": {
2828
"@chakra-ui/utils": "2.0.12",
29-
"@chakra-ui/vue-layout": "^0.1.0-alpha.11",
30-
"@chakra-ui/vue-system": "^0.1.0-alpha.5",
31-
"@chakra-ui/vue-theme-tools": "0.1.0-alpha.10",
32-
"@chakra-ui/vue-utils": "1.0.0-alpha.11"
29+
"@chakra-ui/vue-layout": "^1.0.0-alpha.12",
30+
"@chakra-ui/vue-system": "^1.0.0-alpha.11",
31+
"@chakra-ui/vue-theme-tools": "1.0.0-alpha.11",
32+
"@chakra-ui/vue-utils": "1.0.0-alpha.12"
3333
},
3434
"devDependencies": {
3535
"vue": "^3.2.37"

packages/c-breadcrumb/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44

55
### Major Changes
66

7+
- [#233](https://github.com/chakra-ui/chakra-ui-vue-next/pull/233) [`176f4e2`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/176f4e232da4af56a7982f98a6d8ff6d677ae430) Thanks [@codebender828](https://github.com/codebender828)! - Release @chakra-ui/vue-next@1.0.0-alpha.14
8+
9+
### Minor Changes
10+
11+
- [#233](https://github.com/chakra-ui/chakra-ui-vue-next/pull/233) [`1a78d56`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/1a78d56ac1e79ca319de55be52650afdfd5eeaef) Thanks [@codebender828](https://github.com/codebender828)! - Create Media Query, Avatar, Counter and Checkbox Components"
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`176f4e2`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/176f4e232da4af56a7982f98a6d8ff6d677ae430), [`1a78d56`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/1a78d56ac1e79ca319de55be52650afdfd5eeaef)]:
16+
- @chakra-ui/vue-system@1.0.0-alpha.11
17+
- @chakra-ui/vue-utils@1.0.0-alpha.12
18+
19+
## 1.0.0-alpha.11
20+
21+
### Major Changes
22+
723
- [#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
824

925
### Minor Changes

0 commit comments

Comments
 (0)