Skip to content

Commit

Permalink
v4.0.0-beta.18
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Jan 25, 2018
1 parent 328d793 commit 48d24b7
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.17",
"version": "4.0.0-beta.18",
"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.17",
"version": "4.0.0-beta.18",
"description": "Tweak React components in real time.",
"main": "lib/index.js",
"types": "react-hot-loader.d.ts",
Expand Down Expand Up @@ -31,6 +31,6 @@
"fast-levenshtein": "^2.0.6",
"global": "^4.3.0",
"hoist-non-react-statics": "^2.3.1",
"react-stand-in": "^4.0.0-beta.17"
"react-stand-in": "^4.0.0-beta.18"
}
}
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.17",
"version": "4.0.0-beta.18",
"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 48d24b7

Please sign in to comment.