Skip to content

Commit 160df64

Browse files
committed
chore: release @ark-ui/vue v0.5.0
1 parent b0bfb0b commit 160df64

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/vue/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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.0] - 2023-06-03
10+
911
### Added
1012

1113
- Introduced the `onLongPress` property to `Pressable`
@@ -75,3 +77,6 @@ description: All notable changes to this project will be documented in this file
7577
- Add `Splitter`
7678
- Add `Tabs`
7779
- Add `Tooltip`
80+
81+
[unreleased]: https://github.com/chakra-ui/ark/compare/@ark-ui/vue@0.5.0...HEAD
82+
[0.5.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/vue@0.5.0

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.4.0",
3+
"version": "0.5.0",
44
"description": "A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)