Skip to content

Commit

Permalink
[menu-bar] Bump version to 1.0.1 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel committed Dec 1, 2023
1 parent b1e2e87 commit 01bf205
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,16 @@

### 🎉 New features

### 🐛 Bug fixes

### 🛠 Breaking changes

### 💡 Others

## 1.0.1 — 2023-12-01

### 🎉 New features

- Automatically open popover when the user tries to reopen the app from the Dock or Spotlight. ([#109](https://github.com/expo/orbit/pull/109) by [@gabrieldonadel](https://github.com/gabrieldonadel))

### 🐛 Bug fixes
Expand All @@ -14,8 +24,6 @@
- Fix onboarding command check loading status. ([#110](https://github.com/expo/orbit/pull/110) by [@gabrieldonadel](https://github.com/gabrieldonadel))
- Fix undismissable Alerts. ([#112](https://github.com/expo/orbit/pull/112) by [@gabrieldonadel](https://github.com/gabrieldonadel))

### 💡 Others

## 1.0.0 — 2023-11-14

### 🎉 New features
Expand Down
4 changes: 2 additions & 2 deletions apps/menu-bar/macos/ExpoMenuBar-macOS/Info.plist
Expand Up @@ -58,7 +58,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -70,7 +70,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>12</string>
<string>14</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSUIElement</key>
Expand Down
2 changes: 1 addition & 1 deletion apps/menu-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "orbit",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit 01bf205

Please sign in to comment.