Skip to content

Commit b63dd66

Browse files
Version Packages (#2993)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b1d0865 commit b63dd66

11 files changed

+36
-11
lines changed

.changeset/lemon-baboons-search.md

-6
This file was deleted.

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @floating-ui/core
22

3+
## 1.6.6
4+
5+
### Patch Changes
6+
7+
- Update dependencies: `@floating-ui/[email protected]`
8+
39
## 1.6.5
410

511
### Patch Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@floating-ui/core",
3-
"version": "1.6.5",
3+
"version": "1.6.6",
44
"description": "Positioning library for floating elements: tooltips, popovers, dropdowns, and more",
55
"publishConfig": {
66
"access": "public"

packages/dom/CHANGELOG.md

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

3+
## 1.6.9
4+
5+
### Patch Changes
6+
7+
- fix: test if `frameElement` is readable to avoid errors in Safari and MSEdge with cross-origin iframes
8+
- Update dependencies: `@floating-ui/[email protected]`
9+
310
## 1.6.8
411

512
### Patch Changes

packages/dom/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@floating-ui/dom",
3-
"version": "1.6.8",
3+
"version": "1.6.9",
44
"description": "Floating UI for the web",
55
"publishConfig": {
66
"access": "public"

packages/react/CHANGELOG.md

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

3+
## 0.26.21
4+
5+
### Patch Changes
6+
7+
- Update dependencies: `@floating-ui/[email protected]`
8+
39
## 0.26.20
410

511
### Patch Changes

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.26.20",
3+
"version": "0.26.21",
44
"description": "Floating UI for React",
55
"publishConfig": {
66
"access": "public"

packages/utils/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @floating-ui/utils
22

3+
## 0.2.6
4+
5+
### Patch Changes
6+
7+
- fix: test if `frameElement` is readable to avoid errors in Safari and MSEdge with cross-origin iframes
8+
39
## 0.2.5
410

511
### Patch Changes

packages/utils/package.json

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

packages/vue/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @floating-ui/vue
22

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- Update dependencies: `@floating-ui/[email protected]`
8+
39
## 1.1.2
410

511
### Patch Changes

packages/vue/package.json

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

0 commit comments

Comments
 (0)