Skip to content

Commit f4d1acb

Browse files
committed
1.6.5
1 parent c311360 commit f4d1acb

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.5] - 2022-06-20
16+
1517
### Fixed
1618

1719
- Fix incorrect transitionend/transitioncancel events for the Transition component ([#1537](https://github.com/tailwindlabs/headlessui/pull/1537))
@@ -294,7 +296,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
294296

295297
- Everything!
296298

297-
[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
299+
[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
300+
[1.6.5]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
298301
[1.6.4]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
299302
[1.6.3]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]
300303
[1.6.2]: 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.4",
3+
"version": "1.6.5",
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.5] - 2022-06-20
16+
1517
### Fixed
1618

1719
- Support `<slot>` children when using `as="template"` ([#1548](https://github.com/tailwindlabs/headlessui/pull/1548))
@@ -268,7 +270,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
268270

269271
- Everything!
270272

271-
[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
273+
[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
274+
[1.6.5]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
272275
[1.6.4]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
273276
[1.6.3]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]
274277
[1.6.2]: 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.4",
3+
"version": "1.6.5",
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)