Skip to content

Commit

Permalink
[go] upgrade @react-native-segmented-control/segmented-control to 2.4…
Browse files Browse the repository at this point in the history
….1 (expo#22911)

# Why

Upgraded vendored module segmented-control to v2.4.1

# How

Ran `et uvm -m @react-native-segmented-control/segmented-control`

# Test Plan
Ran NCL visual tests against local unversioned Expo Go build for iOS/
Android.

There were no actual code changes for 2.4.1, just [dev dependency
version bumps and
such](https://github.com/react-native-segmented-control/segmented-control/releases/tag/v2.4.1).

# Checklist

<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->

- [x] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [x] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [x] This diff will work correctly for `npx expo prebuild` & EAS Build
(eg: updated a module plugin).
  • Loading branch information
keith-kurak authored Jun 19, 2023
1 parent f29d394 commit 9442936
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion apps/bare-expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@react-native-community/slider": "4.4.2",
"@react-native-masked-view/masked-view": "0.2.9",
"@react-native-picker/picker": "2.4.10",
"@react-native-segmented-control/segmented-control": "2.4.0",
"@react-native-segmented-control/segmented-control": "2.4.1",
"@shopify/flash-list": "1.4.3",
"expo": "~49.0.0-alpha.1",
"expo-camera": "~13.4.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/native-component-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@react-native-community/slider": "4.4.2",
"@react-native-masked-view/masked-view": "0.2.9",
"@react-native-picker/picker": "2.4.10",
"@react-native-segmented-control/segmented-control": "2.4.0",
"@react-native-segmented-control/segmented-control": "2.4.1",
"@react-navigation/bottom-tabs": "~6.4.0",
"@react-navigation/drawer": "6.5.0",
"@react-navigation/elements": "~1.3.6",
Expand Down
8 changes: 3 additions & 5 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1505,14 +1505,12 @@ PODS:
- ExpoModulesCore (1.4.0):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- React-NativeModulesApple
- React-RCTAppDelegate
- ReactCommon/turbomodule/core
- ExpoModulesCore/Tests (1.4.0):
- ExpoModulesTestCore
- RCT-Folly (= 2021.07.22.00)
- React-Core
- React-NativeModulesApple
- React-RCTAppDelegate
- ReactCommon/turbomodule/core
- ExpoModulesTestCore (0.11.2):
Expand Down Expand Up @@ -2087,7 +2085,7 @@ PODS:
- RCTTypeSafety
- React-Core
- ReactCommon/turbomodule/core
- react-native-segmented-control (2.4.0):
- react-native-segmented-control (2.4.1):
- React-Core
- react-native-skia (0.1.193):
- React
Expand Down Expand Up @@ -3672,7 +3670,7 @@ SPEC CHECKSUMS:
ExpoLocalAuthentication: bd9d9037a96a11ccc456e327ddb404df02da10ca
ExpoLocalization: c1201ba5cfcfb187972138e58c07cc708c5399db
ExpoMailComposer: b9a4871714550d5b4e26d1873f0572e350c86478
ExpoModulesCore: fb49cd12163cbd5aa5d6288f9533715e8661c8c6
ExpoModulesCore: cb548802133d6fdeb1d068aed983a233f61d2b76
ExpoModulesTestCore: 42fce831c9601dcfaba09fe7a03dfe99e25754a4
ExpoNetwork: ef59bebcdbeb6ea188157a8fc88e9ceafbff1f89
ExpoPrint: 92311a7545d66959c6f3884e085bf336ba6c7c48
Expand Down Expand Up @@ -3754,7 +3752,7 @@ SPEC CHECKSUMS:
react-native-netinfo: ccbe1085dffd16592791d550189772e13bf479e2
react-native-pager-view: 0ccb8bf60e2ebd38b1f3669fa3650ecce81db2df
react-native-safe-area-context: b8979f5eda6ed5903d4dbc885be3846ea3daa753
react-native-segmented-control: 06607462630512ff8eef652ec560e6235a30cc3e
react-native-segmented-control: 0e4b5d93911e2234f110057df2b41738b326ab3e
react-native-skia: d770660c767ab137636bd30bf18a1b70a18055c8
react-native-slider: 33b8d190b59d4f67a541061bb91775d53d617d9d
react-native-webview: b8ec89966713985111a14d6e4bf98d8b54bced0d
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-segmented-control",
"version": "2.4.0",
"version": "2.4.1",
"summary": "React Native SegmentedControlIOS library",
"license": "MIT",
"authors": "M.Haris Baig",
Expand All @@ -10,7 +10,7 @@
},
"source": {
"git": "https://github.com/react-native-segmented-control/segmented-control.git",
"tag": "2.4.0"
"tag": "2.4.1"
},
"source_files": "ios/**/*.{h,m}",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/expo/bundledNativeModules.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@react-native-community/slider": "4.4.2",
"@react-native-community/viewpager": "5.0.11",
"@react-native-picker/picker": "2.4.10",
"@react-native-segmented-control/segmented-control": "2.4.0",
"@react-native-segmented-control/segmented-control": "2.4.1",
"@stripe/stripe-react-native": "0.27.2",
"expo-analytics-amplitude": "~11.3.0",
"expo-app-auth": "~11.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3323,10 +3323,10 @@
resolved "https://registry.yarnpkg.com/@react-native-picker/picker/-/picker-2.4.10.tgz#339c7bfc6e1d9a5e934122eaaa7767dc1c5fb725"
integrity sha512-EvAlHmPEPOwvbP6Pjg/gtDV3XJzIjIxr10fXFNlX5r9HeHw582G1Zt2o8FLyB718nOttgj8HYUTGxvhu4N65sQ==

"@react-native-segmented-control/[email protected].0":
version "2.4.0"
resolved "https://registry.yarnpkg.com/@react-native-segmented-control/segmented-control/-/segmented-control-2.4.0.tgz#0a88f22ad2c0fe07ecc002ee1e5d62c55a3dd0ae"
integrity sha512-2s1AaT6xk/Do5s6u7ioCXucqesAt02NQlLKBOM28dJWI7PTH9o89x6AwsGHIeMkTe4nQ6iENiJKzO7Y3SGG9Ew==
"@react-native-segmented-control/[email protected].1":
version "2.4.1"
resolved "https://registry.yarnpkg.com/@react-native-segmented-control/segmented-control/-/segmented-control-2.4.1.tgz#ea612c8b12bfea7712c7ea456b7b98dfc6748485"
integrity sha512-c8Q7TP14CD6vJ38VO5SWoIcxfwLPIz/4zRKJnJOJ0xKkMxkrUu089m86Y0dSvo+T3c1NQyvBFRtKWrPqbqG6tg==

"@react-native/assets-registry@^0.72.0":
version "0.72.0"
Expand Down

0 comments on commit 9442936

Please sign in to comment.