Skip to content

Commit 71ad43f

Browse files
committed
Publish v2.0.0-beta.1
1 parent d78b717 commit 71ad43f

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [2.0.0-beta.1](https://github.com/react-restart/ui/compare/v1.9.2...v2.0.0-beta.1) (2025-02-11)
2+
3+
4+
### Bug Fixes
5+
6+
* **Overlay:** fix target type for react 19 refs ([#115](https://github.com/react-restart/ui/issues/115)) ([0018dff](https://github.com/react-restart/ui/commit/0018dffd87c33ddfbc8e22436206d79d0498b027))
7+
8+
9+
* feat!: remove @react-aria/ssr (#116) ([44aafa8](https://github.com/react-restart/ui/commit/44aafa89e527fdb7c86bb2251d89a8d8d77f9ed5)), closes [#116](https://github.com/react-restart/ui/issues/116)
10+
* build!: Update supported React ranges ([4af9c50](https://github.com/react-restart/ui/commit/4af9c50d3b100848c8990f3525cdf0f2073e0df0))
11+
12+
13+
### BREAKING CHANGES
14+
15+
* Remove SSR utils. Use React 18's useId hook for generating SSR-safe ids
16+
* drop react 16 & 17 support
17+
18+
19+
20+
21+
122
## [1.9.2](https://github.com/react-restart/ui/compare/v1.9.0...v1.9.2) (2024-12-15)
223

324

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restart/ui",
3-
"version": "2.0.0-beta.0",
3+
"version": "2.0.0-beta.1",
44
"description": "Utilities for creating robust overlay components",
55
"author": {
66
"name": "Jason Quense",

0 commit comments

Comments
 (0)