Skip to content

Commit eb17338

Browse files
committed
Release v0.13.1
1 parent 501d9aa commit eb17338

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+1-1
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.13.0
21+
- Headless UI Float: v0.13.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@headlessui-float/nuxt",
33
"type": "module",
4-
"version": "0.13.0",
4+
"version": "0.13.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",

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@headlessui-float/react",
33
"type": "module",
4-
"version": "0.13.0",
4+
"version": "0.13.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@headlessui-float/vue",
33
"type": "module",
4-
"version": "0.13.0",
4+
"version": "0.13.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)