Skip to content

Commit 23f066e

Browse files
[menu-bar] Bump version to 2.0.4 (#268)
1 parent 4ae1036 commit 23f066e

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,21 @@
66

77
### 🎉 New features
88

9+
### 🐛 Bug fixes
10+
11+
### 💡 Others
12+
13+
## 2.0.4 — 2025-06-02
14+
15+
### 🎉 New features
16+
917
- Add support for displaying new project icons. ([#260](https://github.com/expo/orbit/pull/260) by [@Simek](https://github.com/Simek))
1018

1119
### 🐛 Bug fixes
1220

1321
- Fix cache check to return app path instead of directory. ([#266](https://github.com/expo/orbit/pull/266) by [@altaywtf](https://github.com/altaywtf))
1422
- [electron] Fix multi display popover position logic. ([#265](https://github.com/expo/orbit/pull/265) by [@gabrieldonadel](https://github.com/gabrieldonadel))
1523

16-
### 💡 Others
17-
1824
## 2.0.3 — 2025-05-16
1925

2026
### 🎉 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.3",
3+
"version": "2.0.4",
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.3</string>
61+
<string>2.0.4</string>
6262
<key>CFBundleURLTypes</key>
6363
<array>
6464
<dict>
@@ -70,7 +70,7 @@
7070
</dict>
7171
</array>
7272
<key>CFBundleVersion</key>
73-
<string>33</string>
73+
<string>34</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.3",
3+
"version": "2.0.4",
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)