diff --git a/CHANGELOG.md b/CHANGELOG.md index 58050e37..93417cfb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) 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)) diff --git a/apps/menu-bar/macos/ExpoMenuBar-macOS/Info.plist b/apps/menu-bar/macos/ExpoMenuBar-macOS/Info.plist index 5ababf7a..9e317156 100644 --- a/apps/menu-bar/macos/ExpoMenuBar-macOS/Info.plist +++ b/apps/menu-bar/macos/ExpoMenuBar-macOS/Info.plist @@ -58,7 +58,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.0.2 + 1.0.3 CFBundleURLTypes @@ -70,7 +70,7 @@ CFBundleVersion - 17 + 19 LSApplicationCategoryType public.app-category.developer-tools LSMinimumSystemVersion diff --git a/apps/menu-bar/package.json b/apps/menu-bar/package.json index 8cba52e6..98c15319 100644 --- a/apps/menu-bar/package.json +++ b/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",