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

Commit 0c2d825

Browse files
author
Brian Vaughn
committed
3.4.1 -> 3.4.2
1 parent 3e1fba8 commit 0c2d825

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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": "3.4.1",
3+
"version": "3.4.2",
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": "3.4.1",
3+
"version": "3.4.2",
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.8.7",
2727
"ip": "^1.1.4",
2828
"minimist": "^1.2.0",
29-
"react-devtools-core": "^3.4.1",
29+
"react-devtools-core": "^3.4.2",
3030
"update-notifier": "^2.1.0"
3131
}
3232
}

shells/chrome/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "React Developer Tools",
44
"description": "Adds React debugging tools to the Chrome Developer Tools.",
5-
"version": "3.4.1",
5+
"version": "3.4.2",
66

77
"minimum_chrome_version": "49",
88

shells/firefox/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "React Developer Tools",
44
"description": "Adds React debugging tools to the Firefox Developer Tools.",
5-
"version": "3.4.1",
5+
"version": "3.4.2",
66

77
"applications": {
88
"gecko": {

0 commit comments

Comments
 (0)