@headlessui/tailwindcss0.1.1

This commit is contained in:
Robin Malfait
2022-09-06 16:28:26 +02:00
parent b93b7463bc
commit d2a0bdb4d4
2 changed files with 7 additions and 2 deletions
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
- Nothing yet!
## [0.1.1] - 2022-09-06
### Fixed
- Fix bracket order of `not` variants ([#1621](https://github.com/tailwindlabs/headlessui/pull/1621))
@@ -17,5 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `@headlessui/tailwindcss` plugin ([#1487](https://github.com/tailwindlabs/headlessui/pull/1487))
[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/tailwindcss@v0.1.0...HEAD
[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/tailwindcss@v0.1.1...HEAD
[0.1.1]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/tailwindcss@v0.1.0...@headlessui/tailwindcss@v0.1.1
[0.1.0]: https://github.com/tailwindlabs/headlessui/releases/tag/@headlessui/tailwindcss@v0.1.0
@@ -1,6 +1,6 @@
{
"name": "@headlessui/tailwindcss",
"version": "0.1.0",
"version": "0.1.1",
"description": "A complementary Tailwind CSS plugin",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",