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

Commit 9b4fc3c

Browse files
Merge pull request #63 from chakra-ui/changeset-release/master
chore(release): version packages and publish (alpha)
2 parents a5a08eb + 5f39fdf commit 9b4fc3c

Some content is hidden

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

51 files changed

+430
-98
lines changed

.changeset/pre.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,18 @@
2424
"@chakra-ui/vue-docs": "0.0.0",
2525
"@chakra-ui/vue-auto-import": "0.0.1-alpha.0",
2626
"@chakra-ui/c-close-button": "0.0.1-alpha.0",
27-
"@chakra-ui/c-modal": "1.0.0"
27+
"@chakra-ui/c-modal": "1.0.0",
28+
"@chakra-ui/c-code": "0.0.1-alpha.0",
29+
"@chakra-ui/vue-layout": "0.1.0-alpha.1"
2830
},
2931
"changesets": [
3032
"chilly-tables-care",
33+
"dull-masks-build",
3134
"empty-dragons-wait",
35+
"khaki-hounds-hunt",
36+
"kind-tools-camp",
3237
"neat-rules-cry",
38+
"proud-apples-compare",
3339
"slimy-bugs-give",
3440
"sweet-lamps-brake",
3541
"ten-pandas-run",

packages/c-accordion/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @chakra-ui/c-accordion
22

3+
## 0.1.0-alpha.2
4+
5+
### Minor Changes
6+
7+
- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages.
8+
9+
### Patch Changes
10+
11+
- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component
12+
13+
- Updated dependencies [[`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345), [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9)]:
14+
- @chakra-ui/vue-system@0.1.0-alpha.2
15+
316
## 0.1.0-alpha.1
417

518
### Minor Changes

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.1.0-alpha.1",
3+
"version": "0.1.0-alpha.2",
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.1.0-alpha.1"
28+
"@chakra-ui/vue-system": "0.1.0-alpha.2"
2929
}
3030
}

packages/c-alert/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @chakra-ui/c-alert
22

3+
## 1.0.0-alpha.2
4+
5+
### Minor Changes
6+
7+
- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages.
8+
9+
### Patch Changes
10+
11+
- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component
12+
13+
- Updated dependencies [[`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345), [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9)]:
14+
- @chakra-ui/c-icon@1.0.0-alpha.2
15+
- @chakra-ui/vue-system@0.1.0-alpha.2
16+
- @chakra-ui/vue-utils@0.1.0-alpha.2
17+
318
## 1.0.0-alpha.1
419

520
### Minor Changes

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": "1.0.0-alpha.1",
3+
"version": "1.0.0-alpha.2",
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": "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"
32+
"@chakra-ui/c-icon": "1.0.0-alpha.2",
33+
"@chakra-ui/vue-system": "0.1.0-alpha.2",
34+
"@chakra-ui/vue-utils": "0.1.0-alpha.2"
3535
},
3636
"devDependencies": {
3737
"vue": ">=3.0.5"
3838
},
3939
"peerDependencies": {
40-
"@chakra-ui/vue-system": "0.1.0-alpha.1",
40+
"@chakra-ui/vue-system": "0.1.0-alpha.2",
4141
"vue": "^3.0.5"
4242
}
4343
}

packages/c-button/CHANGELOG.md

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

3+
## 1.0.0-alpha.2
4+
5+
### Minor Changes
6+
7+
- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages.
8+
9+
### Patch Changes
10+
11+
- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component
12+
13+
- Updated dependencies [[`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345), [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9)]:
14+
- @chakra-ui/c-icon@1.0.0-alpha.2
15+
- @chakra-ui/c-spinner@1.0.0-alpha.2
16+
- @chakra-ui/vue-system@0.1.0-alpha.2
17+
- @chakra-ui/vue-utils@0.1.0-alpha.2
18+
319
## 1.0.0-alpha.1
420

521
### Minor Changes

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": "1.0.0-alpha.1",
3+
"version": "1.0.0-alpha.2",
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": "1.0.0-alpha.1",
33-
"@chakra-ui/c-spinner": "1.0.0-alpha.1",
32+
"@chakra-ui/c-icon": "1.0.0-alpha.2",
33+
"@chakra-ui/c-spinner": "1.0.0-alpha.2",
3434
"@chakra-ui/utils": "^1.5.0",
35-
"@chakra-ui/vue-system": "0.1.0-alpha.1",
36-
"@chakra-ui/vue-utils": "0.1.0-alpha.1"
35+
"@chakra-ui/vue-system": "0.1.0-alpha.2",
36+
"@chakra-ui/vue-utils": "0.1.0-alpha.2"
3737
},
3838
"devDependencies": {
3939
"vue": ">=3.0.5"
4040
},
4141
"peerDependencies": {
42-
"@chakra-ui/vue-system": "0.1.0-alpha.1",
42+
"@chakra-ui/vue-system": "0.1.0-alpha.2",
4343
"vue": "^3.0.5"
4444
}
4545
}

packages/c-close-button/CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,27 @@
11
# @chakra-ui/c-close-button
22

3-
## 0.1.0-alpha.1
3+
## 0.1.0-alpha.2
4+
45
### Minor Changes
56

7+
- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages.
68

9+
### Patch Changes
710

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
11+
- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component
912

13+
- Updated dependencies [[`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345), [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9)]:
14+
- @chakra-ui/c-icon@1.0.0-alpha.2
15+
- @chakra-ui/vue-system@0.1.0-alpha.2
16+
- @chakra-ui/vue-utils@0.1.0-alpha.2
1017

11-
### Patch Changes
18+
## 0.1.0-alpha.1
1219

20+
### Minor Changes
1321

22+
- [#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
23+
24+
### Patch Changes
1425

1526
- [#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
1627

packages/c-close-button/package.json

Lines changed: 4 additions & 4 deletions
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.1",
4+
"version": "0.1.0-alpha.2",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
77
"types": "dist/types/index.d.ts",
@@ -37,10 +37,10 @@
3737
"watch:types": "cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch --incremental"
3838
},
3939
"dependencies": {
40-
"@chakra-ui/c-icon": "1.0.0-alpha.1",
40+
"@chakra-ui/c-icon": "1.0.0-alpha.2",
4141
"@chakra-ui/styled-system": "^1.10.0",
42-
"@chakra-ui/vue-system": "0.1.0-alpha.1",
43-
"@chakra-ui/vue-utils": "0.1.0-alpha.1"
42+
"@chakra-ui/vue-system": "0.1.0-alpha.2",
43+
"@chakra-ui/vue-utils": "0.1.0-alpha.2"
4444
},
4545
"peerDependencies": {
4646
"vue": ">=3.0.5"

packages/c-code/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# @chakra-ui/c-code
2+
3+
## 1.0.0-alpha.1
4+
### Minor Changes
5+
6+
7+
8+
- [#61](https://github.com/chakra-ui/chakra-ui-vue-next/pull/61) [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9) Thanks [@koca](https://github.com/koca)! - Created layout components and updated theminnng types for packages.
9+
10+
11+
### Patch Changes
12+
13+
14+
15+
- [#59](https://github.com/chakra-ui/chakra-ui-vue-next/pull/59) [`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345) Thanks [@devivekw](https://github.com/devivekw)! - Created code component
16+
17+
- Updated dependencies [[`a79204f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/a79204f8a6786fdb6456632350480a14e17ad345), [`520550f`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/520550f0a233af45d83a5dd49907646422b39eb9)]:
18+
- @chakra-ui/vue-system@0.1.0-alpha.2

0 commit comments

Comments
 (0)