Skip to content

Commit 6712af5

Browse files
committed
v0.5.5
1 parent abdddd7 commit 6712af5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

app/worker/reduxAPI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function configureStore(next, subscriber, options) {
1919
return instrument(subscriber, options)(next);
2020
}
2121

22-
const instances = { /* id, name, store */ };
22+
const instances = { /* [id]: { name, store, ... } */ };
2323

2424
let lastAction;
2525
let isExcess;

auto_updater.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.5.4/rn-debugger-darwin-x64.zip",
3-
"name": "v0.5.4",
4-
"notes": "1. Upgrade remotedev-app to v0.10.1\n2. Support more options for compatible redux-devtools-extension API\n3. Fix export button"
2+
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.5.5/rn-debugger-darwin-x64.zip",
3+
"name": "v0.5.5",
4+
"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"
55
}

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-debugger",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"productName": "React Native Debugger",
55
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
66
"main": "main.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-debugger",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"productName": "React Native Debugger",
55
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
66
"main": "electron/main.js",

0 commit comments

Comments
 (0)