Skip to content

Commit 885f446

Browse files
committed
1.7.12 - @headlessui/react
1 parent 9ecd8dd commit 885f446

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/@headlessui-react/CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
- Nothing yet!
11+
12+
## [1.7.12] - 2023-02-24
13+
1014
### Added
1115

1216
- Add explicit props types for every component ([#2282](https://github.com/tailwindlabs/headlessui/pull/2282))
@@ -462,7 +466,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
462466

463467
- Everything!
464468

465-
[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
469+
[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]
470+
[1.7.12]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]
466471
[1.7.11]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]
467472
[1.7.10]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]
468473
[1.7.9]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/[email protected]...@headlessui/[email protected]

packages/@headlessui-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@headlessui/react",
3-
"version": "1.7.11",
3+
"version": "1.7.12",
44
"description": "A set of completely unstyled, fully accessible UI components for React, designed to integrate beautifully with Tailwind CSS.",
55
"main": "dist/index.cjs",
66
"typings": "dist/index.d.ts",

0 commit comments

Comments
 (0)