1.6.2 - @headlessui/react

This commit is contained in:
Robin Malfait
2022-05-19 16:33:21 +02:00
parent 0c97f8c4e1
commit 46aab52ba5
2 changed files with 8 additions and 3 deletions
+7 -2
View File
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased - @headlessui/react]
- Nothing yet!
## [Unreleased - @headlessui/vue]
### Fixed
@@ -17,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improve "Scroll lock" scrollbar width for `Dialog` component ([#1457](https://github.com/tailwindlabs/headlessui/pull/1457))
- Dont throw when SSR rendering internal portals in Vue ([#1459](https://github.com/tailwindlabs/headlessui/pull/1459))
## [Unreleased - @headlessui/react]
## [@headlessui/react@v1.6.2] - 2022-05-19
### Fixed
@@ -486,8 +490,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.1...HEAD
[unreleased - @headlessui/react]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.6.2...HEAD
[unreleased - @headlessui/vue]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/vue@v1.6.1...HEAD
[@headlessui/react@v1.6.2]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.6.1...@headlessui/react@v1.6.2
[@headlessui/react@v1.6.1]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.6.0...@headlessui/react@v1.6.1
[@headlessui/vue@v1.6.1]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/vue@v1.6.0...@headlessui/vue@v1.6.1
[@headlessui/react@v1.6.0]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.5.0...@headlessui/react@v1.6.0
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@headlessui/react",
"version": "1.6.1",
"version": "1.6.2",
"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",