Skip to content

Commit 6827ede

Browse files
committed
Release 2.0.0-beta.3 (re-released due to npm outage)
Exactly the same as 2.0.0-beta.2, which isn't visible on StackBlitz due to npm registry outage on May 22.
1 parent e51aed0 commit 6827ede

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/parent-child-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react": "16.3.1",
1616
"react-dom": "16.3.1",
1717
"react-hot-loader": "^4.1.0",
18-
"react-lifecycle-visualizer": "2.0.0-beta.2",
18+
"react-lifecycle-visualizer": "2.0.0-beta.3",
1919
"react-redux": "^5.0.7",
2020
"react-scripts": "^1.0.10",
2121
"redux": "^3.7.2",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-lifecycle-visualizer",
3-
"version": "2.0.0-beta.2",
3+
"version": "2.0.0-beta.3",
44
"description": "Visualizer for React lifecycle methods",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)