Skip to content

Commit

Permalink
Add electron updates JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel committed Feb 26, 2024
1 parent 30dd85e commit 2b50598
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions electron-updates.json
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"
}
}
}
]
}

0 comments on commit 2b50598

Please sign in to comment.