Skip to content

Commit

Permalink
🔖 Released v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jul 16, 2022
1 parent 34a88db commit 2049481
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions ember-headlessui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
## v0.13.0 (2022-07-16)

#### :rocket: Enhancement
* [#143](https://github.com/GavinJoyce/ember-headlessui/pull/143) ✨ Implement `<RadioGroup />` component ([@mofiebiger](https://github.com/mofiebiger))
* [#154](https://github.com/GavinJoyce/ember-headlessui/pull/154) Remove render modifiers ([@roomman](https://github.com/roomman))

#### :bug: Bug Fix
* [#146](https://github.com/GavinJoyce/ember-headlessui/pull/146) :bug: <listbox/> with transtion open on "enter" click ([@far-fetched](https://github.com/far-fetched))
* [#145](https://github.com/GavinJoyce/ember-headlessui/pull/145) :bug: Refactor handle outside click for listbox - firefox issue ([@far-fetched](https://github.com/far-fetched))

#### :memo: Documentation
* [#129](https://github.com/GavinJoyce/ember-headlessui/pull/129) Add modal with transition example ([@roomman](https://github.com/roomman))

#### :house: Internal
* [#163](https://github.com/GavinJoyce/ember-headlessui/pull/163) The safe peer fix for release-it ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#159](https://github.com/GavinJoyce/ember-headlessui/pull/159) 📦 Update pnpm lock ([@dmcnamara-eng](https://github.com/dmcnamara-eng))
* [#157](https://github.com/GavinJoyce/ember-headlessui/pull/157) Move tests to own app ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#156](https://github.com/GavinJoyce/ember-headlessui/pull/156) Fix docs workflow ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#152](https://github.com/GavinJoyce/ember-headlessui/pull/152) Convert to monorepo ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#155](https://github.com/GavinJoyce/ember-headlessui/pull/155) Fix deploy C.I. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#154](https://github.com/GavinJoyce/ember-headlessui/pull/154) Remove render modifiers ([@roomman](https://github.com/roomman))
* [#153](https://github.com/GavinJoyce/ember-headlessui/pull/153) Upgrade ember-cli ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#148](https://github.com/GavinJoyce/ember-headlessui/pull/148) Switch to pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#151](https://github.com/GavinJoyce/ember-headlessui/pull/151) Upgrade to Tailwind 3, use prose plugin from typography ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#147](https://github.com/GavinJoyce/ember-headlessui/pull/147) Remove @tailwindcss/ui ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#149](https://github.com/GavinJoyce/ember-headlessui/pull/149) Remove Husky ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#150](https://github.com/GavinJoyce/ember-headlessui/pull/150) Fix CI / don't use test.each ([@NullVoxPopuli](https://github.com/NullVoxPopuli))

#### Committers: 5
- David McNamara ([@dmcnamara-eng](https://github.com/dmcnamara-eng))
- Piotr ([@far-fetched](https://github.com/far-fetched))
- Simon Zimmerman ([@roomman](https://github.com/roomman))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
- [@mofiebiger](https://github.com/mofiebiger)


## v0.12.3 (2022-05-04)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion ember-headlessui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-headlessui",
"version": "0.12.3",
"version": "0.13.0",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 2049481

Please sign in to comment.