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

Commit 8da5063

Browse files
Merge pull request #124 from chakra-ui/changeset-release/master
chore(release): version packages and publish (alpha)
2 parents 0b8e474 + 44b20b0 commit 8da5063

Some content is hidden

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

67 files changed

+472
-126
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"dry-mayflies-deny",
4343
"dull-masks-build",
4444
"empty-dragons-wait",
45+
"gorgeous-tables-mate",
4546
"honest-bears-tell",
4647
"khaki-hounds-hunt",
4748
"kind-tools-camp",

packages/c-accordion/CHANGELOG.md

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

3+
## 0.1.0-alpha.9
4+
5+
### Patch Changes
6+
7+
- [#122](https://github.com/chakra-ui/chakra-ui-vue-next/pull/122) [`2963735`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/29637355d6e37257e7ce43c10851049aba229359) Thanks [@codebender828](https://github.com/codebender828)! - Rewrite focus trap logic
8+
9+
- Updated dependencies [[`2963735`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/29637355d6e37257e7ce43c10851049aba229359)]:
10+
- @chakra-ui/vue-system@0.1.0-alpha.9
11+
312
## 0.1.0-alpha.8
413

514
### Patch 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.8",
3+
"version": "0.1.0-alpha.9",
44
"main": "dist/chakra-ui-c-accordion.cjs.js",
55
"module": "dist/chakra-ui-c-accordion.esm.js",
66
"files": [
@@ -20,7 +20,7 @@
2020
"clean": "rimraf dist"
2121
},
2222
"dependencies": {
23-
"@chakra-ui/vue-system": "0.1.0-alpha.8"
23+
"@chakra-ui/vue-system": "0.1.0-alpha.9"
2424
},
2525
"peerDependencies": {
2626
"vue": ">=3.0.5"

packages/c-alert/CHANGELOG.md

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

3+
## 1.0.0-alpha.9
4+
5+
### Patch Changes
6+
7+
- [#122](https://github.com/chakra-ui/chakra-ui-vue-next/pull/122) [`2963735`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/29637355d6e37257e7ce43c10851049aba229359) Thanks [@codebender828](https://github.com/codebender828)! - Rewrite focus trap logic
8+
9+
- Updated dependencies [[`2963735`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/29637355d6e37257e7ce43c10851049aba229359)]:
10+
- @chakra-ui/c-icon@1.0.0-alpha.9
11+
- @chakra-ui/vue-system@0.1.0-alpha.9
12+
- @chakra-ui/vue-utils@0.1.0-alpha.9
13+
314
## 1.0.0-alpha.8
415

516
### Patch 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.8",
3+
"version": "1.0.0-alpha.9",
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.8",
24-
"@chakra-ui/vue-system": "0.1.0-alpha.8",
25-
"@chakra-ui/vue-utils": "0.1.0-alpha.8"
23+
"@chakra-ui/c-icon": "1.0.0-alpha.9",
24+
"@chakra-ui/vue-system": "0.1.0-alpha.9",
25+
"@chakra-ui/vue-utils": "0.1.0-alpha.9"
2626
},
2727
"peerDependencies": {
2828
"vue": ">=3.0.5"

packages/c-breadcrumb/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @chakra-ui/c-breadcrumb
22

3+
## 1.0.0-alpha.9
4+
5+
### Patch Changes
6+
7+
- [#122](https://github.com/chakra-ui/chakra-ui-vue-next/pull/122) [`2963735`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/29637355d6e37257e7ce43c10851049aba229359) Thanks [@codebender828](https://github.com/codebender828)! - Rewrite focus trap logic
8+
9+
- Updated dependencies [[`2963735`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/29637355d6e37257e7ce43c10851049aba229359)]:
10+
- @chakra-ui/vue-system@0.1.0-alpha.9
11+
- @chakra-ui/vue-utils@0.1.0-alpha.9
12+
313
## 1.0.0-alpha.8
414

515
### Patch Changes

packages/c-breadcrumb/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chakra-ui/c-breadcrumb",
33
"description": "Chakra UI Vue | Breadcrumbs help users visualize their current location in relation to the rest of the website or application by showing the hierarchy of pages component",
4-
"version": "1.0.0-alpha.8",
4+
"version": "1.0.0-alpha.9",
55
"main": "dist/chakra-ui-c-breadcrumb.cjs.js",
66
"module": "dist/chakra-ui-c-breadcrumb.esm.js",
77
"author": "Jonathan Bakebwa <[email protected]>",
@@ -30,8 +30,8 @@
3030
"dependencies": {
3131
"@chakra-ui/styled-system": "^1.16.0",
3232
"@chakra-ui/utils": "^1.9.1",
33-
"@chakra-ui/vue-system": "0.1.0-alpha.8",
34-
"@chakra-ui/vue-utils": "0.1.0-alpha.8"
33+
"@chakra-ui/vue-system": "0.1.0-alpha.9",
34+
"@chakra-ui/vue-utils": "0.1.0-alpha.9"
3535
},
3636
"peerDependencies": {
3737
"vue": "^3.1.4"

packages/c-button/CHANGELOG.md

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

3+
## 1.0.0-alpha.9
4+
5+
### Patch Changes
6+
7+
- [#122](https://github.com/chakra-ui/chakra-ui-vue-next/pull/122) [`2963735`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/29637355d6e37257e7ce43c10851049aba229359) Thanks [@codebender828](https://github.com/codebender828)! - Rewrite focus trap logic
8+
9+
- Updated dependencies [[`2963735`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/29637355d6e37257e7ce43c10851049aba229359)]:
10+
- @chakra-ui/c-icon@1.0.0-alpha.9
11+
- @chakra-ui/c-spinner@1.0.0-alpha.9
12+
- @chakra-ui/vue-system@0.1.0-alpha.9
13+
- @chakra-ui/vue-utils@0.1.0-alpha.9
14+
315
## 1.0.0-alpha.8
416

517
### Patch 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.8",
3+
"version": "1.0.0-alpha.9",
44
"main": "dist/chakra-ui-c-button.cjs.js",
55
"module": "dist/chakra-ui-c-button.esm.js",
66
"files": [
@@ -20,11 +20,11 @@
2020
"clean": "rimraf dist"
2121
},
2222
"dependencies": {
23-
"@chakra-ui/c-icon": "1.0.0-alpha.8",
24-
"@chakra-ui/c-spinner": "1.0.0-alpha.8",
23+
"@chakra-ui/c-icon": "1.0.0-alpha.9",
24+
"@chakra-ui/c-spinner": "1.0.0-alpha.9",
2525
"@chakra-ui/utils": "^1.9.1",
26-
"@chakra-ui/vue-system": "0.1.0-alpha.8",
27-
"@chakra-ui/vue-utils": "0.1.0-alpha.8"
26+
"@chakra-ui/vue-system": "0.1.0-alpha.9",
27+
"@chakra-ui/vue-utils": "0.1.0-alpha.9"
2828
},
2929
"peerDependencies": {
3030
"vue": "^3.1.4"

packages/c-close-button/CHANGELOG.md

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

3+
## 0.1.0-alpha.9
4+
5+
### Patch Changes
6+
7+
- [#122](https://github.com/chakra-ui/chakra-ui-vue-next/pull/122) [`2963735`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/29637355d6e37257e7ce43c10851049aba229359) Thanks [@codebender828](https://github.com/codebender828)! - Rewrite focus trap logic
8+
9+
- Updated dependencies [[`2963735`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/29637355d6e37257e7ce43c10851049aba229359)]:
10+
- @chakra-ui/c-icon@1.0.0-alpha.9
11+
- @chakra-ui/vue-system@0.1.0-alpha.9
12+
- @chakra-ui/vue-utils@0.1.0-alpha.9
13+
314
## 0.1.0-alpha.8
415

516
### 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.8",
4+
"version": "0.1.0-alpha.9",
55
"main": "dist/chakra-ui-c-close-button.cjs.js",
66
"module": "dist/chakra-ui-c-close-button.esm.js",
77
"author": "Jonathan Bakebwa <[email protected]>",
@@ -28,11 +28,11 @@
2828
"clean": "rimraf dist"
2929
},
3030
"dependencies": {
31-
"@chakra-ui/c-icon": "1.0.0-alpha.8",
31+
"@chakra-ui/c-icon": "1.0.0-alpha.9",
3232
"@chakra-ui/styled-system": "^1.16.0",
3333
"@chakra-ui/utils": "^1.9.1",
34-
"@chakra-ui/vue-system": "0.1.0-alpha.8",
35-
"@chakra-ui/vue-utils": "0.1.0-alpha.8"
34+
"@chakra-ui/vue-system": "0.1.0-alpha.9",
35+
"@chakra-ui/vue-utils": "0.1.0-alpha.9"
3636
},
3737
"devDependencies": {
3838
"vue": "^3.2.29"

packages/c-code/CHANGELOG.md

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

3+
## 1.0.0-alpha.9
4+
5+
### Patch Changes
6+
7+
- [#122](https://github.com/chakra-ui/chakra-ui-vue-next/pull/122) [`2963735`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/29637355d6e37257e7ce43c10851049aba229359) Thanks [@codebender828](https://github.com/codebender828)! - Rewrite focus trap logic
8+
9+
- Updated dependencies [[`2963735`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/29637355d6e37257e7ce43c10851049aba229359)]:
10+
- @chakra-ui/vue-system@0.1.0-alpha.9
11+
- @chakra-ui/vue-utils@0.1.0-alpha.9
12+
313
## 1.0.0-alpha.8
414

515
### Patch Changes

packages/c-code/package.json

+3-3
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.8",
4+
"version": "1.0.0-alpha.9",
55
"main": "dist/chakra-ui-c-code.cjs.js",
66
"module": "dist/chakra-ui-c-code.esm.js",
77
"author": "Jonathan Bakebwa <[email protected]>",
@@ -29,8 +29,8 @@
2929
},
3030
"dependencies": {
3131
"@chakra-ui/utils": "^1.9.1",
32-
"@chakra-ui/vue-system": "0.1.0-alpha.8",
33-
"@chakra-ui/vue-utils": "0.1.0-alpha.8"
32+
"@chakra-ui/vue-system": "0.1.0-alpha.9",
33+
"@chakra-ui/vue-utils": "0.1.0-alpha.9"
3434
},
3535
"devDependencies": {
3636
"vue": "^3.2.29"

packages/c-color-mode/CHANGELOG.md

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

3+
## 0.1.0-alpha.8
4+
5+
### Patch Changes
6+
7+
- [#122](https://github.com/chakra-ui/chakra-ui-vue-next/pull/122) [`2963735`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/29637355d6e37257e7ce43c10851049aba229359) Thanks [@codebender828](https://github.com/codebender828)! - Rewrite focus trap logic
8+
39
## 0.1.0-alpha.7
410

511
### Patch 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.7",
3+
"version": "0.1.0-alpha.8",
44
"main": "dist/chakra-ui-c-color-mode.cjs.js",
55
"module": "dist/chakra-ui-c-color-mode.esm.js",
66
"author": "Jonathan Bakebwa <[email protected]>",

packages/c-flex/CHANGELOG.md

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

3+
## 1.0.0-alpha.9
4+
5+
### Patch Changes
6+
7+
- [#122](https://github.com/chakra-ui/chakra-ui-vue-next/pull/122) [`2963735`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/29637355d6e37257e7ce43c10851049aba229359) Thanks [@codebender828](https://github.com/codebender828)! - Rewrite focus trap logic
8+
9+
- Updated dependencies [[`2963735`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/29637355d6e37257e7ce43c10851049aba229359)]:
10+
- @chakra-ui/vue-system@0.1.0-alpha.9
11+
- @chakra-ui/vue-utils@0.1.0-alpha.9
12+
313
## 1.0.0-alpha.8
414

515
### Patch 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.8",
4+
"version": "1.0.0-alpha.9",
55
"main": "dist/chakra-ui-c-flex.cjs.js",
66
"module": "dist/chakra-ui-c-flex.esm.js",
77
"author": "Jonathan Bakebwa <[email protected]>",
@@ -28,8 +28,8 @@
2828
"clean": "rimraf dist"
2929
},
3030
"dependencies": {
31-
"@chakra-ui/vue-system": "0.1.0-alpha.8",
32-
"@chakra-ui/vue-utils": "0.1.0-alpha.8"
31+
"@chakra-ui/vue-system": "0.1.0-alpha.9",
32+
"@chakra-ui/vue-utils": "0.1.0-alpha.9"
3333
},
3434
"devDependencies": {
3535
"csstype": "^3.0.5",

packages/c-focus-lock/CHANGELOG.md

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

3+
## 0.1.0-alpha.7
4+
5+
### Patch Changes
6+
7+
- [#122](https://github.com/chakra-ui/chakra-ui-vue-next/pull/122) [`2963735`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/29637355d6e37257e7ce43c10851049aba229359) Thanks [@codebender828](https://github.com/codebender828)! - Rewrite focus trap logic
8+
9+
- Updated dependencies [[`2963735`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/29637355d6e37257e7ce43c10851049aba229359)]:
10+
- @chakra-ui/vue-system@0.1.0-alpha.9
11+
- @chakra-ui/vue-utils@0.1.0-alpha.9
12+
- @chakra-ui/vue-composables@0.1.0-alpha.8
13+
314
## 0.1.0-alpha.6
415

516
### Patch Changes

packages/c-focus-lock/package.json

+4-4
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.6",
4+
"version": "0.1.0-alpha.7",
55
"main": "dist/chakra-ui-c-focus-lock.cjs.js",
66
"module": "dist/chakra-ui-c-focus-lock.esm.js",
77
"author": "Jonathan Bakebwa <[email protected]>",
@@ -29,9 +29,9 @@
2929
},
3030
"dependencies": {
3131
"@chakra-ui/utils": "^1.9.1",
32-
"@chakra-ui/vue-composables": "0.1.0-alpha.7",
33-
"@chakra-ui/vue-system": "0.1.0-alpha.8",
34-
"@chakra-ui/vue-utils": "0.1.0-alpha.8",
32+
"@chakra-ui/vue-composables": "0.1.0-alpha.8",
33+
"@chakra-ui/vue-system": "0.1.0-alpha.9",
34+
"@chakra-ui/vue-utils": "0.1.0-alpha.9",
3535
"focus-trap": "^6.3.0"
3636
},
3737
"devDependencies": {

packages/c-form-control/CHANGELOG.md

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

3+
## 0.0.0-alpha.4
4+
5+
### Patch Changes
6+
7+
- [#122](https://github.com/chakra-ui/chakra-ui-vue-next/pull/122) [`2963735`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/29637355d6e37257e7ce43c10851049aba229359) Thanks [@codebender828](https://github.com/codebender828)! - Rewrite focus trap logic
8+
9+
- Updated dependencies [[`2963735`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/29637355d6e37257e7ce43c10851049aba229359)]:
10+
- @chakra-ui/c-icon@1.0.0-alpha.9
11+
- @chakra-ui/vue-system@0.1.0-alpha.9
12+
- @chakra-ui/vue-utils@0.1.0-alpha.9
13+
- @chakra-ui/vue-composables@0.1.0-alpha.8
14+
315
## 0.0.0-alpha.3
416

517
### Patch Changes

packages/c-form-control/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chakra-ui/c-form-control",
33
"description": "Chakra UI Vue | Form control component is used to manage form controls such input fields checkbox and radio buttons it provides components and context that make your form fields accessible by default component",
4-
"version": "0.0.0-alpha.3",
4+
"version": "0.0.0-alpha.4",
55
"main": "dist/chakra-ui-c-form-control.cjs.js",
66
"module": "dist/chakra-ui-c-form-control.esm.js",
77
"author": "Jonathan Bakebwa <[email protected]>",
@@ -25,11 +25,11 @@
2525
"clean": "rimraf dist"
2626
},
2727
"dependencies": {
28-
"@chakra-ui/c-icon": "^1.0.0-alpha.8",
28+
"@chakra-ui/c-icon": "^1.0.0-alpha.9",
2929
"@chakra-ui/utils": "^1.9.1",
30-
"@chakra-ui/vue-composables": "^0.1.0-alpha.7",
31-
"@chakra-ui/vue-system": "0.1.0-alpha.8",
32-
"@chakra-ui/vue-utils": "^0.1.0-alpha.8"
30+
"@chakra-ui/vue-composables": "^0.1.0-alpha.8",
31+
"@chakra-ui/vue-system": "0.1.0-alpha.9",
32+
"@chakra-ui/vue-utils": "^0.1.0-alpha.9"
3333
},
3434
"devDependencies": {
3535
"vue": "^3.2.29"

packages/c-icon/CHANGELOG.md

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

3+
## 1.0.0-alpha.9
4+
5+
### Patch Changes
6+
7+
- [#122](https://github.com/chakra-ui/chakra-ui-vue-next/pull/122) [`2963735`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/29637355d6e37257e7ce43c10851049aba229359) Thanks [@codebender828](https://github.com/codebender828)! - Rewrite focus trap logic
8+
9+
- Updated dependencies [[`2963735`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/29637355d6e37257e7ce43c10851049aba229359)]:
10+
- @chakra-ui/vue-system@0.1.0-alpha.9
11+
312
## 1.0.0-alpha.8
413

514
### Patch Changes

0 commit comments

Comments
 (0)