Skip to content

Commit a20feb0

Browse files
committed
chore: release @ark-ui/react v0.7.2
1 parent c57f88c commit a20feb0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

1113
- Resolved an issue that types accross various components were not being exported correctly.
@@ -98,7 +100,7 @@ description: All notable changes to this project will be documented in this file
98100
- Add `Toast`
99101
- Add `Tooltip`
100102

101-
[unreleased]: https://github.com/chakra-ui/ark/compare/@ark-ui/[email protected].1...HEAD
103+
[unreleased]: https://github.com/chakra-ui/ark/compare/@ark-ui/[email protected].2...HEAD
102104
[0.1.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
103105
[0.2.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
104106
[0.3.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
@@ -107,3 +109,5 @@ description: All notable changes to this project will be documented in this file
107109
[0.6.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
108110
[0.7.0]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
109111
[0.7.1]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]
112+
113+
[0.7.2]: https://github.com/chakra-ui/ark/releases/tag/@ark-ui/[email protected]

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

0 commit comments

Comments
 (0)