diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f41439ef..e7acbfe9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -10,7 +10,7 @@ assignees: '' **Use Version** Use version when bugs appear: - Headless UI: v1.7.5 - - Headless UI Float: v0.11.1 + - Headless UI Float: v0.11.2 - Framework: [e.g. vue v3.2.0, react v18.0] - `@floating-ui/core`: v1.0.0 - `@floating-ui/dom`: v1.0.0 diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 90e56af8..99327df3 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -10,7 +10,7 @@ assignees: '' **Use Version** Use version when question appear: - Headless UI: v1.7.5 - - Headless UI Float: v0.11.1 + - Headless UI Float: v0.11.2 - Framework: [e.g. vue v3.2.0, react v18.0] **Describe the question** diff --git a/packages/react/package.json b/packages/react/package.json index 8a4d029e..0e00cf6d 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@headlessui-float/react", "type": "module", - "version": "0.11.1", + "version": "0.11.2", "description": "Easily use Headless UI for React with Floating UI (Popper.js)", "license": "MIT", "homepage": "https://headlessui-float.vercel.app", diff --git a/packages/vue/package.json b/packages/vue/package.json index cc3e532f..8aa3efe3 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,7 +1,7 @@ { "name": "@headlessui-float/vue", "type": "module", - "version": "0.11.1", + "version": "0.11.2", "description": "Easily use Headless UI for Vue 3 with Floating UI (Popper.js)", "license": "MIT", "homepage": "https://headlessui-float.vercel.app",