Skip to content

Commit

Permalink
Release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ycs77 committed Oct 26, 2023
1 parent d07f38f commit 6a717b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.11.4
- Headless UI Float: v0.12.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
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.11.4",
"version": "0.12.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.11.4",
"version": "0.12.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 6a717b9

Please sign in to comment.