Skip to content

Commit

Permalink
Updated to React 16
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbull committed Apr 28, 2017
1 parent 9d72453 commit 8411cbe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

# 4.2.0 (April 28th, 2017)

- Made compatible with new versions of React and Webpack

# 4.1.1 (April 24th, 2017)

- Fixed issue with fetchState
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-router-server",
"author": "Gabriel Bull",
"version": "4.1.1",
"version": "4.2.0",
"description": "Server Side Rendering library for React Router v4",
"main": "./build/index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -51,8 +51,8 @@
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.10.3",
"mocha": "^3.3.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react": "^16.0.0-alpha.11",
"react-dom": "^16.0.0-alpha.11",
"react-router": "^4.1.1",
"stats-webpack-plugin": "^0.6.0",
"webpack": "^2.4.1"
Expand Down

0 comments on commit 8411cbe

Please sign in to comment.