Skip to content

Commit

Permalink
v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jul 11, 2017
1 parent dee5bae commit 69bcea3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
8 changes: 4 additions & 4 deletions auto_updater.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.7.1/rn-debugger-macos-x64.zip",
"name": "v0.7.1",
"notes": "1. Fix rndebugger-open can't automatically open window if app is running and no opened window\n2. Fix launchEditor of react-devtools doesn't work\n3. Upgrade react-devtools-core to v2.3.3"
}
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.7.2/rn-debugger-macos-x64.zip",
"name": "v0.7.2",
"notes": "1. Fix problem of checked value of `Stay in Front` doesn't depends on the window\n2. Fix problem of window list doesn't show on dock menu\n3. Add `Toggle Developer Tools` item to context menu\n4. Add `Clear AsyncStorage` item in context menu\n5. Handle fatal errors thrown by the Chrome debugger (from RN upstream)\n6. [macOS] Use icon instead of text for Touch Bar\n7. Upgrade react-devtools-core to v2.4.0"
}
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-debugger",
"version": "0.7.1",
"version": "0.7.2",
"productName": "React Native Debugger",
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
"main": "main.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-debugger",
"version": "0.7.1",
"version": "0.7.2",
"productName": "React Native Debugger",
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
"main": "electron/main.js",
Expand Down
10 changes: 3 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3871,11 +3871,7 @@ miller-rabin@^4.0.0:
bn.js "^4.0.0"
brorand "^1.0.1"

"mime-db@>= 1.27.0 < 2":
version "1.29.0"
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.29.0.tgz#48d26d235589651704ac5916ca06001914266878"

mime-db@~1.27.0:
"mime-db@>= 1.27.0 < 2", mime-db@~1.27.0:
version "1.27.0"
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.27.0.tgz#820f572296bbd20ec25ed55e5b5de869e5436eb1"

Expand Down Expand Up @@ -5320,11 +5316,11 @@ rxjs@^5.1.1:
dependencies:
symbol-observable "^1.0.1"

[email protected], safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
[email protected], safe-buffer@^5.1.0, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
version "5.1.1"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.1.tgz#893312af69b2123def71f57889001671eeb2c853"

safe-buffer@~5.0.1:
safe-buffer@^5.0.1, safe-buffer@~5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.0.1.tgz#d263ca54696cd8a306b5ca6551e92de57918fbe7"

Expand Down

0 comments on commit 69bcea3

Please sign in to comment.