Skip to content

Commit c5e1b38

Browse files
[menu-bar] Bump version to 1.2.0 (#213)
1 parent 5e10753 commit c5e1b38

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,29 @@
22

33
## Unpublished
44

5+
### 🎉 New features
6+
7+
- Add experimental support for Windows and Linux. ([#152](https://github.com/expo/orbit/pull/152), [#157](https://github.com/expo/orbit/pull/157), [#158](https://github.com/expo/orbit/pull/158), [#160](https://github.com/expo/orbit/pull/160), [#161](https://github.com/expo/orbit/pull/161), [#165](https://github.com/expo/orbit/pull/165), [#170](https://github.com/expo/orbit/pull/170), [#171](https://github.com/expo/orbit/pull/171), [#172](https://github.com/expo/orbit/pull/172), [#173](https://github.com/expo/orbit/pull/173), [#174](https://github.com/expo/orbit/pull/174), [#175](https://github.com/expo/orbit/pull/175), [#177](https://github.com/expo/orbit/pull/177), [#178](https://github.com/expo/orbit/pull/178), [#180](https://github.com/expo/orbit/pull/180), [#181](https://github.com/expo/orbit/pull/181), [#182](https://github.com/expo/orbit/pull/182), [#185](https://github.com/expo/orbit/pull/185), [#191](https://github.com/expo/orbit/pull/191) by [@gabrieldonadel](https://github.com/gabrieldonadel))
8+
9+
### 🐛 Bug fixes
10+
511
### 🛠 Breaking changes
612

13+
## 1.2.0 — 2024-11-05
14+
715
### 🎉 New features
816

9-
- Add experimental support for Windows and Linux. ([#152](https://github.com/expo/orbit/pull/152), [#157](https://github.com/expo/orbit/pull/157), [#158](https://github.com/expo/orbit/pull/158), [#160](https://github.com/expo/orbit/pull/160), [#161](https://github.com/expo/orbit/pull/161), [#165](https://github.com/expo/orbit/pull/165), [#170](https://github.com/expo/orbit/pull/170), [#171](https://github.com/expo/orbit/pull/171), [#172](https://github.com/expo/orbit/pull/172), [#173](https://github.com/expo/orbit/pull/173), [#174](https://github.com/expo/orbit/pull/174), [#175](https://github.com/expo/orbit/pull/175), [#177](https://github.com/expo/orbit/pull/177), [#178](https://github.com/expo/orbit/pull/178), [#180](https://github.com/expo/orbit/pull/180), [#181](https://github.com/expo/orbit/pull/181), [#182](https://github.com/expo/orbit/pull/182), [#185](https://github.com/expo/orbit/pull/185), [#191](https://github.com/expo/orbit/pull/191) by [@gabrieldonadel](https://github.com/gabrieldonadel))
1017
- Automatically select the correct iOS device depending on app type. ([#200](https://github.com/expo/orbit/pull/200) by [@gabrieldonadel](https://github.com/gabrieldonadel))
1118
- Add support for self-signed certificates. ([#208](https://github.com/expo/orbit/pull/208) by [@gabrieldonadel](https://github.com/gabrieldonadel))
1219

13-
### 🐛 Bug fixes
14-
1520
### 💡 Others
1621

1722
- Update devices order to show physical devices first. ([#197](https://github.com/expo/orbit/pull/197) by [@gabrieldonadel](https://github.com/gabrieldonadel))
1823
- Improve listing connected Apple devices over Wi-Fi. ([#199](https://github.com/expo/orbit/pull/199) by [@gabrieldonadel](https://github.com/gabrieldonadel))
1924
- Upgrade `react-native` to 0.75.2. ([#203](https://github.com/expo/orbit/pull/203), [#209](https://github.com/expo/orbit/pull/209), by [@gabrieldonadel](https://github.com/gabrieldonadel))
2025
- Upgrade to `expo` SDK 51. ([#204](https://github.com/expo/orbit/pull/204), [#212](https://github.com/expo/orbit/pull/212) by [@gabrieldonadel](https://github.com/gabrieldonadel))
2126
- Upgrade `react-native-svg` to 15.2.0. ([#204](https://github.com/expo/orbit/pull/204) by [@gabrieldonadel](https://github.com/gabrieldonadel))
27+
- Add debug logs to debug menu. ([#211](https://github.com/expo/orbit/pull/211) by [@gabrieldonadel](https://github.com/gabrieldonadel))
2228

2329
## 1.1.1 — 2024-03-15
2430

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>1.1.1</string>
61+
<string>1.2.0</string>
6262
<key>CFBundleURLTypes</key>
6363
<array>
6464
<dict>
@@ -70,7 +70,7 @@
7070
</dict>
7171
</array>
7272
<key>CFBundleVersion</key>
73-
<string>26</string>
73+
<string>28</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": "1.1.1",
3+
"version": "1.2.0",
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)