Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #15 from jamesplease/0.0.5
Browse files Browse the repository at this point in the history
0.0.5
  • Loading branch information
jamesplease authored Jun 3, 2019
2 parents 2784f93 + 6ad9681 commit c9b8d83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

### v0.0.4 (2019/5/8)
### v0.0.5 (2019/6/3)

- The `disable` prop can now be updated dynamically.
- Introduces `disabledClass` prop and associated disabled class name.

### v0.0.4 (2019/5/31)

- Publish to npm under new package name.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xdproto/focus",
"version": "0.0.4",
"version": "0.0.5",
"description": "A React library for managing focus in TV apps",
"main": "src/index.js",
"publishConfig": {
Expand Down

0 comments on commit c9b8d83

Please sign in to comment.