-
Notifications
You must be signed in to change notification settings - Fork 10
/
electron-updates.json
20 lines (20 loc) · 1.86 KB
/
electron-updates.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"title": "Orbit",
"link": "https://raw.githubusercontent.com/expo/orbit/main/electron-updates.json",
"versions": [
{
"version": "0.0.1",
"pub_date": "2023-02-26",
"release_notes": "<h3 id=\"-new-features\">\uD83C\uDF89 New features</h3> <ul> <li>Cache builds by default. (<a href=\"https://github.com/expo/orbit/pull/156\">#156</a> by <a href=\"https://github.com/gabrieldonadel\">@gabrieldonadel</a>)</li> <li>Improve fatal CLI error handling. (<a href=\"https://github.com/expo/orbit/pull/163\">#163</a>,<a href=\"https://github.com/expo/orbit/pull/166\">#166</a> by <a href=\"https://github.com/gabrieldonadel\">@gabrieldonadel</a>)</li> </ul> <h3 id=\"-bug-fixes\">\uD83D\uDC1B Bug fixes</h3> <ul> <li>Fixed listing devices on x64 machines. (<a href=\"https://github.com/expo/orbit/pull/164\">#164</a> by <a href=\"https://github.com/gabrieldonadel\">@gabrieldonadel</a>)</li> </ul> <h3 id=\"-others\">\uD83D\uDCA1 Others</h3> <ul> <li>Use Expo CLI instead of react-native community CLI. (<a href=\"https://github.com/expo/orbit/pull/155\">#155</a> by <a href=\"https://github.com/gabrieldonadel\">@gabrieldonadel</a>)</li> <li>Add basic telemetry. (<a href=\"https://github.com/expo/orbit/pull/168\">#168</a> by <a href=\"https://github.com/gabrieldonadel\">@gabrieldonadel</a>)</li> <li>Bump <code>[email protected]</code> to preview 2. (<a href=\"https://github.com/expo/orbit/pull/167\">#167</a> by <a href=\"https://github.com/byCedric\">@byCedric</a>)</li> </ul>",
"builds": {
"win32-x64": {
"url": "https://github.com/expo/orbit/releases/download/expo-orbit-v0.0.1/"
},
"linux-x64": {
"url": "https://github.com/expo/orbit/releases/download/expo-orbit-v0.0.1/expo-orbit-linux-x64.v0.0.1.AppImage",
"sha256": "50e30322cdc83c0af182fff773920d6e093eff7d4c22bf19bca5cbdf762ab1fb"
}
}
}
]
}