diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..2967eb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +## v0.5.0 (2021-08-11) + +#### :boom: Breaking Change + +- [#58](https://github.com/GavinJoyce/ember-headlessui/pull/58) `Menu` Component Improvements ([@alexlafroscia](https://github.com/alexlafroscia)) + +#### :rocket: Enhancement + +- [#64](https://github.com/GavinJoyce/ember-headlessui/pull/64) ✨ `` feature/support for nesting dialogs ([@far-fetched](https://github.com/far-fetched)) +- [#59](https://github.com/GavinJoyce/ember-headlessui/pull/59) Set `aria` relationship between Menu and Menu Items ([@alexlafroscia](https://github.com/alexlafroscia)) +- [#57](https://github.com/GavinJoyce/ember-headlessui/pull/57) feat(menu): implement search functionality ([@alexlafroscia](https://github.com/alexlafroscia)) + +#### :memo: Documentation + +- [#60](https://github.com/GavinJoyce/ember-headlessui/pull/60) Generate `404` page for Docs site ([@alexlafroscia](https://github.com/alexlafroscia)) + +#### :house: Internal + +- [#66](https://github.com/GavinJoyce/ember-headlessui/pull/66) Configure Project to use Volta ([@alexlafroscia](https://github.com/alexlafroscia)) +- [#67](https://github.com/GavinJoyce/ember-headlessui/pull/67) Lint Files on Commit ([@alexlafroscia](https://github.com/alexlafroscia)) +- [#56](https://github.com/GavinJoyce/ember-headlessui/pull/56) Format `.hbs` files with Prettier ([@alexlafroscia](https://github.com/alexlafroscia)) + +#### Committers: 2 + +- Alex LaFroscia ([@alexlafroscia](https://github.com/alexlafroscia)) +- Piotr Panek ([@far-fetched](https://github.com/far-fetched)) diff --git a/package.json b/package.json index 6560445..76480aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-headlessui", - "version": "0.4.1", + "version": "0.5.0", "description": "The default blueprint for ember-cli addons.", "keywords": [ "ember-addon"