Skip to content

Commit

Permalink
[menu-bar] Bump version to 2.0.1 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel authored Dec 3, 2024
1 parent eb738e8 commit 7e46f8f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

### 🎉 New features

### 🐛 Bug fixes

### 💡 Others

### 🛠 Breaking changes

## 2.0.1 — 2024-12-03

### 🎉 New features

- Allow users to manually launch updates in Expo Go. ([#226](https://github.com/expo/orbit/pull/226) by [@gabrieldonadel](https://github.com/gabrieldonadel))
- [Linux] Add support for auto updates. ([#229](https://github.com/expo/orbit/pull/229) by [@gabrieldonadel](https://github.com/gabrieldonadel))

Expand All @@ -12,11 +22,7 @@
- [macOS] Fix `new NativeEventEmitter() requires a non-null argument` error when clicking "See all". ([#225](https://github.com/expo/orbit/pull/225) by [@gabrieldonadel](https://github.com/gabrieldonadel))
- [Linux] Add maintainer field to deb packages. ([#227](https://github.com/expo/orbit/pull/227) by [@gabrieldonadel](https://github.com/gabrieldonadel))

### 💡 Others

### 🛠 Breaking changes

## 2.0.0— 2024-11-22
## 2.0.0 — 2024-11-22

### 🎉 New features

Expand All @@ -30,7 +36,7 @@
- Upgrade `electron` to 33.2.0. ([#218](https://github.com/expo/orbit/pull/218) by [@gabrieldonadel](https://github.com/gabrieldonadel))
- Add github workflow to build for Windows and Linux. ([#221](https://github.com/expo/orbit/pull/221) by [@gabrieldonadel](https://github.com/gabrieldonadel))

## 1.2.1— 2024-11-05
## 1.2.1 — 2024-11-05

### 🐛 Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion apps/menu-bar/electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-orbit",
"version": "2.0.0",
"version": "2.0.1",
"productName": "expo-orbit",
"description": "Accelerate your development workflow with one-click build launches and simulator management from your menu bar",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions apps/menu-bar/macos/ExpoMenuBar-macOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<string>2.0.1</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -70,7 +70,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>30</string>
<string>31</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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orbit",
"version": "2.0.0",
"version": "2.0.1",
"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 7e46f8f

Please sign in to comment.