1.6.1 - @headlessui/vue

This commit is contained in:
Robin Malfait
2022-05-03 13:19:18 +02:00
parent 695bf299ed
commit ecdebf3d59
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/vue]
- Nothing yet!
## [Unreleased - @headlessui/react]
- Nothing yet!
@@ -15,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix hydration issue with `Tab` component ([#1393](https://github.com/tailwindlabs/headlessui/pull/1393))
## [Unreleased - @headlessui/vue]
## [@headlessui/vue@1.6.1] - 2022-05-03
### Fixed
@@ -467,6 +471,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[unreleased - @headlessui/react]: https://github.com/tailwindlabs/headlessui/compare/1.6.1...HEAD
[unreleased - @headlessui/vue]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/vue@v1.6.0...HEAD
[@headlessui/vue@1.6.1]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/vue@v1.6.0...v1.6.1
[@headlessui/react@1.6.1]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.6.0...v1.6.1
[@headlessui/react@v1.6.0]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/react@v1.5.0...@headlessui/react@v1.6.0
[@headlessui/vue@v1.6.0]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/vue@v1.5.0...@headlessui/vue@v1.6.0
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@headlessui/vue",
"version": "1.6.0",
"version": "1.6.1",
"description": "A set of completely unstyled, fully accessible UI components for Vue 3, designed to integrate beautifully with Tailwind CSS.",
"main": "dist/index.cjs",
"typings": "dist/index.d.ts",