Skip to content

Commit

Permalink
v4.0.0-beta.20
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Feb 4, 2018
1 parent 4e8e617 commit 8cd1272
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"npmClient": "yarn"
}
4 changes: 2 additions & 2 deletions packages/react-hot-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-hot-loader",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "Tweak React components in real time.",
"main": "lib/index.js",
"types": "react-hot-loader.d.ts",
Expand Down Expand Up @@ -32,6 +32,6 @@
"global": "^4.3.0",
"hoist-non-react-statics": "^2.3.1",
"prop-types": "^15.6.0",
"react-stand-in": "^4.0.0-beta.19"
"react-stand-in": "^4.0.0-beta.20"
}
}
2 changes: 1 addition & 1 deletion packages/react-stand-in/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-stand-in",
"version": "4.0.0-beta.19",
"version": "4.0.0-beta.20",
"description": "Proxies ES6 React components without unmounting or losing their state.",
"main": "lib/index.js",
"homepage": "https://github.com/gaearon/react-hot-loader",
Expand Down

0 comments on commit 8cd1272

Please sign in to comment.