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

Commit 0693825

Browse files
committed
Release v0.15.1
1 parent 5fdbd09 commit 0693825

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.15.0
21+
- Headless UI Float: v0.15.1
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/nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@headlessui-float/nuxt",
33
"type": "module",
4-
"version": "0.15.0",
4+
"version": "0.15.1",
55
"description": "Easily use Headless UI for Nuxt 3 with Floating UI (Popper.js)",
66
"license": "MIT",
77
"homepage": "https://headlessui-float.vercel.app",
@@ -45,7 +45,7 @@
4545
"prepack": "npm run build"
4646
},
4747
"dependencies": {
48-
"@headlessui-float/vue": "^0.15.0",
48+
"@headlessui-float/vue": "^0.15.1",
4949
"@headlessui/vue": "^1.7.0",
5050
"@nuxt/kit": "^3.13.0"
5151
},

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.15.0",
4+
"version": "0.15.1",
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.15.0",
4+
"version": "0.15.1",
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)