From 362ea83098280fb7bd03e8a81125241ba48c8c8f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 6 Jan 2023 20:13:19 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [1.1.0](https://github.com/P4sca1/nuxt-headlessui/compare/v1.0.4...v1.1.0) (2023-01-06) ### Bug Fixes * no longer transpile @headlessui/vue ([d8c8b3e](https://github.com/P4sca1/nuxt-headlessui/commit/d8c8b3e0fd7161cb69bfcba357cfb34af074a8d3)) * require stable nuxt 3 release ([2431b81](https://github.com/P4sca1/nuxt-headlessui/commit/2431b81b1ffbc781f0f6cc22195b43c68238c70d)) ### Features * make portal, popover, and Dialog client components ([fcc9b89](https://github.com/P4sca1/nuxt-headlessui/commit/fcc9b89a009ad23bfd9fff7d8453f363b80bb214)), closes [#18](https://github.com/P4sca1/nuxt-headlessui/issues/18) --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 937aa5d..d022049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.1.0](https://github.com/P4sca1/nuxt-headlessui/compare/v1.0.4...v1.1.0) (2023-01-06) + + +### Bug Fixes + +* no longer transpile @headlessui/vue ([d8c8b3e](https://github.com/P4sca1/nuxt-headlessui/commit/d8c8b3e0fd7161cb69bfcba357cfb34af074a8d3)) +* require stable nuxt 3 release ([2431b81](https://github.com/P4sca1/nuxt-headlessui/commit/2431b81b1ffbc781f0f6cc22195b43c68238c70d)) + + +### Features + +* make portal, popover, and Dialog client components ([fcc9b89](https://github.com/P4sca1/nuxt-headlessui/commit/fcc9b89a009ad23bfd9fff7d8453f363b80bb214)), closes [#18](https://github.com/P4sca1/nuxt-headlessui/issues/18) + ## [1.0.4](https://github.com/P4sca1/nuxt-headlessui/compare/v1.0.3...v1.0.4) (2022-11-23) diff --git a/package.json b/package.json index 1ee49ae..b817cf2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-headlessui", "description": "Headless UI integration for Nuxt", - "version": "1.0.4", + "version": "1.1.0", "license": "MIT", "repository": { "type": "git",