Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit 6a717b9

Browse files
committed
Release v0.12.0
1 parent d07f38f commit 6a717b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Please provide enough information and a minimal reproducible example, otherwise,
1818
**Use Version**
1919
Use version when bugs appear:
2020
- Headless UI: v1.7.5
21-
- Headless UI Float: v0.11.4
21+
- Headless UI Float: v0.12.0
2222
- Framework: [e.g. vue v3.3.0, react v18.0]
2323
- `@floating-ui/core`: v1.0.0
2424
- `@floating-ui/dom`: v1.0.0

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@headlessui-float/react",
33
"type": "module",
4-
"version": "0.11.4",
4+
"version": "0.12.0",
55
"description": "Easily use Headless UI for React with Floating UI (Popper.js)",
66
"license": "MIT",
77
"homepage": "https://headlessui-float.vercel.app",

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@headlessui-float/vue",
33
"type": "module",
4-
"version": "0.11.4",
4+
"version": "0.12.0",
55
"description": "Easily use Headless UI for Vue 3 with Floating UI (Popper.js)",
66
"license": "MIT",
77
"homepage": "https://headlessui-float.vercel.app",

0 commit comments

Comments
 (0)