Skip to content

Commit

Permalink
Version Packages (#2898)
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 May 15, 2024
1 parent 25c14b7 commit 58ed169
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/plenty-chefs-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-rules-listen.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @floating-ui/core

## 1.6.2

### Patch Changes

- fix(size): correctly constrain floating element to avoid overflowing outside viewport with `shift({crossAxis: true})`

## 1.6.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/core",
"version": "1.6.1",
"version": "1.6.2",
"description": "Positioning library for floating elements: tooltips, popovers, dropdowns, and more",
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @floating-ui/react

## 0.26.15

### Patch Changes

- fix(useTransitionStatus): guard `isMounted` check and remove unneeded initiated state. Prevents an infinite loop when called in a component with an unstable callback ref.

## 0.26.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@floating-ui/react",
"version": "0.26.14",
"version": "0.26.15",
"description": "Floating UI for React",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 58ed169

Please sign in to comment.