Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.4...v1.1.0) (2023-01-06)

### Bug Fixes

* no longer transpile @headlessui/vue ([d8c8b3e](d8c8b3e))
* require stable nuxt 3 release ([2431b81](2431b81))

### Features

* make portal, popover, and Dialog client components ([fcc9b89](fcc9b89)), closes [#18](#18)
  • Loading branch information
semantic-release-bot committed Jan 6, 2023
1 parent 02f3939 commit 362ea83
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 362ea83

Please sign in to comment.