Skip to content

Commit df12fab

Browse files
committed
chore: release @ark-ui/vue v0.5.3
1 parent 30c20dd commit df12fab

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/vue/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ description: All notable changes to this project will be documented in this file
66

77
## [Unreleased]
88

9+
## [0.5.3] - 2023-07-10
10+
911
### Fixed
1012

1113
- Resolved an issue whre the `Toast` component would not render custom content.
@@ -101,7 +103,7 @@ description: All notable changes to this project will be documented in this file
101103
- Add `Tabs`
102104
- Add `Tooltip`
103105

104-
[unreleased]: https://github.com/chakra-ui/ark/compare/@ark-ui/[email protected].2...HEAD
106+
[unreleased]: https://github.com/chakra-ui/ark/compare/@ark-ui/[email protected].3...HEAD
105107
[0.1.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
106108
[0.2.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
107109
[0.2.1]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
@@ -110,3 +112,5 @@ description: All notable changes to this project will be documented in this file
110112
[0.5.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
111113
[0.5.1]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
112114
[0.5.2]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
115+
116+
[0.5.3]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ark-ui/vue",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.",
55
"keywords": [],
66
"homepage": "https://ark-ui.com",

0 commit comments

Comments
 (0)