Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Jun 18, 2017
1 parent b4e703b commit 4467974
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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.7.0/rn-debugger-macos-x64.zip",
"name": "v0.7.0",
"notes": "1. Update react-devtools-core to v2.2.1, and change React Inspector default theme by detecting devtools theme\n2. Update electron to v1.7 (Chrome 56 -> 58)\n3. Add multiple debugger window support\n4. Add loading message on app startup"
}
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.7.1/rn-debugger-macos-x64.zip",
"name": "v0.7.1",
"notes": "1. Fix rndebugger-open can't automatically open window if app is running and no opened window\n2. Fix launchEditor of react-devtools doesn't work\n3. Upgrade react-devtools-core to v2.3.3"
}
4 changes: 2 additions & 2 deletions dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-debugger",
"version": "0.7.0",
"version": "0.7.1",
"productName": "React Native Debugger",
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
"main": "main.js",
Expand All @@ -15,4 +15,4 @@
"electron-store": "^1.1.0",
"react-devtools-core": "^2.3.3"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-debugger",
"version": "0.7.0",
"version": "0.7.1",
"productName": "React Native Debugger",
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
"main": "electron/main.js",
Expand Down Expand Up @@ -83,4 +83,4 @@
"remotedev-utils": "^0.1.3",
"ws": "^3.0.0"
}
}
}

0 comments on commit 4467974

Please sign in to comment.