0.1.0 - @headlessui/tailwindcss

This commit is contained in:
Robin Malfait
2022-05-24 23:34:07 +02:00
parent 0a81444448
commit df481f3825
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased - @headlessui/tailwindcss]
- Nothing yet!
## [Unreleased - @headlessui/react]
### Fixed
@@ -31,7 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add `by` prop for `Listbox`, `Combobox` and `RadioGroup` ([#1482](https://github.com/tailwindlabs/headlessui/pull/1482))
- Add `@headlessui/tailwindcss` plugin ([#1487](https://github.com/tailwindlabs/headlessui/pull/1487))
## [Unreleased - @headlessui/tailwindcss]
## [@headlessui/tailwindcss@v0.1.0] - 2022-05-24
### Added
@@ -521,6 +525,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[unreleased - @headlessui/react]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.6.2...HEAD
[unreleased - @headlessui/vue]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/vue@v1.6.2...HEAD
[unreleased - @headlessui/tailwindcss]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/tailwindcss@v0.1.0...HEAD
[@headlessui/tailwindcss@v0.1.0]: https://github.com/tailwindlabs/headlessui/releases/tag/@headlessui/tailwindcss@v0.1.0
[@headlessui/react@v1.6.2]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.6.1...@headlessui/react@v1.6.2
[@headlessui/vue@v1.6.2]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/vue@v1.6.1...@headlessui/vue@v1.6.2
[@headlessui/react@v1.6.1]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.6.0...@headlessui/react@v1.6.1
@@ -1,6 +1,6 @@
{
"name": "@headlessui/tailwindcss",
"version": "0.0.0",
"version": "0.1.0",
"description": "A complementary Tailwind CSS plugin",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",