1.6.1 - @headlessui/react

This commit is contained in:
Robin Malfait
2022-05-03 13:19:16 +02:00
parent fe876e2e3b
commit 695bf299ed
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased - @headlessui/react]
- Nothing yet!
## [@headlessui/react@1.6.1] - 2022-05-03
### Fixed
- Fix hydration issue with `Tab` component ([#1393](https://github.com/tailwindlabs/headlessui/pull/1393))
@@ -461,8 +465,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Everything!
[unreleased - @headlessui/react]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.6.0...HEAD
[unreleased - @headlessui/react]: https://github.com/tailwindlabs/headlessui/compare/1.6.1...HEAD
[unreleased - @headlessui/vue]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/vue@v1.6.0...HEAD
[@headlessui/react@1.6.1]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.6.0...v1.6.1
[@headlessui/react@v1.6.0]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.5.0...@headlessui/react@v1.6.0
[@headlessui/vue@v1.6.0]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/vue@v1.5.0...@headlessui/vue@v1.6.0
[@headlessui/react@v1.5.0]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.4.3...@headlessui/react@v1.5.0
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@headlessui/react",
"version": "1.6.0",
"version": "1.6.1",
"description": "A set of completely unstyled, fully accessible UI components for React, designed to integrate beautifully with Tailwind CSS.",
"main": "dist/index.cjs",
"typings": "dist/index.d.ts",