Skip to content

Commit

Permalink
2.0.2 - @headlessui/react
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed May 7, 2024
1 parent e0688c4 commit 48cf712
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion packages/@headlessui-react/CHANGELOG.md
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Nothing yet!

## [2.0.2] - 2024-05-07

### Fixed

- Improve performance of internal `useInertOthers` hook ([#3181](https://github.com/tailwindlabs/headlessui/pull/3181))
Expand Down Expand Up @@ -668,7 +672,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Everything!

[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.0.0-alpha.4...HEAD
[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.0.2-alpha.4...HEAD
[2.0.2]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.0.0-alpha.4...@headlessui/react@v2.0.2
[2.0.0]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.0.0-alpha.4...@headlessui/react@v2.0.0
[1.7.19]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.7.18...v1.7.19
[2.0.0-alpha.4]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.0.0-alpha.3...v2.0.0-alpha.4
Expand Down
2 changes: 1 addition & 1 deletion packages/@headlessui-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@headlessui/react",
"version": "2.0.1",
"version": "2.0.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",
Expand Down

0 comments on commit 48cf712

Please sign in to comment.