Skip to content

Commit

Permalink
v0.7.17
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Mar 17, 2018
1 parent e88dafa commit 9774598
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions auto_updater.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"url":
"https://github.com/jhen0409/react-native-debugger/releases/download/v0.7.16/rn-debugger-macos-x64.zip",
"name": "v0.7.16",
"https://github.com/jhen0409/react-native-debugger/releases/download/v0.7.17/rn-debugger-macos-x64.zip",
"name": "v0.7.17",
"notes":
"1. Check if Delta Bundler available, it is fix for RN v0.50 and v0.51\n2. Fix Blob error for use fetch if Network Inspect enabled"
"1. Send `callFunctionReturnFlushedQueue` event after waiting application script executed, this is fix for RN 0.45\n2. Toggle network inspect after define support var on patchFetchPolyfill, this is follow up work of Blob error fix for RN 0.54"
}
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.16",
"version": "0.7.17",
"productName": "React Native Debugger",
"description":
"The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
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.16",
"version": "0.7.17",
"productName": "React Native Debugger In Dev",
"description":
"The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
Expand Down

0 comments on commit 9774598

Please sign in to comment.