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

Commit e7aefd4

Browse files
Merge pull request #78 from chakra-ui/changeset-release/master
chore(release): version packages and publish (alpha)
2 parents 7f7b860 + f620bbe commit e7aefd4

Some content is hidden

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

59 files changed

+439
-104
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,15 @@
4040
"khaki-hounds-hunt",
4141
"kind-tools-camp",
4242
"neat-rules-cry",
43+
"orange-camels-doubt",
4344
"proud-apples-compare",
4445
"quiet-bananas-develop",
4546
"rare-ads-impress",
4647
"slimy-bugs-give",
4748
"sweet-lamps-brake",
4849
"ten-pandas-run",
4950
"tricky-olives-live",
51+
"two-moles-worry",
5052
"wild-chairs-applaud"
5153
]
5254
}

packages/c-accordion/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @chakra-ui/c-accordion
22

3+
## 0.1.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- [#72](https://github.com/chakra-ui/chakra-ui-vue-next/pull/72) [`86045b1`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/86045b1c34a21c05f93015489a461887beffee27) Thanks [@koca](https://github.com/koca)! - Migrated layout packages to TSX \nMigrate test suite to esbuild-jest runner. \nAdded intellisense support for Chakra UI Vue components
8+
9+
* [#76](https://github.com/chakra-ui/chakra-ui-vue-next/pull/76) [`52fa76a`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/52fa76ab461cf53ac619bcab0e591fe525a7a30b) Thanks [@codebender828](https://github.com/codebender828)! - Adds Drawer and AlertDialog components
10+
11+
* Updated dependencies [[`86045b1`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/86045b1c34a21c05f93015489a461887beffee27), [`52fa76a`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/52fa76ab461cf53ac619bcab0e591fe525a7a30b)]:
12+
- @chakra-ui/vue-system@0.1.0-alpha.4
13+
314
## 0.1.0-alpha.3
415

516
### Minor Changes

packages/c-accordion/package.json

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

packages/c-alert/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @chakra-ui/c-alert
22

3+
## 1.0.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- [#72](https://github.com/chakra-ui/chakra-ui-vue-next/pull/72) [`86045b1`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/86045b1c34a21c05f93015489a461887beffee27) Thanks [@koca](https://github.com/koca)! - Migrated layout packages to TSX \nMigrate test suite to esbuild-jest runner. \nAdded intellisense support for Chakra UI Vue components
8+
9+
* [#76](https://github.com/chakra-ui/chakra-ui-vue-next/pull/76) [`52fa76a`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/52fa76ab461cf53ac619bcab0e591fe525a7a30b) Thanks [@codebender828](https://github.com/codebender828)! - Adds Drawer and AlertDialog components
10+
11+
* Updated dependencies [[`86045b1`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/86045b1c34a21c05f93015489a461887beffee27), [`52fa76a`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/52fa76ab461cf53ac619bcab0e591fe525a7a30b)]:
12+
- @chakra-ui/c-icon@1.0.0-alpha.4
13+
- @chakra-ui/vue-system@0.1.0-alpha.4
14+
- @chakra-ui/vue-utils@0.1.0-alpha.4
15+
316
## 1.0.0-alpha.3
417

518
### Minor Changes

packages/c-alert/package.json

+4-4
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.3",
3+
"version": "1.0.0-alpha.4",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",
@@ -29,9 +29,9 @@
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.3",
33-
"@chakra-ui/vue-system": "0.1.0-alpha.3",
34-
"@chakra-ui/vue-utils": "0.1.0-alpha.3"
32+
"@chakra-ui/c-icon": "1.0.0-alpha.4",
33+
"@chakra-ui/vue-system": "0.1.0-alpha.4",
34+
"@chakra-ui/vue-utils": "0.1.0-alpha.4"
3535
},
3636
"devDependencies": {
3737
"vue": "^3.0.11"

packages/c-button/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @chakra-ui/c-button
22

3+
## 1.0.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- [#72](https://github.com/chakra-ui/chakra-ui-vue-next/pull/72) [`86045b1`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/86045b1c34a21c05f93015489a461887beffee27) Thanks [@koca](https://github.com/koca)! - Migrated layout packages to TSX \nMigrate test suite to esbuild-jest runner. \nAdded intellisense support for Chakra UI Vue components
8+
9+
* [#76](https://github.com/chakra-ui/chakra-ui-vue-next/pull/76) [`52fa76a`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/52fa76ab461cf53ac619bcab0e591fe525a7a30b) Thanks [@codebender828](https://github.com/codebender828)! - Adds Drawer and AlertDialog components
10+
11+
* Updated dependencies [[`86045b1`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/86045b1c34a21c05f93015489a461887beffee27), [`52fa76a`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/52fa76ab461cf53ac619bcab0e591fe525a7a30b)]:
12+
- @chakra-ui/c-icon@1.0.0-alpha.4
13+
- @chakra-ui/c-spinner@1.0.0-alpha.4
14+
- @chakra-ui/vue-system@0.1.0-alpha.4
15+
- @chakra-ui/vue-utils@0.1.0-alpha.4
16+
317
## 1.0.0-alpha.3
418

519
### Minor Changes

packages/c-button/package.json

+5-5
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.3",
3+
"version": "1.0.0-alpha.4",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",
@@ -29,11 +29,11 @@
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.3",
33-
"@chakra-ui/c-spinner": "1.0.0-alpha.3",
32+
"@chakra-ui/c-icon": "1.0.0-alpha.4",
33+
"@chakra-ui/c-spinner": "1.0.0-alpha.4",
3434
"@chakra-ui/utils": "^1.8.0",
35-
"@chakra-ui/vue-system": "0.1.0-alpha.3",
36-
"@chakra-ui/vue-utils": "0.1.0-alpha.3"
35+
"@chakra-ui/vue-system": "0.1.0-alpha.4",
36+
"@chakra-ui/vue-utils": "0.1.0-alpha.4"
3737
},
3838
"devDependencies": {
3939
"vue": "^3.0.11"

packages/c-close-button/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @chakra-ui/c-close-button
22

3+
## 0.1.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- [#72](https://github.com/chakra-ui/chakra-ui-vue-next/pull/72) [`86045b1`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/86045b1c34a21c05f93015489a461887beffee27) Thanks [@koca](https://github.com/koca)! - Migrated layout packages to TSX \nMigrate test suite to esbuild-jest runner. \nAdded intellisense support for Chakra UI Vue components
8+
9+
* [#76](https://github.com/chakra-ui/chakra-ui-vue-next/pull/76) [`52fa76a`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/52fa76ab461cf53ac619bcab0e591fe525a7a30b) Thanks [@codebender828](https://github.com/codebender828)! - Adds Drawer and AlertDialog components
10+
11+
* Updated dependencies [[`86045b1`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/86045b1c34a21c05f93015489a461887beffee27), [`52fa76a`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/52fa76ab461cf53ac619bcab0e591fe525a7a30b)]:
12+
- @chakra-ui/c-icon@1.0.0-alpha.4
13+
- @chakra-ui/vue-system@0.1.0-alpha.4
14+
- @chakra-ui/vue-utils@0.1.0-alpha.4
15+
316
## 0.1.0-alpha.3
417

518
### Patch Changes

packages/c-close-button/package.json

+4-4
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.3",
4+
"version": "0.1.0-alpha.4",
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.3",
40+
"@chakra-ui/c-icon": "1.0.0-alpha.4",
4141
"@chakra-ui/styled-system": "^1.10.0",
42-
"@chakra-ui/vue-system": "0.1.0-alpha.3",
43-
"@chakra-ui/vue-utils": "0.1.0-alpha.3"
42+
"@chakra-ui/vue-system": "0.1.0-alpha.4",
43+
"@chakra-ui/vue-utils": "0.1.0-alpha.4"
4444
},
4545
"devDependencies": {
4646
"vue": "^3.0.11"

packages/c-code/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @chakra-ui/c-code
22

3+
## 1.0.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- [#72](https://github.com/chakra-ui/chakra-ui-vue-next/pull/72) [`86045b1`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/86045b1c34a21c05f93015489a461887beffee27) Thanks [@koca](https://github.com/koca)! - Migrated layout packages to TSX \nMigrate test suite to esbuild-jest runner. \nAdded intellisense support for Chakra UI Vue components
8+
9+
* [#76](https://github.com/chakra-ui/chakra-ui-vue-next/pull/76) [`52fa76a`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/52fa76ab461cf53ac619bcab0e591fe525a7a30b) Thanks [@codebender828](https://github.com/codebender828)! - Adds Drawer and AlertDialog components
10+
11+
* Updated dependencies [[`86045b1`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/86045b1c34a21c05f93015489a461887beffee27), [`52fa76a`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/52fa76ab461cf53ac619bcab0e591fe525a7a30b)]:
12+
- @chakra-ui/vue-system@0.1.0-alpha.4
13+
314
## 1.0.0-alpha.3
415

516
### Minor Changes

packages/c-code/package.json

+2-2
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.3",
4+
"version": "1.0.0-alpha.4",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
77
"types": "dist/types/index.d.ts",
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@chakra-ui/utils": "^1.8.0",
41-
"@chakra-ui/vue-system": "0.1.0-alpha.3"
41+
"@chakra-ui/vue-system": "0.1.0-alpha.4"
4242
},
4343
"devDependencies": {
4444
"vue": "^3.0.11"

packages/c-color-mode/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @chakra-ui/c-color-mode
22

3+
## 0.1.0-alpha.3
4+
5+
### Patch Changes
6+
7+
- [#72](https://github.com/chakra-ui/chakra-ui-vue-next/pull/72) [`86045b1`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/86045b1c34a21c05f93015489a461887beffee27) Thanks [@koca](https://github.com/koca)! - Migrated layout packages to TSX \nMigrate test suite to esbuild-jest runner. \nAdded intellisense support for Chakra UI Vue components
8+
9+
* [#76](https://github.com/chakra-ui/chakra-ui-vue-next/pull/76) [`52fa76a`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/52fa76ab461cf53ac619bcab0e591fe525a7a30b) Thanks [@codebender828](https://github.com/codebender828)! - Adds Drawer and AlertDialog components
10+
311
## 0.1.0-alpha.2
412

513
### Minor Changes

packages/c-color-mode/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chakra-ui/c-color-mode",
3-
"version": "0.1.0-alpha.2",
3+
"version": "0.1.0-alpha.3",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",

packages/c-flex/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @chakra-ui/c-flex
22

3+
## 1.0.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- [#72](https://github.com/chakra-ui/chakra-ui-vue-next/pull/72) [`86045b1`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/86045b1c34a21c05f93015489a461887beffee27) Thanks [@koca](https://github.com/koca)! - Migrated layout packages to TSX \nMigrate test suite to esbuild-jest runner. \nAdded intellisense support for Chakra UI Vue components
8+
9+
* [#76](https://github.com/chakra-ui/chakra-ui-vue-next/pull/76) [`52fa76a`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/52fa76ab461cf53ac619bcab0e591fe525a7a30b) Thanks [@codebender828](https://github.com/codebender828)! - Adds Drawer and AlertDialog components
10+
11+
* Updated dependencies [[`86045b1`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/86045b1c34a21c05f93015489a461887beffee27), [`52fa76a`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/52fa76ab461cf53ac619bcab0e591fe525a7a30b)]:
12+
- @chakra-ui/vue-system@0.1.0-alpha.4
13+
- @chakra-ui/vue-utils@0.1.0-alpha.4
14+
315
## 1.0.0-alpha.3
416

517
### Minor Changes

packages/c-flex/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chakra-ui/c-flex",
33
"description": "Chakra UI Vue | C-flex component component",
4-
"version": "1.0.0-alpha.3",
4+
"version": "1.0.0-alpha.4",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
77
"types": "dist/types/index.d.ts",
@@ -37,8 +37,8 @@
3737
"watch:types": "cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch"
3838
},
3939
"dependencies": {
40-
"@chakra-ui/vue-system": "0.1.0-alpha.3",
41-
"@chakra-ui/vue-utils": "0.1.0-alpha.3"
40+
"@chakra-ui/vue-system": "0.1.0-alpha.4",
41+
"@chakra-ui/vue-utils": "0.1.0-alpha.4"
4242
},
4343
"devDependencies": {
4444
"csstype": "^3.0.5",

packages/c-focus-lock/CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
# @chakra-ui/c-focus-lock
22

3-
## 0.1.0-alpha.1
4-
### Minor Changes
3+
## 0.1.0-alpha.2
4+
5+
### Patch Changes
6+
7+
- [#72](https://github.com/chakra-ui/chakra-ui-vue-next/pull/72) [`86045b1`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/86045b1c34a21c05f93015489a461887beffee27) Thanks [@koca](https://github.com/koca)! - Migrated layout packages to TSX \nMigrate test suite to esbuild-jest runner. \nAdded intellisense support for Chakra UI Vue components
58

9+
* [#76](https://github.com/chakra-ui/chakra-ui-vue-next/pull/76) [`52fa76a`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/52fa76ab461cf53ac619bcab0e591fe525a7a30b) Thanks [@codebender828](https://github.com/codebender828)! - Adds Drawer and AlertDialog components
610

11+
* Updated dependencies [[`86045b1`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/86045b1c34a21c05f93015489a461887beffee27), [`52fa76a`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/52fa76ab461cf53ac619bcab0e591fe525a7a30b)]:
12+
- @chakra-ui/vue-system@0.1.0-alpha.4
13+
14+
## 0.1.0-alpha.1
15+
16+
### Minor Changes
717

818
- [#44](https://github.com/chakra-ui/chakra-ui-vue-next/pull/44) [`576a7f1`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/576a7f12c179852ebfd9ee1905764357d7698dd6) Thanks [@codebender828](https://github.com/codebender828)! - - Adds Modal component
919
- Adds FocusLock composable, directive and component

packages/c-focus-lock/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chakra-ui/c-focus-lock",
33
"description": "Chakra UI Vue | A component to trap focus within a dom element it is useful for modals dialogs and popovers 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",
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@chakra-ui/utils": "^1.8.0",
41-
"@chakra-ui/vue-system": "0.1.0-alpha.3",
41+
"@chakra-ui/vue-system": "0.1.0-alpha.4",
4242
"focus-trap": "^6.3.0"
4343
},
4444
"devDependencies": {

packages/c-icon/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @chakra-ui/c-icon
22

3+
## 1.0.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- [#72](https://github.com/chakra-ui/chakra-ui-vue-next/pull/72) [`86045b1`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/86045b1c34a21c05f93015489a461887beffee27) Thanks [@koca](https://github.com/koca)! - Migrated layout packages to TSX \nMigrate test suite to esbuild-jest runner. \nAdded intellisense support for Chakra UI Vue components
8+
9+
* [#76](https://github.com/chakra-ui/chakra-ui-vue-next/pull/76) [`52fa76a`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/52fa76ab461cf53ac619bcab0e591fe525a7a30b) Thanks [@codebender828](https://github.com/codebender828)! - Adds Drawer and AlertDialog components
10+
11+
* Updated dependencies [[`86045b1`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/86045b1c34a21c05f93015489a461887beffee27), [`52fa76a`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/52fa76ab461cf53ac619bcab0e591fe525a7a30b)]:
12+
- @chakra-ui/vue-system@0.1.0-alpha.4
13+
314
## 1.0.0-alpha.3
415

516
### Minor Changes

packages/c-icon/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chakra-ui/c-icon",
33
"description": "Chakra UI Vue | A component to display icons in the browser component",
4-
"version": "1.0.0-alpha.3",
4+
"version": "1.0.0-alpha.4",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
77
"types": "dist/types/index.d.ts",
@@ -33,7 +33,7 @@
3333
"watch:types": "cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch --incremental"
3434
},
3535
"dependencies": {
36-
"@chakra-ui/vue-system": "0.1.0-alpha.3"
36+
"@chakra-ui/vue-system": "0.1.0-alpha.4"
3737
},
3838
"devDependencies": {
3939
"vue": "^3.0.11"

packages/c-modal/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @chakra-ui/c-modal
22

3+
## 1.1.0-alpha.3
4+
5+
### Patch Changes
6+
7+
- [#72](https://github.com/chakra-ui/chakra-ui-vue-next/pull/72) [`86045b1`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/86045b1c34a21c05f93015489a461887beffee27) Thanks [@koca](https://github.com/koca)! - Migrated layout packages to TSX \nMigrate test suite to esbuild-jest runner. \nAdded intellisense support for Chakra UI Vue components
8+
9+
* [#76](https://github.com/chakra-ui/chakra-ui-vue-next/pull/76) [`52fa76a`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/52fa76ab461cf53ac619bcab0e591fe525a7a30b) Thanks [@codebender828](https://github.com/codebender828)! - Adds Drawer and AlertDialog components
10+
11+
* Updated dependencies [[`86045b1`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/86045b1c34a21c05f93015489a461887beffee27), [`52fa76a`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/52fa76ab461cf53ac619bcab0e591fe525a7a30b)]:
12+
- @chakra-ui/c-motion@0.1.0-alpha.3
13+
- @chakra-ui/vue-system@0.1.0-alpha.4
14+
- @chakra-ui/vue-utils@0.1.0-alpha.4
15+
- @chakra-ui/vue-composables@0.1.0-alpha.3
16+
317
## 1.1.0-alpha.2
418

519
### Minor Changes

packages/c-modal/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chakra-ui/c-modal",
33
"description": "Chakra UI Vue | An accessible dialog modal component for chakra ui vue component",
4-
"version": "1.1.0-alpha.2",
4+
"version": "1.1.0-alpha.3",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
77
"types": "dist/types/index.d.ts",
@@ -37,11 +37,11 @@
3737
"watch:types": "cross-env tsc --emitDeclarationOnly --declaration --declarationDir dist/types --watch --incremental"
3838
},
3939
"dependencies": {
40-
"@chakra-ui/c-motion": "0.1.0-alpha.2",
40+
"@chakra-ui/c-motion": "0.1.0-alpha.3",
4141
"@chakra-ui/styled-system": "^1.10.0",
42-
"@chakra-ui/vue-composables": "0.1.0-alpha.2",
43-
"@chakra-ui/vue-system": "0.1.0-alpha.3",
44-
"@chakra-ui/vue-utils": "0.1.0-alpha.3",
42+
"@chakra-ui/vue-composables": "0.1.0-alpha.3",
43+
"@chakra-ui/vue-system": "0.1.0-alpha.4",
44+
"@chakra-ui/vue-utils": "0.1.0-alpha.4",
4545
"aria-hidden": "^1.1.2"
4646
},
4747
"devDependencies": {

0 commit comments

Comments
 (0)