diff --git a/lerna.json b/lerna.json index e1351472..bf75c6fa 100644 --- a/lerna.json +++ b/lerna.json @@ -16,5 +16,5 @@ ] } }, - "version": "6.0.4" + "version": "6.1.0" } diff --git a/packages/admob/package.json b/packages/admob/package.json index 4ea56402..fdaf354f 100644 --- a/packages/admob/package.json +++ b/packages/admob/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/admob", - "version": "6.0.4", + "version": "6.1.0", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Google AdMob is an easy way to monetize mobile apps with targeted, in-app advertising.", "main": "lib/index.js", diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 1ccc19f5..4a311bb3 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/analytics", - "version": "6.0.4", + "version": "6.1.0", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - The analytics module provides out of the box support with Google Analytics for Firebase. Integration with the Android & iOS allows for in-depth analytical insight reporting, such as device information, location, user actions and more.", "main": "lib/index.js", diff --git a/packages/app-types/package.json b/packages/app-types/package.json index 13f63b99..966b7021 100644 --- a/packages/app-types/package.json +++ b/packages/app-types/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/app-types", - "version": "6.0.4", + "version": "6.1.0", "author": "Invertase (http://invertase.io)", "description": "@react-native-firebase/app-types", "files": [ diff --git a/packages/app/package.json b/packages/app/package.json index 239ef105..84eafc11 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/app", - "version": "6.0.4", + "version": "6.1.0", "author": "Invertase (http://invertase.io)", "description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Storage and more.", "main": "lib/index.js", @@ -53,7 +53,7 @@ "react-native": "*" }, "dependencies": { - "@react-native-firebase/app-types": "6.0.4", + "@react-native-firebase/app-types": "6.1.0", "opencollective-postinstall": "^2.0.1", "superstruct": "^0.6.2" }, diff --git a/packages/auth/package.json b/packages/auth/package.json index 3b9898e4..051dfd42 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/auth", - "version": "6.0.4", + "version": "6.1.0", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - The authentication module provides an easy-to-use API to integrate an authentication workflow into new and existing applications. React Native Firebase provides access to all Firebase authentication methods and identity providers.", "main": "lib/index.js", diff --git a/packages/crashlytics/package.json b/packages/crashlytics/package.json index 8a6adb93..9fd91499 100644 --- a/packages/crashlytics/package.json +++ b/packages/crashlytics/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/crashlytics", - "version": "6.0.4", + "version": "6.1.0", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Firebase Crashlytics is a lightweight, realtime crash reporter that helps you track, prioritize, and fix stability issues that erode your app quality. React Native Firebase provides automatic crash reporting for both native and JavaScript errors, including unhandled promise rejections.", "main": "lib/index.js", diff --git a/packages/database/package.json b/packages/database/package.json index 4d297587..80f6bf8d 100644 --- a/packages/database/package.json +++ b/packages/database/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/database", - "version": "6.0.4", + "version": "6.1.0", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - The Firebase Realtime Database is a cloud-hosted database. Data is stored as JSON and synchronized in realtime to every connected client. React Native Firebase provides native integration with the Android & iOS Firebase SDKs, supporting both realtime data sync and offline capabilities.", "main": "lib/index.js", diff --git a/packages/dynamic-links/package.json b/packages/dynamic-links/package.json index dde8ff90..e9a38080 100644 --- a/packages/dynamic-links/package.json +++ b/packages/dynamic-links/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/dynamic-links", - "version": "6.0.4", + "version": "6.1.0", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Dynamic Links", "main": "lib/index.js", diff --git a/packages/firestore/package.json b/packages/firestore/package.json index 5491c828..df74163a 100644 --- a/packages/firestore/package.json +++ b/packages/firestore/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/firestore", - "version": "6.0.4", + "version": "6.1.0", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Cloud Firestore is a NoSQL cloud database to store and sync data between your React Native application and Firebase's database. The API matches the Firebase Web SDK whilst taking advantage of the native SDKs performance and offline capabilities.", "main": "lib/index.js", diff --git a/packages/functions/package.json b/packages/functions/package.json index f233f87d..d48883dc 100644 --- a/packages/functions/package.json +++ b/packages/functions/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/functions", - "version": "6.0.4", + "version": "6.1.0", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Cloud Functions for Firebase lets you automatically run backend code in response to events triggered by Firebase features and HTTPS requests. React Native Firebase supports integration with production and locally emulated Cloud Functions with a simple API interface.\n\n", "main": "lib/index.js", diff --git a/packages/iid/package.json b/packages/iid/package.json index a750a2c9..67afcc18 100644 --- a/packages/iid/package.json +++ b/packages/iid/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/iid", - "version": "6.0.4", + "version": "6.1.0", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Firebase Instance ID provides a unique identifier for each instance of your app and a mechanism to authenticate and authorize actions for it (for example: sending FCM messages).", "main": "lib/index.js", diff --git a/packages/in-app-messaging/package.json b/packages/in-app-messaging/package.json index a4237e22..e000b225 100644 --- a/packages/in-app-messaging/package.json +++ b/packages/in-app-messaging/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/in-app-messaging", - "version": "6.0.4", + "version": "6.1.0", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Firebase In-App Messaging helps you engage your app's active users by sending them targeted, contextual messages that encourage them to use key app features. React Native Firebase provides support for both native Android & iOS integration with a simple JavaScript API.", "main": "lib/index.js", diff --git a/packages/indexing/package.json b/packages/indexing/package.json index 42d4b834..c1434f3c 100644 --- a/packages/indexing/package.json +++ b/packages/indexing/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/indexing", - "version": "6.0.4", + "version": "6.1.0", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - App Indexing", "main": "lib/index.js", diff --git a/packages/messaging/package.json b/packages/messaging/package.json index 82d4e0eb..ded57476 100644 --- a/packages/messaging/package.json +++ b/packages/messaging/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/messaging", - "version": "6.0.4", + "version": "6.1.0", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - React Native Firebase provides native integration of Firebase Cloud Messaging (FCM) for both Android & iOS. FCM is a cost free service, allowing for server-device and device-device communication. The React Native Firebase Messaging module provides a simple JavaScript API to interact with FCM.", "main": "lib/index.js", diff --git a/packages/ml-natural-language/package.json b/packages/ml-natural-language/package.json index 6c6b001a..04c6e757 100644 --- a/packages/ml-natural-language/package.json +++ b/packages/ml-natural-language/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/ml-natural-language", - "version": "6.0.4", + "version": "6.1.0", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Firebase ML Kit brings the power of machine learning to your React Native application, supporting both Android & iOS.", "main": "lib/index.js", diff --git a/packages/ml-vision/package.json b/packages/ml-vision/package.json index 0caeb4be..929d0c9e 100644 --- a/packages/ml-vision/package.json +++ b/packages/ml-vision/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/ml-vision", - "version": "6.0.4", + "version": "6.1.0", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Firebase ML Kit brings the power of machine learning vision to your React Native application, supporting both Android & iOS.", "main": "lib/index.js", diff --git a/packages/perf/package.json b/packages/perf/package.json index a7b94a88..a781c0a8 100644 --- a/packages/perf/package.json +++ b/packages/perf/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/perf", - "version": "6.0.4", + "version": "6.1.0", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - React Native Firebase provides native integration with Performance Monitoring to gain insight into key performance characteristics within your React Native application.", "main": "lib/index.js", diff --git a/packages/remote-config/package.json b/packages/remote-config/package.json index cafd7179..dbe932e4 100644 --- a/packages/remote-config/package.json +++ b/packages/remote-config/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/remote-config", - "version": "6.0.4", + "version": "6.1.0", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - React Native Firebase provides native integration with Remote Config, allowing you to change the appearance and/or functionality of your app without requiring an app update.", "main": "lib/index.js", diff --git a/packages/storage/package.json b/packages/storage/package.json index 8b674ddf..c406bee8 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/storage", - "version": "6.0.4", + "version": "6.1.0", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - React Native Firebase provides native integration with Cloud Storage, providing support to upload and download files directly from your device and from your Firebase Cloud Storage bucket.", "main": "lib/index.js", diff --git a/packages/template/package.json b/packages/template/package.json index ad6ab916..f35a9a6b 100644 --- a/packages/template/package.json +++ b/packages/template/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/template", - "version": "6.0.4", + "version": "6.1.0", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Template", "scripts": { diff --git a/packages/template/project/package.json b/packages/template/project/package.json index 868bd4bb..0865e87a 100644 --- a/packages/template/project/package.json +++ b/packages/template/project/package.json @@ -1,6 +1,6 @@ { "name": "HelloWorld", - "version": "6.0.4", + "version": "6.1.0", "private": true, "scripts": { "start": "react-native start", @@ -11,7 +11,7 @@ "prepare": "patch-package" }, "dependencies": { - "@react-native-firebase/app": "6.0.4", + "@react-native-firebase/app": "6.1.0", "react": "16.9.0", "react-native": "0.61.5" }, diff --git a/tests/ios/Podfile.lock b/tests/ios/Podfile.lock index a8372948..f1b68260 100644 --- a/tests/ios/Podfile.lock +++ b/tests/ios/Podfile.lock @@ -536,64 +536,64 @@ PODS: - React-Core (= 0.60.5) - React-RCTWebSocket (0.60.5): - React-Core (= 0.60.5) - - RNFBAdMob (6.0.4): + - RNFBAdMob (6.1.0): - Firebase/AdMob (~> 6.13.0) - Firebase/Analytics (~> 6.13.0) - Firebase/Core (~> 6.13.0) - PersonalizedAdConsent - React - RNFBApp - - RNFBAnalytics (6.0.4): + - RNFBAnalytics (6.1.0): - Firebase/Core (~> 6.13.0) - React - RNFBApp - - RNFBApp (6.0.4): + - RNFBApp (6.1.0): - Firebase/Core (~> 6.13.0) - React - - RNFBAuth (6.0.4): + - RNFBAuth (6.1.0): - Firebase/Auth (~> 6.13.0) - Firebase/Core (~> 6.13.0) - React - RNFBApp - - RNFBCrashlytics (6.0.4): + - RNFBCrashlytics (6.1.0): - Crashlytics (~> 3.12.0) - Fabric (~> 1.9.0) - Firebase/Core (~> 6.13.0) - React - RNFBApp - - RNFBDatabase (6.0.4): + - RNFBDatabase (6.1.0): - Firebase/Core (~> 6.13.0) - Firebase/Database (~> 6.13.0) - React - RNFBApp - - RNFBDynamicLinks (6.0.4): + - RNFBDynamicLinks (6.1.0): - Firebase/Core (~> 6.13.0) - Firebase/DynamicLinks (~> 6.13.0) - React - RNFBApp - - RNFBFirestore (6.0.4): + - RNFBFirestore (6.1.0): - Firebase/Core (~> 6.13.0) - Firebase/Firestore (~> 6.13.0) - React - RNFBApp - - RNFBFunctions (6.0.4): + - RNFBFunctions (6.1.0): - Firebase/Functions (~> 6.13.0) - React - RNFBApp - - RNFBIid (6.0.4): + - RNFBIid (6.1.0): - Firebase/Core (~> 6.13.0) - React - RNFBApp - - RNFBInAppMessaging (6.0.4): + - RNFBInAppMessaging (6.1.0): - Firebase/Core (~> 6.13.0) - Firebase/InAppMessagingDisplay (~> 6.13.0) - React - RNFBApp - - RNFBMessaging (6.0.4): + - RNFBMessaging (6.1.0): - Firebase/Messaging (~> 6.13.0) - React - RNFBApp - - RNFBMLNaturalLanguage (6.0.4): + - RNFBMLNaturalLanguage (6.1.0): - Firebase/Core (~> 6.13.0) - Firebase/MLCommon (~> 6.13.0) - Firebase/MLNaturalLanguage (~> 6.13.0) @@ -601,7 +601,7 @@ PODS: - Firebase/MLNLSmartReply (~> 6.13.0) - React - RNFBApp - - RNFBMLVision (6.0.4): + - RNFBMLVision (6.1.0): - Firebase/Core (~> 6.13.0) - Firebase/MLVision (~> 6.13.0) - Firebase/MLVisionBarcodeModel (~> 6.13.0) @@ -610,17 +610,17 @@ PODS: - Firebase/MLVisionTextModel (~> 6.13.0) - React - RNFBApp - - RNFBPerf (6.0.4): + - RNFBPerf (6.1.0): - Firebase/Core (~> 6.13.0) - Firebase/Performance (~> 6.13.0) - React - RNFBApp - - RNFBRemoteConfig (6.0.4): + - RNFBRemoteConfig (6.1.0): - Firebase/Core (~> 6.13.0) - Firebase/RemoteConfig (~> 6.13.0) - React - RNFBApp - - RNFBStorage (6.0.4): + - RNFBStorage (6.1.0): - Firebase/Core (~> 6.13.0) - Firebase/Storage (~> 6.13.0) - React @@ -869,23 +869,23 @@ SPEC CHECKSUMS: React-RCTText: b074d89033583d4f2eb5faf7ea2db3a13c7553a2 React-RCTVibration: 2105b2e0e2b66a6408fc69a46c8a7fb5b2fdade0 React-RCTWebSocket: cd932a16b7214898b6b7f788c8bddb3637246ac4 - RNFBAdMob: 1188f2af1616600b5adc3c0830dacd00d9f593dc - RNFBAnalytics: fbf1edf61b3ce370a55a7079b8dec01c2f5aaf66 - RNFBApp: 84d8dd590f4c154762f5b5d56a9c990f67064d59 - RNFBAuth: 1c37345c507be8082ebfd42e5669ed370efe78d9 - RNFBCrashlytics: f464a144edc8aa270c8eb3c2ae613dfec14cf179 - RNFBDatabase: 15adcff03ae3f245620447d7fe057aa40461f520 - RNFBDynamicLinks: 4feecc96e0855f439e4ba0dd8ac9b31b9d956da7 - RNFBFirestore: 9358b9867c5ea46666bbf5ba28f6440de0e5a132 - RNFBFunctions: 9bfcd470e690ceb2c2440803250f63f576fc1469 - RNFBIid: ab80ab5645b47d07e78c77b0e92e76ad5f9822f9 - RNFBInAppMessaging: 16518fe3f60c3dabdb67b38f8ff78f9dd436c663 - RNFBMessaging: dbf774ef2d27a0c018ff99c2e996a88e508d0e9f - RNFBMLNaturalLanguage: 250539d9747dbd9dee9f70b7c8e7ac62f266caaf - RNFBMLVision: a5dc2b8bb1485ed361a529b61f7fc0e8263d7ecb - RNFBPerf: e4857537fd3a850dc71afecd82b6563da067b997 - RNFBRemoteConfig: 84f790f028503c4a5cb7495c0e68b06aa1e3e64e - RNFBStorage: a4407bd990195a6a8c4b877abd275c73528b846a + RNFBAdMob: f1d69d2076040c98f03fb180cca24e7bda818ca2 + RNFBAnalytics: 525439ff61630432b5c62f0b3534bd4ccd662355 + RNFBApp: edeadb99669dd39f9d7f8f7f68d420fda4d8b7d8 + RNFBAuth: ed3f9103bada30d38bf7e3a7e1431e69eca0e314 + RNFBCrashlytics: ba2007fd3e5c526ea3687d1035b17a06b290b7ce + RNFBDatabase: ea3ddca0ea9b90c5b06ef1e7929808c78912b6a8 + RNFBDynamicLinks: 64b1d2cb6b49ccc032ca3846da54bb1f38304f2c + RNFBFirestore: bd3644bd512cc6f78e13d34ea13e7e642ac3c1b2 + RNFBFunctions: 6ad5140c64f51106c5ebc9c419329209e01e8a38 + RNFBIid: a3190639e90fe7baf844ccfa7383051cf48367c3 + RNFBInAppMessaging: 87a300659348ebd2b627d23fd7a0e0743b568039 + RNFBMessaging: 5cbfa023eae7e4f16ce285eb9d3ed17fb85ff5b3 + RNFBMLNaturalLanguage: 76e1b2867fe248f66047a67912ea9bad33d808b4 + RNFBMLVision: 261705d5d45cdbf24cae19780e8b00c802faf332 + RNFBPerf: fe86502969c2c49b4c03e7b448868ba501d87180 + RNFBRemoteConfig: 0390026a43f17c30c948c5ece4badc5e7a95b938 + RNFBStorage: 9d058dc854aa543683d02b9867f0f22f05ea7e07 yoga: 312528f5bbbba37b4dcea5ef00e8b4033fdd9411 PODFILE CHECKSUM: 4ceb34e93fa1dd96bcca7e61934b407531c8e96e diff --git a/tests/package.json b/tests/package.json index 03d6e6ae..c0d20763 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,31 +1,31 @@ { "name": "react-native-firebase-tests", - "version": "6.0.4", + "version": "6.1.0", "private": true, "scripts": { "build:clean": "rimraf dist && rimraf android/build && rimraf android/app/build && rimraf android/.gradle && rimraf ios/build", "prepare": "patch-package" }, "dependencies": { - "@react-native-firebase/admob": "6.0.4", - "@react-native-firebase/analytics": "6.0.4", - "@react-native-firebase/app": "6.0.4", - "@react-native-firebase/app-types": "6.0.4", - "@react-native-firebase/auth": "6.0.4", - "@react-native-firebase/crashlytics": "6.0.4", - "@react-native-firebase/database": "6.0.4", - "@react-native-firebase/dynamic-links": "6.0.4", - "@react-native-firebase/firestore": "6.0.4", - "@react-native-firebase/functions": "6.0.4", - "@react-native-firebase/iid": "6.0.4", - "@react-native-firebase/in-app-messaging": "6.0.4", - "@react-native-firebase/indexing": "6.0.4", - "@react-native-firebase/messaging": "6.0.4", - "@react-native-firebase/ml-natural-language": "6.0.4", - "@react-native-firebase/ml-vision": "6.0.4", - "@react-native-firebase/perf": "6.0.4", - "@react-native-firebase/remote-config": "6.0.4", - "@react-native-firebase/storage": "6.0.4", + "@react-native-firebase/admob": "6.1.0", + "@react-native-firebase/analytics": "6.1.0", + "@react-native-firebase/app": "6.1.0", + "@react-native-firebase/app-types": "6.1.0", + "@react-native-firebase/auth": "6.1.0", + "@react-native-firebase/crashlytics": "6.1.0", + "@react-native-firebase/database": "6.1.0", + "@react-native-firebase/dynamic-links": "6.1.0", + "@react-native-firebase/firestore": "6.1.0", + "@react-native-firebase/functions": "6.1.0", + "@react-native-firebase/iid": "6.1.0", + "@react-native-firebase/in-app-messaging": "6.1.0", + "@react-native-firebase/indexing": "6.1.0", + "@react-native-firebase/messaging": "6.1.0", + "@react-native-firebase/ml-natural-language": "6.1.0", + "@react-native-firebase/ml-vision": "6.1.0", + "@react-native-firebase/perf": "6.1.0", + "@react-native-firebase/remote-config": "6.1.0", + "@react-native-firebase/storage": "6.1.0", "react": "16.8.6", "react-native": "0.60.5" },