Skip to content

chore: bump firebase version to latest #724

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ PODS:
- React
- RNGestureHandler (2.6.0):
- React-Core
- segment-analytics-react-native (2.9.1):
- segment-analytics-react-native (2.10.0):
- React-Core
- sovran-react-native
- segment-analytics-react-native-plugin-idfa (0.5.0):
Expand Down Expand Up @@ -478,7 +478,7 @@ SPEC CHECKSUMS:
RNCAsyncStorage: 0c357f3156fcb16c8589ede67cc036330b6698ca
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
RNGestureHandler: 920eb17f5b1e15dae6e5ed1904045f8f90e0b11e
segment-analytics-react-native: 36a0e668c91fe9dc35a31079493d504c45ebf8d8
segment-analytics-react-native: 64c117fa7c8e265ca4a3b170e396b88c34cd41e7
segment-analytics-react-native-plugin-idfa: 00f56afe6a185acad542caf00485fa0c35b53c47
sovran-react-native: fd3dc8f1a4b14acdc4ad25fc6b4ac4f52a2a2a15
Yoga: 0b84a956f7393ef1f37f3bb213c516184e4a689d
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/info.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const libraryInfo = {
name: '@segment/analytics-react-native',
version: '2.9.1',
version: '2.10.0',
};
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.3.3",
"version": "0.3.4",
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
"main": "lib/commonjs/index",
"scripts": {
Expand Down