Skip to content

Commit 146ec96

Browse files
committed
Release v1.4.10 - update to React 15 RC 2 to fix IE/Edge text rendering bug
1 parent 29688f8 commit 146ec96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-hn",
3-
"version": "1.4.9",
3+
"version": "1.4.10",
44
"description": "React-powered frontend for Hacker News using its Firebase API",
55
"author": "Jonny Buchanan",
66
"license": "MIT",
@@ -18,8 +18,8 @@
1818
"events": "1.1.0",
1919
"firebase": "2.4.1",
2020
"history": "2.0.1",
21-
"react": "15.0.0-rc.1",
22-
"react-dom": "15.0.0-rc.1",
21+
"react": "15.0.0-rc.2",
22+
"react-dom": "15.0.0-rc.2",
2323
"react-router": "2.0.1",
2424
"react-timeago": "2.2.1",
2525
"reactfire": "0.6.0",

0 commit comments

Comments
 (0)