Skip to content

Commit

Permalink
chore: release @ark-ui/vue v1.0.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed Apr 19, 2024
1 parent c739edb commit 188be8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions frameworks/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ description: All notable changes to this project will be documented in this file

## [Unreleased]

## [1.0.0-0] - 2024-04-19

### Added

- Added a `Context` component to allow access to the internal machine API. Previously, it was only possible to access the internal API at the root level, which is manageable for small components but could lead to cumbersome composition in larger components. Additionally, this pattern clashed with the `asChild` composition pattern we use.
Expand Down
2 changes: 1 addition & 1 deletion frameworks/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ark-ui/vue",
"version": "0.11.0",
"version": "1.0.0-0",
"description": "A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.",
"keywords": [
"accordion",
Expand Down

0 comments on commit 188be8e

Please sign in to comment.