Skip to content

Commit

Permalink
[menu-bar] Bump react-native-macos to 0.76.6 and remove patch (#232)
Browse files Browse the repository at this point in the history
* [menu-bar] Bump react-native-macos to 0.76.6 and remove patch

* [menu-bar] Bump copyright year in Settigns screen

* Add changelog entry

* Update apps/menu-bar/src/windows/Settings.tsx

Co-authored-by: Alan Hughes <30924086+alanjhughes@users.noreply.github.com>

---------

Co-authored-by: Alan Hughes <30924086+alanjhughes@users.noreply.github.com>
gabrieldonadel and alanjhughes authored Dec 18, 2024
1 parent 4468381 commit c57bd0e
Showing 6 changed files with 392 additions and 383 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -8,6 +8,8 @@

### 💡 Others

- Upgrade `react-native-macos` to 0.76.6. ([#232](https://github.com/expo/orbit/pull/232) by [@gabrieldonadel](https://github.com/gabrieldonadel))

### 🛠 Breaking changes

## 2.0.1 — 2024-12-03
540 changes: 270 additions & 270 deletions apps/menu-bar/macos/Podfile.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/menu-bar/package.json
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.1",
"react-native-macos": "0.76.0",
"react-native-macos": "0.76.6",
"react-native-mmkv": "^2.10.2",
"react-native-svg": "15.9.0",
"react-native-url-polyfill": "^2.0.0",
2 changes: 1 addition & 1 deletion apps/menu-bar/src/windows/Settings.tsx
Original file line number Diff line number Diff line change
@@ -340,7 +340,7 @@ const Settings = () => {
}`}
</Text>
<Text color="secondary" size="tiny" align="center">
Copyright 650 Industries Inc, 2023
Copyright 650 Industries Inc, {new Date().getFullYear()}
</Text>
<TouchableOpacity
onPress={() => WindowsNavigator.open('DebugMenu')}
13 changes: 0 additions & 13 deletions patches/react-native-macos+0.76.0.patch

This file was deleted.

216 changes: 118 additions & 98 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit c57bd0e

Please sign in to comment.