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

Commit 2c48ea5

Browse files
committed
chore: bump versions
1 parent 2196b16 commit 2c48ea5

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

.changeset/empty-dragons-wait.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@chakra-ui/vue-next': patch
3+
---
4+
5+
Export popper and portal component packages

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"@chakra-ui/vue-docs": "0.0.0"
2626
},
2727
"changesets": [
28-
"chilly-tables-care"
28+
"chilly-tables-care",
29+
"empty-dragons-wait"
2930
]
3031
}

packages/core/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# @chakra-ui/vue-next
22

3-
## 0.0.1-alpha.0
3+
## 0.0.1-alpha.1
4+
45
### Patch Changes
56

7+
- Export popper and portal component packages
68

9+
## 0.0.1-alpha.0
10+
11+
### Patch Changes
712

813
- [#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
914

packages/core/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-next",
3-
"version": "0.0.1-alpha.0",
3+
"version": "0.0.1-alpha.1",
44
"description": "Vue 3 compatible version of Chakra UI Vue",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)