Skip to content

Commit d7c12e2

Browse files
committed
Release v0.14.1
1 parent e7aea0f commit d7c12e2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.14.0
21+
- Headless UI Float: v0.14.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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@headlessui-float/nuxt",
33
"type": "module",
4-
"version": "0.14.0",
4+
"version": "0.14.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",
@@ -44,7 +44,7 @@
4444
"prepack": "npm run build"
4545
},
4646
"dependencies": {
47-
"@headlessui-float/vue": "^0.14.0",
47+
"@headlessui-float/vue": "^0.14.1",
4848
"@headlessui/vue": "^1.7.0",
4949
"@nuxt/kit": "^3.12.4"
5050
},

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