Skip to content

Commit

Permalink
[menu-bar] Bump version to 1.0.3 (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel committed Jan 29, 2024
1 parent ca03054 commit 79fd34c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,10 +7,21 @@
### 🎉 New features

- Add support for launching Expo updates. ([#134](https://github.com/expo/orbit/pull/134), [#137](https://github.com/expo/orbit/pull/137), [#138](https://github.com/expo/orbit/pull/138), [#144](https://github.com/expo/orbit/pull/144), [#148](https://github.com/expo/orbit/pull/148) by [@gabrieldonadel](https://github.com/gabrieldonadel))

### 🐛 Bug fixes

### 💡 Others

## 1.0.3 — 2024-01-29

### 🎉 New features

- Add support for Snack EAS Update URLs to support SDK 50. ([#147](https://github.com/expo/orbit/pull/147) by [@bycedric](https://github.com/byCedric))

### 🐛 Bug fixes

- Fix download progress bar not updating correctly. ([#150](https://github.com/expo/orbit/pull/150), [#153](https://github.com/expo/orbit/pull/153) by [@gabrieldonadel](https://github.com/gabrieldonadel))

### 💡 Others

- Install the expo package and set up autolinking for macOS. ([#130](https://github.com/expo/orbit/pull/130) by [@tsapeta](https://github.com/tsapeta))
Expand Down
4 changes: 2 additions & 2 deletions apps/menu-bar/macos/ExpoMenuBar-macOS/Info.plist
Expand Up @@ -58,7 +58,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0.2</string>
<string>1.0.3</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -70,7 +70,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>17</string>
<string>20</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion apps/menu-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "orbit",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"scripts": {
"archive": "yarn update-cli && xcodebuild archive -workspace macos/ExpoMenuBar.xcworkspace -scheme ExpoMenuBar-macOS -destination 'generic/platform=macOS,name=Any Mac' -archivePath build/ExpoOrbit.xcarchive",
Expand Down

0 comments on commit 79fd34c

Please sign in to comment.