Skip to content

Commit 92a2077

Browse files
committed
Release 3.0.0-beta.0
1 parent daf859c commit 92a2077

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2+
## v3.0.0-beta.0 (2022-05-31)
3+
4+
#### :boom: Breaking Change
5+
* [#119](https://github.com/yapplabs/ember-radio-button/pull/119) [BREAKING] Update dependencies, including ember-auto-import and add CI ([@lukemelia](https://github.com/lukemelia))
6+
7+
#### Committers: 4
8+
- Gabriel Cousin ([@GabrielCousin](https://github.com/GabrielCousin))
9+
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
10+
- Ray Cohen ([@raycohen](https://github.com/raycohen))
11+
- Will Bagby ([@bagby](https://github.com/bagby))
12+
113
### 2.0.1
214
- fix to use valid `aria-checked` attribute values
315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-radio-button",
3-
"version": "2.0.1",
3+
"version": "3.0.0-beta.0",
44
"description": "This addon provides a RadioButton component",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)