From 97745985a18b891ae53c9d726eae35911ddd496d Mon Sep 17 00:00:00 2001 From: Jhen Date: Sat, 17 Mar 2018 21:59:28 +0800 Subject: [PATCH] v0.7.17 --- auto_updater.json | 6 +++--- dist/package.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/auto_updater.json b/auto_updater.json index 51d71bbc..11ecfae1 100644 --- a/auto_updater.json +++ b/auto_updater.json @@ -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" } diff --git a/dist/package.json b/dist/package.json index 355eeeee..10ccf92d 100644 --- a/dist/package.json +++ b/dist/package.json @@ -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", diff --git a/package.json b/package.json index ebd563fa..9229a5b8 100644 --- a/package.json +++ b/package.json @@ -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",