-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
30dd85e
commit 2b50598
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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-v1.0.4/expo-orbit-win32-x64.v1.0.4.zip" | ||
}, | ||
"linux-x64": { | ||
"url": "https://github.com/expo/orbit/releases/download/expo-orbit-v1.0.4/expo-orbit-linux-x64.v1.0.4.AppImage", | ||
"sha256": "50e30322cdc83c0af182fff773920d6e093eff7d4c22bf19bca5cbdf762ab1fb" | ||
} | ||
} | ||
} | ||
] | ||
} |