Skip to content

Commit c2e3590

Browse files
chore: version packages (#3220)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f0e61e2 commit c2e3590

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

Diff for: .changeset/gold-books-sneeze.md

-5
This file was deleted.

Diff for: .changeset/light-snails-hope.md

-5
This file was deleted.

Diff for: packages/react/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @floating-ui/react
22

3+
## 0.27.4
4+
5+
### Patch Changes
6+
7+
- fix(useListNavigation): use parent's orientation when opening/closing nested menus, correctly supporting grid submenus
8+
- fix(FloatingList): avoid race condition between registering/unregistering nodes and setting indices
9+
310
## 0.27.3
411

512
### Patch Changes

Diff for: packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@floating-ui/react",
3-
"version": "0.27.3",
3+
"version": "0.27.4",
44
"description": "Floating UI for React",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)