Skip to content

Commit

Permalink
Release v0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ycs77 committed Sep 2, 2023
1 parent d2d19f1 commit 7f84b92
Show file tree
Hide file tree
Showing 4 changed files with 14 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 @@ -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
Expand Down
12 changes: 11 additions & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.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",
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.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",
Expand Down

0 comments on commit 7f84b92

Please sign in to comment.