diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0b7a755e..8e6e6379 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.3 + - Headless UI Float: v0.11.4 - 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 06ebd6fc..85800355 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.3 + - Headless UI Float: v0.11.4 - 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 633b6634..80b61438 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@headlessui-float/react", "type": "module", - "version": "0.11.3", + "version": "0.11.4", "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 4e68a6ea..b2d40f43 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,7 +1,7 @@ { "name": "@headlessui-float/vue", "type": "module", - "version": "0.11.3", + "version": "0.11.4", "description": "Easily use Headless UI for Vue 3 with Floating UI (Popper.js)", "license": "MIT", "homepage": "https://headlessui-float.vercel.app",