Skip to content

Commit

Permalink
chore(release): 1.0.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.2](v1.0.1...v1.0.2) (2022-11-18)

### Bug Fixes

* **deps:** loosen semver range for @headlessui/vue, upgrade to nuxt stable ([607e02f](607e02f))
* **deps:** upgrade dependencies ([a312c69](a312c69))
* resolve path based on import.meta.url ([b281f36](b281f36))
* transpile @headlessui/vue ([4746f0a](4746f0a)), closes [#13](#13)
  • Loading branch information
semantic-release-bot committed Nov 18, 2022
1 parent 8f98a40 commit 7c14223
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.0.2](https://github.com/P4sca1/nuxt-headlessui/compare/v1.0.1...v1.0.2) (2022-11-18)


### Bug Fixes

* **deps:** loosen semver range for @headlessui/vue, upgrade to nuxt stable ([607e02f](https://github.com/P4sca1/nuxt-headlessui/commit/607e02feeecfdc5d3ee421643e6db3fd1fb716b7))
* **deps:** upgrade dependencies ([a312c69](https://github.com/P4sca1/nuxt-headlessui/commit/a312c69bf06cc7ff0abc15d8902c534efb4c37c2))
* resolve path based on import.meta.url ([b281f36](https://github.com/P4sca1/nuxt-headlessui/commit/b281f36e7d2f7a51cc6d4434d1ef441c9b5da78b))
* transpile @headlessui/vue ([4746f0a](https://github.com/P4sca1/nuxt-headlessui/commit/4746f0ac824a41e04a9852abef3669fde35361df)), closes [#13](https://github.com/P4sca1/nuxt-headlessui/issues/13)

## [1.0.1](https://github.com/P4sca1/nuxt-headlessui/compare/v1.0.0...v1.0.1) (2022-10-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.1",
"version": "1.0.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7c14223

Please sign in to comment.