Skip to content

Commit

Permalink
Release v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ycs77 committed Jan 20, 2024
1 parent 501d9aa commit eb17338
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.0
- Headless UI Float: v0.13.1
- Framework: [e.g. vue v3.3.0, react v18.0]
- `@floating-ui/core`: v1.0.0
- `@floating-ui/dom`: v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.13.1",
"description": "Easily use Headless UI for Nuxt 3 with Floating UI (Popper.js)",
"license": "MIT",
"homepage": "https://headlessui-float.vercel.app",
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.0",
"version": "0.13.1",
"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.0",
"version": "0.13.1",
"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 eb17338

Please sign in to comment.