Skip to content

Commit 2d05342

Browse files
committed
v0.11.4
1 parent c5fb7fb commit 2d05342

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

auto_update.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.11.3/rn-debugger-macos-x64.zip",
3-
"name": "v0.11.3",
4-
"notes": "1. Fix TouchBar items not shown\n2. Check module isn't null on lookupForRNModules\n3. ReactInspector: Fix layout update issue if backend try to reconnect"
2+
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.11.4/rn-debugger-macos-x64.zip",
3+
"name": "v0.11.4",
4+
"notes": "1. Update apollo-client-devtools to v2.3.1\n2. Update Electron to v8.5.0"
55
}

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.10.10/rn-debugger-macos-x64.zip",
3-
"name": "v0.10.10",
4-
"notes": "1. Fix TouchBar items not shown\n2. Check module isn't null on lookupForRNModules"
2+
"url": "https://github.com/jhen0409/react-native-debugger/releases/download/v0.10.11/rn-debugger-macos-x64.zip",
3+
"name": "v0.10.11",
4+
"notes": "1. Update apollo-client-devtools to v2.3.1\n2. Fix tests and glibc bug for Linux"
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.11.3",
3+
"version": "0.11.4",
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.11.3",
3+
"version": "0.11.4",
44
"productName": "React Native Debugger In Dev",
55
"description": "The standalone app for React Native Debugger, with React DevTools / Redux DevTools",
66
"main": "electron/main.js",

0 commit comments

Comments
 (0)