From abd86fca3e3dac3bb9c884ecc2012a590e33d29a Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Wed, 26 Jun 2024 15:10:43 +0200 Subject: [PATCH] 2.1.1 - @headlessui/react --- packages/@headlessui-react/CHANGELOG.md | 7 ++++++- packages/@headlessui-react/package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/@headlessui-react/CHANGELOG.md b/packages/@headlessui-react/CHANGELOG.md index f8705e368c..b7ba51d4d0 100644 --- a/packages/@headlessui-react/CHANGELOG.md +++ b/packages/@headlessui-react/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- Nothing yet! + +## [2.1.1] - 2024-06-26 + ### Fixed - Fix issues spreading omitted props onto components ([#3313](https://github.com/tailwindlabs/headlessui/pull/3313)) @@ -727,7 +731,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.1.0...HEAD +[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.1.1...HEAD +[2.1.1]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.1.0...@headlessui/react@v2.1.1 [2.1.0]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.0.4...@headlessui/react@v2.1.0 [2.0.4]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.0.3...@headlessui/react@v2.0.4 [2.0.3]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.0.2...@headlessui/react@v2.0.3 diff --git a/packages/@headlessui-react/package.json b/packages/@headlessui-react/package.json index 4cf8b6f2d1..77d1dba720 100644 --- a/packages/@headlessui-react/package.json +++ b/packages/@headlessui-react/package.json @@ -1,6 +1,6 @@ { "name": "@headlessui/react", - "version": "2.1.0", + "version": "2.1.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",