Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit 3fc98f9

Browse files
committed
v2.1.5
1 parent 6b4be3a commit 3fc98f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "2.1.4"
6+
"version": "2.1.5"
77
}

packages/react-devtools-core/package.json

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

packages/react-devtools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-devtools",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "Use react-devtools outside of the browser",
55
"repository": {
66
"url": "https://github.com/facebook/react-devtools.git",
@@ -25,6 +25,6 @@
2525
"cross-spawn": "^5.0.1",
2626
"electron": "^1.4.15",
2727
"ip": "^1.1.4",
28-
"react-devtools-core": "^2.1.4"
28+
"react-devtools-core": "^2.1.5"
2929
}
3030
}

0 commit comments

Comments
 (0)