Skip to content

Commit 6551079

Browse files
committed
1.6.4
1 parent 842d071 commit 6551079

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

packages/@headlessui-react/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.4] - 2022-05-29
16+
1517
### Fixed
1618

1719
- Ensure `Escape` propagates correctly in `Combobox` component ([#1511](https://github.com/tailwindlabs/headlessui/pull/1511))
@@ -284,7 +286,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
284286

285287
- Everything!
286288

287-
[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
289+
[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
290+
[1.6.4]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
288291
[1.6.3]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]
289292
[1.6.2]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]
290293
[1.6.1]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]

packages/@headlessui-react/package.json

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

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.4] - 2022-05-29
16+
1517
### Fixed
1618

1719
- Ensure `Escape` propagates correctly in `Combobox` component ([#1511](https://github.com/tailwindlabs/headlessui/pull/1511))
@@ -256,7 +258,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
256258

257259
- Everything!
258260

259-
[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
261+
[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
262+
[1.6.4]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
260263
[1.6.3]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]
261264
[1.6.2]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]
262265
[1.6.1]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@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.3",
3+
"version": "1.6.4",
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)