2.0.1 - @headlessui/react

This commit is contained in:
Jordan Pittman
2024-05-06 15:07:23 -04:00
parent cfbcf5b840
commit 2d5d35a533
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -10665,7 +10665,7 @@
},
"packages/@headlessui-react": {
"name": "@headlessui/react",
"version": "2.0.0-alpha.4",
"version": "2.0.1",
"license": "MIT",
"dependencies": {
"@floating-ui/react": "^0.26.13",
+4
View File
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
- Nothing yet!
## [2.0.1] - 2024-05-06
### Fixed
- Remove accidental deprecation comments on `<DialogPanel>` and `<DialogTitle>` ([#3176](https://github.com/tailwindlabs/headlessui/pull/3176))
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@headlessui/react",
"version": "2.0.0",
"version": "2.0.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",