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

Commit db88d6f

Browse files
Merge pull request #64 from chakra-ui/changeset-release/master
chore(release): version packages and publish (alpha)
2 parents 81e5519 + 09f1f22 commit db88d6f

File tree

10 files changed

+39
-15
lines changed

10 files changed

+39
-15
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@
3636
"kind-tools-camp",
3737
"neat-rules-cry",
3838
"proud-apples-compare",
39+
"quiet-bananas-develop",
3940
"slimy-bugs-give",
4041
"sweet-lamps-brake",
4142
"ten-pandas-run",
43+
"tricky-olives-live",
4244
"wild-chairs-applaud"
4345
]
4446
}

packages/c-code/CHANGELOG.md

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

3-
## 1.0.0-alpha.1
4-
### Minor Changes
5-
3+
## 1.0.0-alpha.2
64

5+
### Patch Changes
76

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.
7+
- [`ad7d2f2`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/ad7d2f2db3bcce5d278fe73384d5c8bfae5503a9) Thanks [@codebender828](https://github.com/codebender828)! - fixed props resolution and `as` polymorphic prop referencing.
98

9+
## 1.0.0-alpha.1
1010

11-
### Patch Changes
11+
### Minor Changes
1212

13+
- [#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.
1314

15+
### Patch Changes
1416

1517
- [#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
1618

packages/c-code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chakra-ui/c-code",
33
"description": "Chakra UI Vue | Code is a component used to display inline code. It is composed from the Box component with a font family of mono for displaying code",
4-
"version": "1.0.0-alpha.1",
4+
"version": "1.0.0-alpha.2",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
77
"types": "dist/types/index.d.ts",

packages/core/CHANGELOG.md

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

3+
## 1.0.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- [`0b34bda`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/0b34bda9396859324e7c90a1bfea6483f1022585) Thanks [@codebender828](https://github.com/codebender828)! - Fixes dependency resolution for code and layout components"
8+
9+
- Updated dependencies [[`ad7d2f2`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/ad7d2f2db3bcce5d278fe73384d5c8bfae5503a9)]:
10+
- @chakra-ui/c-code@1.0.0-alpha.2
11+
- @chakra-ui/vue-layout@0.1.0-alpha.3
12+
313
## 1.0.0-alpha.3
414

515
### Minor Changes

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/vue-next",
3-
"version": "1.0.0-alpha.3",
3+
"version": "1.0.0-alpha.4",
44
"description": "Vue 3 compatible version of Chakra UI Vue",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
@@ -33,7 +33,7 @@
3333
"@chakra-ui/c-alert": "1.0.0-alpha.2",
3434
"@chakra-ui/c-button": "1.0.0-alpha.2",
3535
"@chakra-ui/c-close-button": "0.1.0-alpha.2",
36-
"@chakra-ui/c-code": "1.0.0-alpha.1",
36+
"@chakra-ui/c-code": "1.0.0-alpha.2",
3737
"@chakra-ui/c-color-mode": "0.1.0-alpha.2",
3838
"@chakra-ui/c-flex": "1.0.0-alpha.2",
3939
"@chakra-ui/c-icon": "1.0.0-alpha.2",
@@ -46,7 +46,7 @@
4646
"@chakra-ui/c-visually-hidden": "1.0.0-alpha.2",
4747
"@chakra-ui/styled-system": "^1.10.0",
4848
"@chakra-ui/utils": "^1.5.0",
49-
"@chakra-ui/vue-layout": "0.1.0-alpha.2",
49+
"@chakra-ui/vue-layout": "0.1.0-alpha.3",
5050
"@chakra-ui/vue-system": "0.1.0-alpha.2",
5151
"@chakra-ui/vue-theme": "0.1.0-alpha.2",
5252
"@chakra-ui/vue-theme-tools": "0.1.0-alpha.2"

packages/layout/CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# @chakra-ui/vue-layout
22

3-
## 0.1.0-alpha.2
4-
### Minor Changes
3+
## 0.1.0-alpha.3
54

5+
### Patch Changes
66

7+
- [`ad7d2f2`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/ad7d2f2db3bcce5d278fe73384d5c8bfae5503a9) Thanks [@codebender828](https://github.com/codebender828)! - fixed props resolution and `as` polymorphic prop referencing.
78

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+
## 0.1.0-alpha.2
10+
11+
### Minor Changes
912

13+
- [#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.
1014

1115
### Patch Changes
1216

packages/layout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chakra-ui/vue-layout",
33
"description": "Chakra UI Vue | Chakra ui layout components that give you massive speed component",
4-
"version": "0.1.0-alpha.2",
4+
"version": "0.1.0-alpha.3",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
77
"types": "dist/types/index.d.ts",

tooling/auto-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"vue": "^3.0.5"
3838
},
3939
"devDependencies": {
40-
"@chakra-ui/vue-next": "1.0.0-alpha.3",
40+
"@chakra-ui/vue-next": "1.0.0-alpha.4",
4141
"vite": "2.1.5",
4242
"vite-plugin-components": "^0.8.3",
4343
"vue": ">=3.0.5"

website/CHANGELOG.md

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

3+
## 0.1.0-alpha.2
4+
5+
### Patch Changes
6+
7+
- [`ad7d2f2`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/ad7d2f2db3bcce5d278fe73384d5c8bfae5503a9) Thanks [@codebender828](https://github.com/codebender828)! - fixed props resolution and `as` polymorphic prop referencing.
8+
39
## 0.1.0-alpha.1
410

511
### Minor Changes

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/vue-docs",
3-
"version": "0.1.0-alpha.1",
3+
"version": "0.1.0-alpha.2",
44
"description": "Website for Chakra UI Vue Next",
55
"main": "index.html",
66
"private": true,

0 commit comments

Comments
 (0)