Skip to content

Commit effcba9

Browse files
committed
update readme and package.json version for 2.0.0
1 parent 7fa6f51 commit effcba9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 2.0.0
2+
- fixes `sendAction` deprecation warnings, using closure actions internally
3+
- removes support for Ember versions below 2.8
4+
- removes `labeled-radio-button` which was replaced by the block usage of `radio-button`
5+
16
### 1.3.0
27
- adds support for passing a closure action to the `changed` property
38

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": "1.3.0",
3+
"version": "2.0.0",
44
"description": "provides a radio-button component",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)