Skip to content

Commit

Permalink
Release 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jørgen Aaberg committed Sep 6, 2016
1 parent dd2d206 commit 15a2274
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
#v1.4.3
* Upgrade react dependencies to ^15.2.0 due to a bug with getNodeFromInstance in 15.1.0
* Throw on blur only when leaving component, not when selecting account from dropdown or pressing reset-button

# v.1.4.2
* Bugfix: React warning when no selectedAccount or value props are given
* Bugfix: Missing X (reset) when selectedAccount or value are given
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": "nfe-account-selector-react",
"version": "1.4.2",
"version": "1.4.3",
"main": "lib/account-selector.js",
"scripts": {
"build": "babel -d lib/. --ignore=*.test.js src/.",
Expand Down

0 comments on commit 15a2274

Please sign in to comment.