From 6712af51d00e1475854573ee1dfb8d65c1be4fe6 Mon Sep 17 00:00:00 2001 From: Jhen Date: Tue, 29 Nov 2016 16:19:04 +0800 Subject: [PATCH] v0.5.5 --- app/worker/reduxAPI.js | 2 +- auto_updater.json | 6 +++--- dist/package.json | 2 +- package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/worker/reduxAPI.js b/app/worker/reduxAPI.js index 6a42dfec..06f0145d 100644 --- a/app/worker/reduxAPI.js +++ b/app/worker/reduxAPI.js @@ -19,7 +19,7 @@ function configureStore(next, subscriber, options) { return instrument(subscriber, options)(next); } -const instances = { /* id, name, store */ }; +const instances = { /* [id]: { name, store, ... } */ }; let lastAction; let isExcess; diff --git a/auto_updater.json b/auto_updater.json index ced03901..2b4e803c 100644 --- a/auto_updater.json +++ b/auto_updater.json @@ -1,5 +1,5 @@ { - "url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.5.4/rn-debugger-darwin-x64.zip", - "name": "v0.5.4", - "notes": "1. Upgrade remotedev-app to v0.10.1\n2. Support more options for compatible redux-devtools-extension API\n3. Fix export button" + "url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.5.5/rn-debugger-darwin-x64.zip", + "name": "v0.5.5", + "notes": "1. Fix `forward slash` key listen for typing on Dispatcher input\n2. Fix filters not work if filter more than two actions for reduxAPI" } \ No newline at end of file diff --git a/dist/package.json b/dist/package.json index 04920e10..5d32e8c8 100644 --- a/dist/package.json +++ b/dist/package.json @@ -1,6 +1,6 @@ { "name": "react-native-debugger", - "version": "0.5.4", + "version": "0.5.5", "productName": "React Native Debugger", "description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools", "main": "main.js", diff --git a/package.json b/package.json index 7853bcc5..121ea46c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-debugger", - "version": "0.5.4", + "version": "0.5.5", "productName": "React Native Debugger", "description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools", "main": "electron/main.js",