Skip to content

Commit 0bdd4b4

Browse files
committed
1.6.7
1 parent 9807e2b commit 0bdd4b4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

packages/@headlessui-vue/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Add `by` prop for `Listbox`, `Combobox` and `RadioGroup` ([#1482](https://github.com/tailwindlabs/headlessui/pull/1482))
1313
- Add `@headlessui/tailwindcss` plugin ([#1487](https://github.com/tailwindlabs/headlessui/pull/1487))
1414

15+
## [1.6.7] - 2022-07-12
16+
1517
### Fixed
1618

1719
- Prevent cancelling transitions due to focus trap ([#1664](https://github.com/tailwindlabs/headlessui/pull/1664))
@@ -283,7 +285,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
283285

284286
- Everything!
285287

286-
[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
288+
[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
289+
[1.6.7]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
287290
[1.6.6]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
288291
[1.6.5]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
289292
[1.6.4]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]

packages/@headlessui-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@headlessui/vue",
3-
"version": "1.6.6",
3+
"version": "1.6.7",
44
"description": "A set of completely unstyled, fully accessible UI components for Vue 3, designed to integrate beautifully with Tailwind CSS.",
55
"main": "dist/index.cjs",
66
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)