Skip to content

Commit 06bb172

Browse files
committed
v3.0.0
1 parent cb43726 commit 06bb172

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "2.5.2"
6+
"version": "3.0.0"
77
}

packages/react-devtools-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-devtools-core",
3-
"version": "2.5.2",
3+
"version": "3.0.0",
44
"description": "Use react-devtools outside of the browser",
55
"main": "./build/backend.js",
66
"repository": {

packages/react-devtools/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-devtools",
3-
"version": "2.5.2",
3+
"version": "3.0.0",
44
"description": "Use react-devtools outside of the browser",
55
"repository": {
66
"url": "https://github.com/facebook/react-devtools.git",
@@ -26,7 +26,7 @@
2626
"electron": "^1.4.15",
2727
"ip": "^1.1.4",
2828
"minimist": "^1.2.0",
29-
"react-devtools-core": "^2.5.2",
29+
"react-devtools-core": "^3.0.0",
3030
"update-notifier": "^2.1.0"
3131
}
3232
}

0 commit comments

Comments
 (0)