Skip to content

Commit f6f49e7

Browse files
[menu-bar] Bump version to 1.1.1 (#195)
1 parent e7ad094 commit f6f49e7

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77
### 🎉 New features
88

9+
### 🐛 Bug fixes
10+
11+
### 💡 Others
12+
13+
## 1.1.1 — 2024-03-15
14+
15+
### 🎉 New features
16+
917
- 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))
1018

1119
### 🐛 Bug fixes

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