Skip to content

Commit f7cbed6

Browse files
committed
chore: release @ark-ui/solid v0.7.1
1 parent befcec7 commit f7cbed6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/solid/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.7.1] - 2023-06-30
10+
911
## Fixed
1012

1113
- Resolved an issue that types accross various components were not being exported correctly.
@@ -91,11 +93,13 @@ description: All notable changes to this project will be documented in this file
9193
- Add `Toast`
9294
- Add `Tooltip`
9395

94-
[unreleased]: https://github.com/chakra-ui/ark/compare/@ark-ui/[email protected].0...HEAD
96+
[unreleased]: https://github.com/chakra-ui/ark/compare/@ark-ui/[email protected].1...HEAD
9597
[0.1.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
9698
[0.2.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
9799
[0.3.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
98100
[0.4.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
99101
[0.5.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
100102
[0.6.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
101103
[0.7.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
104+
105+
[0.7.1]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]

packages/solid/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/solid",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "A collection of unstyled, accessible UI components for Solid, utilizing state machines for seamless interaction.",
55
"keywords": [],
66
"homepage": "https://ark-ui.com",

0 commit comments

Comments
 (0)