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

Commit ef04724

Browse files
Merge pull request #57 from chakra-ui/changeset-release/master
chore(release): version packages and publish (alpha)
2 parents 4c18f76 + 69a0dfc commit ef04724

Some content is hidden

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

49 files changed

+466
-102
lines changed

.changeset/pre.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,17 @@
2323
"@chakra-ui/vue-theme-tools": "0.0.0",
2424
"@chakra-ui/vue-utils": "0.0.0",
2525
"@chakra-ui/vue-docs": "0.0.0",
26-
"@chakra-ui/vue-auto-import": "0.0.1-alpha.0"
26+
"@chakra-ui/vue-auto-import": "0.0.1-alpha.0",
27+
"@chakra-ui/c-close-button": "0.0.1-alpha.0",
28+
"@chakra-ui/c-modal": "1.0.0"
2729
},
2830
"changesets": [
2931
"chilly-tables-care",
3032
"empty-dragons-wait",
31-
"slimy-bugs-give"
33+
"neat-rules-cry",
34+
"slimy-bugs-give",
35+
"sweet-lamps-brake",
36+
"ten-pandas-run",
37+
"wild-chairs-applaud"
3238
]
3339
}

packages/c-accordion/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
# @chakra-ui/c-accordion
22

3-
## 0.0.1-alpha.0
3+
## 0.1.0-alpha.1
4+
5+
### Minor Changes
6+
7+
- [#49](https://github.com/chakra-ui/chakra-ui-vue-next/pull/49) [`cd4893b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/cd4893b6a27df39b59066c6e1d714b3830cf41bd) Thanks [@carwack](https://github.com/carwack)! - Add Iframe to Dom Element list
8+
49
### Patch Changes
510

11+
- [#42](https://github.com/chakra-ui/chakra-ui-vue-next/pull/42) [`ccae794`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/ccae794937096c98b50dd5b72ac21856bd0e0e67) Thanks [@codebender828](https://github.com/codebender828)! - Extract Vue dependant utilities to "@chakra-ui/vue-utils" and consumes base utils from "@chakra-ui/utils@1.5.0"
12+
13+
* [#50](https://github.com/chakra-ui/chakra-ui-vue-next/pull/50) [`082c70b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/082c70b03bd0e07704e1285592f515b3a43073b4) Thanks [@carwack](https://github.com/carwack)! - Add option to extend icons with custom icons
614

15+
* Updated dependencies [[`cd4893b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/cd4893b6a27df39b59066c6e1d714b3830cf41bd), [`ccae794`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/ccae794937096c98b50dd5b72ac21856bd0e0e67), [`082c70b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/082c70b03bd0e07704e1285592f515b3a43073b4)]:
16+
- @chakra-ui/vue-system@0.1.0-alpha.1
17+
18+
## 0.0.1-alpha.0
19+
20+
### Patch Changes
721

822
- [#36](https://github.com/chakra-ui/chakra-ui-vue-next/pull/36) [`8243ac6`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/8243ac6cdc1ef47e56b3ec2f4635f44396273ee8) Thanks [@codebender828](https://github.com/codebender828)! - Initial release for core system packages
923

packages/c-accordion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/c-accordion",
3-
"version": "0.0.1-alpha.0",
3+
"version": "0.1.0-alpha.1",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",
@@ -25,6 +25,6 @@
2525
"build:types": "cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types"
2626
},
2727
"dependencies": {
28-
"@chakra-ui/vue-system": "0.0.1-alpha.0"
28+
"@chakra-ui/vue-system": "0.1.0-alpha.1"
2929
}
3030
}

packages/c-alert/CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
# @chakra-ui/c-alert
22

3-
## 0.0.1-alpha.0
3+
## 1.0.0-alpha.1
4+
5+
### Minor Changes
6+
7+
- [#49](https://github.com/chakra-ui/chakra-ui-vue-next/pull/49) [`cd4893b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/cd4893b6a27df39b59066c6e1d714b3830cf41bd) Thanks [@carwack](https://github.com/carwack)! - Add Iframe to Dom Element list
8+
49
### Patch Changes
510

11+
- [#42](https://github.com/chakra-ui/chakra-ui-vue-next/pull/42) [`ccae794`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/ccae794937096c98b50dd5b72ac21856bd0e0e67) Thanks [@codebender828](https://github.com/codebender828)! - Extract Vue dependant utilities to "@chakra-ui/vue-utils" and consumes base utils from "@chakra-ui/utils@1.5.0"
12+
13+
* [#50](https://github.com/chakra-ui/chakra-ui-vue-next/pull/50) [`082c70b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/082c70b03bd0e07704e1285592f515b3a43073b4) Thanks [@carwack](https://github.com/carwack)! - Add option to extend icons with custom icons
614

15+
* Updated dependencies [[`cd4893b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/cd4893b6a27df39b59066c6e1d714b3830cf41bd), [`ccae794`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/ccae794937096c98b50dd5b72ac21856bd0e0e67), [`082c70b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/082c70b03bd0e07704e1285592f515b3a43073b4), [`8ee0069`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/8ee00692960c171f93df2396b7efb123cd566f08)]:
16+
- @chakra-ui/c-icon@1.0.0-alpha.1
17+
- @chakra-ui/vue-system@0.1.0-alpha.1
18+
- @chakra-ui/vue-utils@0.1.0-alpha.1
19+
20+
## 0.0.1-alpha.0
21+
22+
### Patch Changes
723

824
- [#36](https://github.com/chakra-ui/chakra-ui-vue-next/pull/36) [`8243ac6`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/8243ac6cdc1ef47e56b3ec2f4635f44396273ee8) Thanks [@codebender828](https://github.com/codebender828)! - Initial release for core system packages
925

packages/c-alert/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-alert",
3-
"version": "0.0.1-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",
@@ -29,15 +29,15 @@
2929
"watch:types": "cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch --incremental"
3030
},
3131
"dependencies": {
32-
"@chakra-ui/c-icon": "0.0.1-alpha.0",
33-
"@chakra-ui/vue-system": "0.0.1-alpha.0",
34-
"@chakra-ui/vue-utils": "0.0.1-alpha.0"
32+
"@chakra-ui/c-icon": "1.0.0-alpha.1",
33+
"@chakra-ui/vue-system": "0.1.0-alpha.1",
34+
"@chakra-ui/vue-utils": "0.1.0-alpha.1"
3535
},
3636
"devDependencies": {
3737
"vue": ">=3.0.5"
3838
},
3939
"peerDependencies": {
40-
"@chakra-ui/vue-system": "0.0.1-alpha.0",
40+
"@chakra-ui/vue-system": "0.1.0-alpha.1",
4141
"vue": "^3.0.5"
4242
}
4343
}

packages/c-badge/CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
# @chakra-ui/c-badge
22

3-
## 0.0.1-alpha.0
3+
## 1.0.0-alpha.1
4+
5+
### Minor Changes
6+
7+
- [#49](https://github.com/chakra-ui/chakra-ui-vue-next/pull/49) [`cd4893b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/cd4893b6a27df39b59066c6e1d714b3830cf41bd) Thanks [@carwack](https://github.com/carwack)! - Add Iframe to Dom Element list
8+
49
### Patch Changes
510

11+
- [#42](https://github.com/chakra-ui/chakra-ui-vue-next/pull/42) [`ccae794`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/ccae794937096c98b50dd5b72ac21856bd0e0e67) Thanks [@codebender828](https://github.com/codebender828)! - Extract Vue dependant utilities to "@chakra-ui/vue-utils" and consumes base utils from "@chakra-ui/utils@1.5.0"
12+
13+
* [#50](https://github.com/chakra-ui/chakra-ui-vue-next/pull/50) [`082c70b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/082c70b03bd0e07704e1285592f515b3a43073b4) Thanks [@carwack](https://github.com/carwack)! - Add option to extend icons with custom icons
614

15+
* Updated dependencies [[`cd4893b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/cd4893b6a27df39b59066c6e1d714b3830cf41bd), [`ccae794`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/ccae794937096c98b50dd5b72ac21856bd0e0e67), [`082c70b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/082c70b03bd0e07704e1285592f515b3a43073b4)]:
16+
- @chakra-ui/vue-system@0.1.0-alpha.1
17+
18+
## 0.0.1-alpha.0
19+
20+
### Patch Changes
721

822
- [#36](https://github.com/chakra-ui/chakra-ui-vue-next/pull/36) [`8243ac6`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/8243ac6cdc1ef47e56b3ec2f4635f44396273ee8) Thanks [@codebender828](https://github.com/codebender828)! - Initial release for core system packages
923

packages/c-badge/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-badge",
33
"description": "Chakra UI Vue | Badges are used to highlight an item s status for quick recognition component",
4-
"version": "0.0.1-alpha.0",
4+
"version": "1.0.0-alpha.1",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
77
"types": "dist/types/index.d.ts",
@@ -38,13 +38,13 @@
3838
},
3939
"dependencies": {
4040
"@chakra-ui/utils": "^1.5.0",
41-
"@chakra-ui/vue-system": "0.0.1-alpha.0"
41+
"@chakra-ui/vue-system": "0.1.0-alpha.1"
4242
},
4343
"devDependencies": {
4444
"vue": ">=3.0.5"
4545
},
4646
"peerDependencies": {
47-
"@chakra-ui/vue-system": "0.0.1-alpha.0",
47+
"@chakra-ui/vue-system": "0.1.0-alpha.1",
4848
"vue": "^3.0.5"
4949
}
5050
}

packages/c-button/CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
# @chakra-ui/c-button
22

3-
## 0.0.1-alpha.0
3+
## 1.0.0-alpha.1
4+
5+
### Minor Changes
6+
7+
- [#49](https://github.com/chakra-ui/chakra-ui-vue-next/pull/49) [`cd4893b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/cd4893b6a27df39b59066c6e1d714b3830cf41bd) Thanks [@carwack](https://github.com/carwack)! - Add Iframe to Dom Element list
8+
49
### Patch Changes
510

11+
- [#42](https://github.com/chakra-ui/chakra-ui-vue-next/pull/42) [`ccae794`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/ccae794937096c98b50dd5b72ac21856bd0e0e67) Thanks [@codebender828](https://github.com/codebender828)! - Extract Vue dependant utilities to "@chakra-ui/vue-utils" and consumes base utils from "@chakra-ui/utils@1.5.0"
12+
13+
* [#50](https://github.com/chakra-ui/chakra-ui-vue-next/pull/50) [`082c70b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/082c70b03bd0e07704e1285592f515b3a43073b4) Thanks [@carwack](https://github.com/carwack)! - Add option to extend icons with custom icons
614

15+
* Updated dependencies [[`cd4893b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/cd4893b6a27df39b59066c6e1d714b3830cf41bd), [`ccae794`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/ccae794937096c98b50dd5b72ac21856bd0e0e67), [`082c70b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/082c70b03bd0e07704e1285592f515b3a43073b4), [`8ee0069`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/8ee00692960c171f93df2396b7efb123cd566f08)]:
16+
- @chakra-ui/c-icon@1.0.0-alpha.1
17+
- @chakra-ui/c-spinner@1.0.0-alpha.1
18+
- @chakra-ui/vue-system@0.1.0-alpha.1
19+
- @chakra-ui/vue-utils@0.1.0-alpha.1
20+
21+
## 0.0.1-alpha.0
22+
23+
### Patch Changes
724

825
- [#36](https://github.com/chakra-ui/chakra-ui-vue-next/pull/36) [`8243ac6`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/8243ac6cdc1ef47e56b3ec2f4635f44396273ee8) Thanks [@codebender828](https://github.com/codebender828)! - Initial release for core system packages
926

packages/c-button/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-button",
3-
"version": "0.0.1-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",
@@ -29,17 +29,17 @@
2929
"watch:types": "cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch --incremental"
3030
},
3131
"dependencies": {
32-
"@chakra-ui/c-icon": "0.0.1-alpha.0",
33-
"@chakra-ui/c-spinner": "0.0.1-alpha.0",
32+
"@chakra-ui/c-icon": "1.0.0-alpha.1",
33+
"@chakra-ui/c-spinner": "1.0.0-alpha.1",
3434
"@chakra-ui/utils": "^1.5.0",
35-
"@chakra-ui/vue-system": "0.0.1-alpha.0",
36-
"@chakra-ui/vue-utils": "0.0.1-alpha.0"
35+
"@chakra-ui/vue-system": "0.1.0-alpha.1",
36+
"@chakra-ui/vue-utils": "0.1.0-alpha.1"
3737
},
3838
"devDependencies": {
3939
"vue": ">=3.0.5"
4040
},
4141
"peerDependencies": {
42-
"@chakra-ui/vue-system": "0.0.1-alpha.0",
42+
"@chakra-ui/vue-system": "0.1.0-alpha.1",
4343
"vue": "^3.0.5"
4444
}
4545
}

packages/c-close-button/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# @chakra-ui/c-close-button
2+
3+
## 0.1.0-alpha.1
4+
### Minor Changes
5+
6+
7+
8+
- [#49](https://github.com/chakra-ui/chakra-ui-vue-next/pull/49) [`cd4893b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/cd4893b6a27df39b59066c6e1d714b3830cf41bd) Thanks [@carwack](https://github.com/carwack)! - Add Iframe to Dom Element list
9+
10+
11+
### Patch Changes
12+
13+
14+
15+
- [#50](https://github.com/chakra-ui/chakra-ui-vue-next/pull/50) [`082c70b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/082c70b03bd0e07704e1285592f515b3a43073b4) Thanks [@carwack](https://github.com/carwack)! - Add option to extend icons with custom icons
16+
17+
- Updated dependencies [[`cd4893b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/cd4893b6a27df39b59066c6e1d714b3830cf41bd), [`ccae794`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/ccae794937096c98b50dd5b72ac21856bd0e0e67), [`082c70b`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/082c70b03bd0e07704e1285592f515b3a43073b4), [`8ee0069`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/8ee00692960c171f93df2396b7efb123cd566f08)]:
18+
- @chakra-ui/c-icon@1.0.0-alpha.1
19+
- @chakra-ui/vue-system@0.1.0-alpha.1
20+
- @chakra-ui/vue-utils@0.1.0-alpha.1

0 commit comments

Comments
 (0)