Skip to content

Commit

Permalink
Release v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ycs77 committed May 24, 2024
1 parent 34589ba commit 20c95c4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Please provide enough information and a minimal reproducible example, otherwise,
**Use Version**
Use version when bugs appear:
- Headless UI: v1.7.5
- Headless UI Float: v0.13.3
- Headless UI Float: v0.14.0
- Framework: [e.g. vue v3.3.0, react v18.0]
- `@floating-ui/core`: v1.0.0
- `@floating-ui/dom`: v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@headlessui-float/nuxt",
"type": "module",
"version": "0.13.3",
"version": "0.14.0",
"description": "Easily use Headless UI for Nuxt 3 with Floating UI (Popper.js)",
"license": "MIT",
"homepage": "https://headlessui-float.vercel.app",
Expand Down Expand Up @@ -44,7 +44,7 @@
"prepack": "npm run build"
},
"dependencies": {
"@headlessui-float/vue": "^0.13.3",
"@headlessui-float/vue": "^0.14.0",
"@headlessui/vue": "^1.7.0",
"@nuxt/kit": "~3.10.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@headlessui-float/react",
"type": "module",
"version": "0.13.3",
"version": "0.14.0",
"description": "Easily use Headless UI for React with Floating UI (Popper.js)",
"license": "MIT",
"homepage": "https://headlessui-float.vercel.app",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@headlessui-float/vue",
"type": "module",
"version": "0.13.3",
"version": "0.14.0",
"description": "Easily use Headless UI for Vue 3 with Floating UI (Popper.js)",
"license": "MIT",
"homepage": "https://headlessui-float.vercel.app",
Expand Down

0 comments on commit 20c95c4

Please sign in to comment.