From dde00da9e77380a36522eba9b41a5d8353363f58 Mon Sep 17 00:00:00 2001 From: Robin Malfait Date: Wed, 11 Sep 2024 17:29:20 +0200 Subject: [PATCH] 2.1.7 - @headlessui/react --- package-lock.json | 2 +- packages/@headlessui-react/CHANGELOG.md | 7 ++++++- packages/@headlessui-react/package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0daa70140d..05a9e172d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11500,7 +11500,7 @@ }, "packages/@headlessui-react": { "name": "@headlessui/react", - "version": "2.1.6", + "version": "2.1.7", "license": "MIT", "dependencies": { "@floating-ui/react": "^0.26.16", diff --git a/packages/@headlessui-react/CHANGELOG.md b/packages/@headlessui-react/CHANGELOG.md index 39a1d9ebaf..05e75b808e 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.7] - 2024-09-11 + ### Fixed - Prevent crash in environments where `Element.prototype.getAnimations` is not available ([#3473](https://github.com/tailwindlabs/headlessui/pull/3473)) @@ -773,7 +777,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.6...HEAD +[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.1.7...HEAD +[2.1.7]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.1.6...@headlessui/react@v2.1.7 [2.1.6]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.1.5...@headlessui/react@v2.1.6 [2.1.5]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.1.4...@headlessui/react@v2.1.5 [2.1.4]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v2.1.3...@headlessui/react@v2.1.4 diff --git a/packages/@headlessui-react/package.json b/packages/@headlessui-react/package.json index 22d84bfe79..da0c797178 100644 --- a/packages/@headlessui-react/package.json +++ b/packages/@headlessui-react/package.json @@ -1,6 +1,6 @@ { "name": "@headlessui/react", - "version": "2.1.6", + "version": "2.1.7", "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",