Skip to content

Commit

Permalink
Chore: prepare for manual releases (#1028)
Browse files Browse the repository at this point in the history
* chore: prepare for sovran manual release

* chore: prepare for firebase release
  • Loading branch information
alanjcharles authored Nov 13, 2024
1 parent c9c669f commit 6ffd96d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions examples/AnalyticsReactNativeExample/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ PODS:
- RNScreens (3.27.0):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- segment-analytics-react-native (2.19.5):
- segment-analytics-react-native (2.20.2):
- React-Core
- sovran-react-native
- SocketRocket (0.6.1)
Expand Down Expand Up @@ -752,12 +752,12 @@ SPEC CHECKSUMS:
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
RNGestureHandler: 32a01c29ecc9bb0b5bf7bc0a33547f61b4dc2741
RNScreens: 3c2d122f5e08c192e254c510b212306da97d2581
segment-analytics-react-native: 4bac3da03dd4a1eed178786b1d7025cd2c0ed6c9
segment-analytics-react-native: 53785e35d44a0643beffa40eada68a4cbdf7292e
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
sovran-react-native: 5f02bd2d111ffe226d00c7b0435290eae6f10934
Yoga: eddf2bbe4a896454c248a8f23b4355891eb720a6
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: 329f06ebb76294acf15c298d0af45530e2797740

COCOAPODS: 1.15.2
COCOAPODS: 1.11.3
4 changes: 2 additions & 2 deletions examples/E2E/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ PODS:
- RNScreens (3.27.0):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- segment-analytics-react-native (2.19.4):
- segment-analytics-react-native (2.20.2):
- React-Core
- sovran-react-native
- SocketRocket (0.6.1)
Expand Down Expand Up @@ -752,7 +752,7 @@ SPEC CHECKSUMS:
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
RNGestureHandler: 32a01c29ecc9bb0b5bf7bc0a33547f61b4dc2741
RNScreens: 3c2d122f5e08c192e254c510b212306da97d2581
segment-analytics-react-native: 49ce29a68e86b38c084f1ce07b0c128273d169f9
segment-analytics-react-native: 53785e35d44a0643beffa40eada68a4cbdf7292e
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
sovran-react-native: 5f02bd2d111ffe226d00c7b0435290eae6f10934
Yoga: eddf2bbe4a896454c248a8f23b4355891eb720a6
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin-firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-react-native-plugin-firebase",
"version": "0.4.2",
"version": "0.4.3",
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
"main": "lib/commonjs/index",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sovran/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/sovran-react-native",
"version": "1.1.2",
"version": "1.1.3",
"description": "A cross-platform state management system",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 6ffd96d

Please sign in to comment.