From 7f84b920e9141517793b2f13b2990b98e98c191a Mon Sep 17 00:00:00 2001 From: Lucas Yang Date: Sat, 2 Sep 2023 17:13:07 +0800 Subject: [PATCH] Release v0.11.3 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 12 +++++++++++- packages/react/package.json | 2 +- packages/vue/package.json | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e7acbfe9..0b7a755e 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.2 + - Headless UI Float: v0.11.3 - 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 99327df3..06ebd6fc 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -10,11 +10,21 @@ assignees: '' **Use Version** Use version when question appear: - Headless UI: v1.7.5 - - Headless UI Float: v0.11.2 + - Headless UI Float: v0.11.3 - Framework: [e.g. vue v3.2.0, react v18.0] **Describe the question** A clear and concise description of what the question is. +**To Reproduce** +Please provide a minimal reproducible example (like github repo, codesandbox, stackblitz...), and steps to reproduce the behavior, it is recommended to fork the Headless UI Flaot's [React Demo](https://headlessui-float.vercel.app/react/quick-start.html#online-demo) or [Vue Demo](https://headlessui-float.vercel.app/vue/quick-start.html#online-demo) to reproduce: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + **Screenshots** If applicable, add screenshots to help explain your problem. + +**Expected behavior** +A clear and concise description of what you expected to happen. diff --git a/packages/react/package.json b/packages/react/package.json index 9b0e6cc4..633b6634 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@headlessui-float/react", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "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 e4f593c1..4e68a6ea 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,7 +1,7 @@ { "name": "@headlessui-float/vue", "type": "module", - "version": "0.11.2", + "version": "0.11.3", "description": "Easily use Headless UI for Vue 3 with Floating UI (Popper.js)", "license": "MIT", "homepage": "https://headlessui-float.vercel.app",