Skip to content

Commit 62cdda4

Browse files
[menu-bar] Bump version to 2.0.2 (#247)
1 parent ca49779 commit 62cdda4

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,27 @@
22

33
## Unpublished
44

5+
### 🛠 Breaking changes
6+
7+
### 🎉 New features
8+
9+
### 🐛 Bug fixes
10+
11+
### 💡 Others
12+
13+
## 2.0.2 — 2025-02-27
14+
515
### 🎉 New features
616

717
- [Windows] Add settings option to context menu. ([#233](https://github.com/expo/orbit/pull/233) by [@gabrieldonadel](https://github.com/gabrieldonadel))
818
- Add support for opening APK files from Explorer on Windows and Linux. ([#237](https://github.com/expo/orbit/pull/237) by [@gabrieldonadel](https://github.com/gabrieldonadel))
919
- Add support for opening projects directly in Expo Go through a deep link. ([#241](https://github.com/expo/orbit/pull/241) by [@gabrieldonadel](https://github.com/gabrieldonadel))
1020

11-
### 🐛 Bug fixes
12-
1321
### 💡 Others
1422

1523
- Upgrade `react-native-macos` to 0.76.6. ([#232](https://github.com/expo/orbit/pull/232) by [@gabrieldonadel](https://github.com/gabrieldonadel))
1624
- Add tracking simulator launches. ([#246](https://github.com/expo/orbit/pull/246) by [@gabrieldonadel](https://github.com/gabrieldonadel))
1725

18-
### 🛠 Breaking changes
19-
2026
## 2.0.1 — 2024-12-03
2127

2228
### 🎉 New features

apps/menu-bar/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expo-orbit",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"productName": "expo-orbit",
55
"description": "Accelerate your development workflow with one-click build launches and simulator management from your menu bar",
66
"license": "MIT",

apps/menu-bar/macos/ExpoMenuBar-macOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<key>CFBundlePackageType</key>
5959
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
6060
<key>CFBundleShortVersionString</key>
61-
<string>2.0.1</string>
61+
<string>2.0.2</string>
6262
<key>CFBundleURLTypes</key>
6363
<array>
6464
<dict>
@@ -70,7 +70,7 @@
7070
</dict>
7171
</array>
7272
<key>CFBundleVersion</key>
73-
<string>31</string>
73+
<string>32</string>
7474
<key>LSApplicationCategoryType</key>
7575
<string>public.app-category.developer-tools</string>
7676
<key>LSMinimumSystemVersion</key>

apps/menu-bar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orbit",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"private": true,
55
"scripts": {
66
"archive": "yarn update-cli && xcodebuild archive -workspace macos/ExpoMenuBar.xcworkspace -scheme ExpoMenuBar-macOS -destination 'generic/platform=macOS,name=Any Mac' -archivePath build/ExpoOrbit.xcarchive",

0 commit comments

Comments
 (0)