Skip to content

Commit

Permalink
Release v1.4.10 - update to React 15 RC 2 to fix IE/Edge text renderi…
Browse files Browse the repository at this point in the history
…ng bug
  • Loading branch information
insin committed Mar 17, 2016
1 parent 29688f8 commit 146ec96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-hn",
"version": "1.4.9",
"version": "1.4.10",
"description": "React-powered frontend for Hacker News using its Firebase API",
"author": "Jonny Buchanan",
"license": "MIT",
Expand All @@ -18,8 +18,8 @@
"events": "1.1.0",
"firebase": "2.4.1",
"history": "2.0.1",
"react": "15.0.0-rc.1",
"react-dom": "15.0.0-rc.1",
"react": "15.0.0-rc.2",
"react-dom": "15.0.0-rc.2",
"react-router": "2.0.1",
"react-timeago": "2.2.1",
"reactfire": "0.6.0",
Expand Down

0 comments on commit 146ec96

Please sign in to comment.