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

Commit 92c7aa4

Browse files
committed
chore: version packages
1 parent 2188ad8 commit 92c7aa4

Some content is hidden

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

43 files changed

+305
-48
lines changed

.changeset/pre.json

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,29 @@
22
"mode": "pre",
33
"tag": "alpha",
44
"initialVersions": {
5-
"@chakra-ui/c-accordion": "1.0.0",
6-
"@chakra-ui/c-alert": "1.0.0",
7-
"@chakra-ui/c-badge": "1.0.0",
8-
"@chakra-ui/c-button": "1.0.0",
9-
"@chakra-ui/c-color-mode": "1.0.0",
10-
"@chakra-ui/c-flex": "1.0.0",
11-
"@chakra-ui/c-icon": "1.0.0",
12-
"@chakra-ui/c-popper": "1.0.0",
13-
"@chakra-ui/c-portal": "1.0.0",
14-
"@chakra-ui/c-reset": "1.0.0",
15-
"@chakra-ui/c-spinner": "1.0.0",
16-
"@chakra-ui/c-theme-provider": "1.0.0",
17-
"@chakra-ui/c-visually-hidden": "1.0.0",
18-
"@chakra-ui/vue-next": "1.0.0",
19-
"@chakra-ui/nuxt-next": "1.0.0",
20-
"@chakra-ui/vue-system": "1.0.0",
21-
"@chakra-ui/vue-test-utils": "1.0.0",
22-
"@chakra-ui/vue-theme": "1.0.0",
23-
"@chakra-ui/vue-theme-tools": "1.0.0",
24-
"@chakra-ui/vue-utils": "1.0.0",
5+
"@chakra-ui/c-accordion": "0.0.0",
6+
"@chakra-ui/c-alert": "0.0.0",
7+
"@chakra-ui/c-badge": "0.0.0",
8+
"@chakra-ui/c-button": "0.0.0",
9+
"@chakra-ui/c-color-mode": "0.0.0",
10+
"@chakra-ui/c-flex": "0.0.0",
11+
"@chakra-ui/c-icon": "0.0.0",
12+
"@chakra-ui/c-popper": "0.0.0",
13+
"@chakra-ui/c-portal": "0.0.0",
14+
"@chakra-ui/c-reset": "0.0.0",
15+
"@chakra-ui/c-spinner": "0.0.0",
16+
"@chakra-ui/c-theme-provider": "0.0.0",
17+
"@chakra-ui/c-visually-hidden": "0.0.0",
18+
"@chakra-ui/vue-next": "0.0.0",
19+
"@chakra-ui/nuxt-next": "0.0.0",
20+
"@chakra-ui/vue-system": "0.0.0",
21+
"@chakra-ui/vue-test-utils": "0.0.0",
22+
"@chakra-ui/vue-theme": "0.0.0",
23+
"@chakra-ui/vue-theme-tools": "0.0.0",
24+
"@chakra-ui/vue-utils": "0.0.0",
2525
"@chakra-ui/vue-docs": "0.0.0"
2626
},
27-
"changesets": []
27+
"changesets": [
28+
"chilly-tables-care"
29+
]
2830
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"@babel/core": "^7.12.9",
4848
"@babel/preset-env": "^7.12.7",
4949
"@babel/preset-typescript": "^7.12.7",
50+
"@changesets/changelog-github": "^0.3.0",
5051
"@changesets/cli": "^2.14.1",
5152
"@commitlint/cli": "^11.0.0",
5253
"@commitlint/config-conventional": "^11.0.0",

packages/c-accordion/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @chakra-ui/c-accordion
2+
3+
## 0.0.1-alpha.0
4+
### Patch Changes
5+
6+
7+
8+
- [#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
9+
10+
- Updated dependencies [[`8243ac6`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/8243ac6cdc1ef47e56b3ec2f4635f44396273ee8)]:
11+
- @chakra-ui/vue-system@0.0.1-alpha.0

packages/c-accordion/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/c-accordion",
3-
"version": "1.0.0",
3+
"version": "0.0.1-alpha.0",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",

packages/c-alert/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# @chakra-ui/c-alert
2+
3+
## 0.0.1-alpha.0
4+
### Patch Changes
5+
6+
7+
8+
- [#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
9+
10+
- Updated dependencies [[`8243ac6`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/8243ac6cdc1ef47e56b3ec2f4635f44396273ee8)]:
11+
- @chakra-ui/c-icon@0.0.1-alpha.0
12+
- @chakra-ui/vue-system@0.0.1-alpha.0
13+
- @chakra-ui/vue-utils@0.0.1-alpha.0

packages/c-alert/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/c-alert",
3-
"version": "1.0.0",
3+
"version": "0.0.1-alpha.0",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",

packages/c-badge/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @chakra-ui/c-badge
2+
3+
## 0.0.1-alpha.0
4+
### Patch Changes
5+
6+
7+
8+
- [#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
9+
10+
- Updated dependencies [[`8243ac6`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/8243ac6cdc1ef47e56b3ec2f4635f44396273ee8)]:
11+
- @chakra-ui/vue-system@0.0.1-alpha.0
12+
- @chakra-ui/vue-utils@0.0.1-alpha.0

packages/c-badge/package.json

Lines changed: 1 addition & 2 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": "1.0.0",
4+
"version": "0.0.1-alpha.0",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
77
"types": "dist/types/index.d.ts",
@@ -12,7 +12,6 @@
1212
"files": [
1313
"dist"
1414
],
15-
1615
"publishConfig": {
1716
"access": "public"
1817
},

packages/c-button/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# @chakra-ui/c-button
2+
3+
## 0.0.1-alpha.0
4+
### Patch Changes
5+
6+
7+
8+
- [#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
9+
10+
- Updated dependencies [[`8243ac6`](https://github.com/chakra-ui/chakra-ui-vue-next/commit/8243ac6cdc1ef47e56b3ec2f4635f44396273ee8)]:
11+
- @chakra-ui/c-icon@0.0.1-alpha.0
12+
- @chakra-ui/c-spinner@0.0.1-alpha.0
13+
- @chakra-ui/vue-system@0.0.1-alpha.0
14+
- @chakra-ui/vue-utils@0.0.1-alpha.0

packages/c-button/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/c-button",
3-
"version": "1.0.0",
3+
"version": "0.0.1-alpha.0",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/types/index.d.ts",

0 commit comments

Comments
 (0)