Skip to content

Commit 46aab52

Browse files
committed
1.6.2 - @headlessui/react
1 parent 0c97f8c commit 46aab52

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased - @headlessui/react]
9+
10+
- Nothing yet!
11+
812
## [Unreleased - @headlessui/vue]
913

1014
### Fixed
@@ -17,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1721
- Improve "Scroll lock" scrollbar width for `Dialog` component ([#1457](https://github.com/tailwindlabs/headlessui/pull/1457))
1822
- Don’t throw when SSR rendering internal portals in Vue ([#1459](https://github.com/tailwindlabs/headlessui/pull/1459))
1923

20-
## [Unreleased - @headlessui/react]
24+
## [@headlessui/react@v1.6.2] - 2022-05-19
2125

2226
### Fixed
2327

@@ -486,8 +490,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
486490

487491
- Everything!
488492

489-
[unreleased - @headlessui/react]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.6.1...HEAD
493+
[unreleased - @headlessui/react]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.6.2...HEAD
490494
[unreleased - @headlessui/vue]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/vue@v1.6.1...HEAD
495+
[@headlessui/react@v1.6.2]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.6.1...@headlessui/react@v1.6.2
491496
[@headlessui/react@v1.6.1]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.6.0...@headlessui/react@v1.6.1
492497
[@headlessui/vue@v1.6.1]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/vue@v1.6.0...@headlessui/vue@v1.6.1
493498
[@headlessui/react@v1.6.0]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.5.0...@headlessui/react@v1.6.0

packages/@headlessui-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@headlessui/react",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
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",

0 commit comments

Comments
 (0)