Skip to content

Commit

Permalink
Version Packages (#2849)
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 10, 2024
1 parent e2ce05d commit d2381e8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-oranges-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-beds-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-lies-shop.md

This file was deleted.

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

## 0.26.12

### Patch Changes

- fix(useFloating): external element synchronization with domReference and positionReference
- fix(useFloating): set `dataRef` `openEvent` property to `undefined` on close. Fixes a minor issue when `useHover` `restMs` is combined with `useClientPoint` and focus modality was used before hover modality.
- fix(useId): avoid import error in new bundlers when using React <18, and also ensure id collisions don't occur when multiple independent versions of Floating UI are used with React <18.

## 0.26.11

### 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.11",
"version": "0.26.12",
"description": "Floating UI for React",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit d2381e8

Please sign in to comment.