Skip to content

Commit 2049481

Browse files
committed
🔖 Released v0.13.0
1 parent 34a88db commit 2049481

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

‎ember-headlessui/CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
## v0.13.0 (2022-07-16)
2+
3+
#### :rocket: Enhancement
4+
* [#143](https://github.com/GavinJoyce/ember-headlessui/pull/143) ✨ Implement `<RadioGroup />` component ([@mofiebiger](https://github.com/mofiebiger))
5+
* [#154](https://github.com/GavinJoyce/ember-headlessui/pull/154) Remove render modifiers ([@roomman](https://github.com/roomman))
6+
7+
#### :bug: Bug Fix
8+
* [#146](https://github.com/GavinJoyce/ember-headlessui/pull/146) :bug: <listbox/> with transtion open on "enter" click ([@far-fetched](https://github.com/far-fetched))
9+
* [#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))
10+
11+
#### :memo: Documentation
12+
* [#129](https://github.com/GavinJoyce/ember-headlessui/pull/129) Add modal with transition example ([@roomman](https://github.com/roomman))
13+
14+
#### :house: Internal
15+
* [#163](https://github.com/GavinJoyce/ember-headlessui/pull/163) The safe peer fix for release-it ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
16+
* [#159](https://github.com/GavinJoyce/ember-headlessui/pull/159) 📦 Update pnpm lock ([@dmcnamara-eng](https://github.com/dmcnamara-eng))
17+
* [#157](https://github.com/GavinJoyce/ember-headlessui/pull/157) Move tests to own app ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
18+
* [#156](https://github.com/GavinJoyce/ember-headlessui/pull/156) Fix docs workflow ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
19+
* [#152](https://github.com/GavinJoyce/ember-headlessui/pull/152) Convert to monorepo ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
20+
* [#155](https://github.com/GavinJoyce/ember-headlessui/pull/155) Fix deploy C.I. ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
21+
* [#154](https://github.com/GavinJoyce/ember-headlessui/pull/154) Remove render modifiers ([@roomman](https://github.com/roomman))
22+
* [#153](https://github.com/GavinJoyce/ember-headlessui/pull/153) Upgrade ember-cli ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
23+
* [#148](https://github.com/GavinJoyce/ember-headlessui/pull/148) Switch to pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
24+
* [#151](https://github.com/GavinJoyce/ember-headlessui/pull/151) Upgrade to Tailwind 3, use prose plugin from typography ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
25+
* [#147](https://github.com/GavinJoyce/ember-headlessui/pull/147) Remove @tailwindcss/ui ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
26+
* [#149](https://github.com/GavinJoyce/ember-headlessui/pull/149) Remove Husky ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
27+
* [#150](https://github.com/GavinJoyce/ember-headlessui/pull/150) Fix CI / don't use test.each ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
28+
29+
#### Committers: 5
30+
- David McNamara ([@dmcnamara-eng](https://github.com/dmcnamara-eng))
31+
- Piotr ([@far-fetched](https://github.com/far-fetched))
32+
- Simon Zimmerman ([@roomman](https://github.com/roomman))
33+
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)
34+
- [@mofiebiger](https://github.com/mofiebiger)
35+
36+
137
## v0.12.3 (2022-05-04)
238

339
#### :bug: Bug Fix

‎ember-headlessui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-headlessui",
3-
"version": "0.12.3",
3+
"version": "0.13.0",
44
"description": "The default blueprint for ember-cli addons.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)