Skip to content

Commit

Permalink
v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Nov 29, 2016
1 parent abdddd7 commit 6712af5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/worker/reduxAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 3 additions & 3 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.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"
}
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.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",
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.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",
Expand Down

0 comments on commit 6712af5

Please # to comment.