Skip to content

Commit ce3e0ca

Browse files
committed
Publish v1.9.0
1 parent 2d77c92 commit ce3e0ca

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.9.0](https://github.com/react-restart/ui/compare/v1.8.0...v1.9.0) (2024-11-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **useClickOutside:** reset waitingForTrigger if clicking outside target ([#112](https://github.com/react-restart/ui/issues/112)) ([730a174](https://github.com/react-restart/ui/commit/730a174f26157cc3304f6971ddb10a86443e83a1))
7+
8+
9+
### Features
10+
11+
* **utils:** add getChildRef ([#109](https://github.com/react-restart/ui/issues/109)) ([d573045](https://github.com/react-restart/ui/commit/d5730456fe617bda63165c41692e22d5a17c8452))
12+
13+
14+
15+
16+
117
# [1.8.0](https://github.com/react-restart/ui/compare/v1.6.9...v1.8.0) (2024-08-01)
218

319

package.json

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

0 commit comments

Comments
 (0)