Skip to content

Commit 8313202

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

11 files changed

+35
-10
lines changed

.changeset/wicked-bears-press.md

-5
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.7
4+
5+
### Patch Changes
6+
7+
- Update dependencies: `@floating-ui/[email protected]`
8+
39
## 1.6.6
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.6",
3+
"version": "1.6.7",
44
"description": "Positioning library for floating elements: tooltips, popovers, dropdowns, and more",
55
"publishConfig": {
66
"access": "public"

packages/dom/CHANGELOG.md

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

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

511
### 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.9",
3+
"version": "1.6.10",
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.22
4+
5+
### Patch Changes
6+
7+
- Update dependencies: `@floating-ui/[email protected]`
8+
39
## 0.26.21
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.21",
3+
"version": "0.26.22",
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.7
4+
5+
### Patch Changes
6+
7+
- fix(getFrameElement): ensure `win.parent` is an object
8+
39
## 0.2.6
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.6",
3+
"version": "0.2.7",
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.4
4+
5+
### Patch Changes
6+
7+
- Update dependencies: `@floating-ui/[email protected]`
8+
39
## 1.1.3
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.3",
3+
"version": "1.1.4",
44
"description": "Floating UI for Vue",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)