From b2300caba3ac5f6c03a33cad87fa1f69b3699c3c Mon Sep 17 00:00:00 2001 From: Jordan Pittman Date: Wed, 7 Feb 2024 16:47:37 -0500 Subject: [PATCH] 1.7.19 - @headlessui/vue --- packages/@headlessui-vue/CHANGELOG.md | 7 ++++++- packages/@headlessui-vue/package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/@headlessui-vue/CHANGELOG.md b/packages/@headlessui-vue/CHANGELOG.md index df082704dc..10fc979c18 100644 --- a/packages/@headlessui-vue/CHANGELOG.md +++ b/packages/@headlessui-vue/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- Nothing yet! + +## [1.7.19] - 2024-02-07 + - Fix Combobox `activeOption` render prop ([#2973](https://github.com/tailwindlabs/headlessui/pull/2973)) ## [1.7.18] - 2024-02-02 @@ -509,7 +513,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Everything! -[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/vue@v1.7.18...HEAD +[unreleased]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/vue@v1.7.19...HEAD +[1.7.19]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/vue@v1.7.18...@headlessui/vue@v1.7.19 [1.7.18]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/vue@v1.7.17...@headlessui/vue@v1.7.18 [1.7.17]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/vue@v1.7.16...@headlessui/vue@v1.7.17 [1.7.16]: https://github.com/tailwindlabs/headlessui/compare/@headlessui/vue@v1.7.15...v1.7.16 diff --git a/packages/@headlessui-vue/package.json b/packages/@headlessui-vue/package.json index 979dc7a774..4cc6ab550b 100644 --- a/packages/@headlessui-vue/package.json +++ b/packages/@headlessui-vue/package.json @@ -1,6 +1,6 @@ { "name": "@headlessui/vue", - "version": "1.7.18", + "version": "1.7.19", "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",