Skip to content

Commit

Permalink
Version Packages (#2843)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Apr 5, 2024
1 parent 3a337ea commit 9b4b614
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/plenty-teachers-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-penguins-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-cows-trade.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
@@ -1,5 +1,13 @@
# @floating-ui/react

## 0.26.11

### Patch Changes

- fix(useHover): ensure `mouseOnly` is respected when `restMs` is specified. Also ensure `restMs` is always `0` for touch input.
- fix(types): export `FloatingOverlayProps`
- feat(useDelayGroup): return the `GroupContext` value from the Hook, and don't require an `id` option to be passed. You only need to invoke `useDelayGroup()` and read the context data from it. As a result, `useDelayGroupContext()` has been deprecated as it no longer needs to be used.

## 0.26.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/react",
"version": "0.26.10",
"version": "0.26.11",
"description": "Floating UI for React",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 9b4b614

Please sign in to comment.