Skip to content

Commit

Permalink
chore(*): v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar committed Nov 26, 2019
1 parent d7252a2 commit 53eb82f
Show file tree
Hide file tree
Showing 24 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
]
}
},
"version": "6.0.4"
"version": "6.1.0"
}
2 changes: 1 addition & 1 deletion packages/admob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/admob",
"version": "6.0.4",
"version": "6.1.0",
"author": "Invertase <oss@invertase.io> (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",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/analytics",
"version": "6.0.4",
"version": "6.1.0",
"author": "Invertase <oss@invertase.io> (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",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/app-types",
"version": "6.0.4",
"version": "6.1.0",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "@react-native-firebase/app-types",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/app",
"version": "6.0.4",
"version": "6.1.0",
"author": "Invertase <oss@invertase.io> (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",
Expand Down Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/auth",
"version": "6.0.4",
"version": "6.1.0",
"author": "Invertase <oss@invertase.io> (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",
Expand Down
2 changes: 1 addition & 1 deletion packages/crashlytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/crashlytics",
"version": "6.0.4",
"version": "6.1.0",
"author": "Invertase <oss@invertase.io> (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",
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/database",
"version": "6.0.4",
"version": "6.1.0",
"author": "Invertase <oss@invertase.io> (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",
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamic-links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/dynamic-links",
"version": "6.0.4",
"version": "6.1.0",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - Dynamic Links",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/firestore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/firestore",
"version": "6.0.4",
"version": "6.1.0",
"author": "Invertase <oss@invertase.io> (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",
Expand Down
2 changes: 1 addition & 1 deletion packages/functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/functions",
"version": "6.0.4",
"version": "6.1.0",
"author": "Invertase <oss@invertase.io> (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",
Expand Down
2 changes: 1 addition & 1 deletion packages/iid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/iid",
"version": "6.0.4",
"version": "6.1.0",
"author": "Invertase <oss@invertase.io> (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",
Expand Down
2 changes: 1 addition & 1 deletion packages/in-app-messaging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/in-app-messaging",
"version": "6.0.4",
"version": "6.1.0",
"author": "Invertase <oss@invertase.io> (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",
Expand Down
2 changes: 1 addition & 1 deletion packages/indexing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/indexing",
"version": "6.0.4",
"version": "6.1.0",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - App Indexing",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/messaging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/messaging",
"version": "6.0.4",
"version": "6.1.0",
"author": "Invertase <oss@invertase.io> (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",
Expand Down
2 changes: 1 addition & 1 deletion packages/ml-natural-language/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/ml-natural-language",
"version": "6.0.4",
"version": "6.1.0",
"author": "Invertase <oss@invertase.io> (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",
Expand Down
2 changes: 1 addition & 1 deletion packages/ml-vision/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/ml-vision",
"version": "6.0.4",
"version": "6.1.0",
"author": "Invertase <oss@invertase.io> (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",
Expand Down
2 changes: 1 addition & 1 deletion packages/perf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/perf",
"version": "6.0.4",
"version": "6.1.0",
"author": "Invertase <oss@invertase.io> (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",
Expand Down
2 changes: 1 addition & 1 deletion packages/remote-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/remote-config",
"version": "6.0.4",
"version": "6.1.0",
"author": "Invertase <oss@invertase.io> (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",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/storage",
"version": "6.0.4",
"version": "6.1.0",
"author": "Invertase <oss@invertase.io> (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",
Expand Down
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/template",
"version": "6.0.4",
"version": "6.1.0",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - Template",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/template/project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "HelloWorld",
"version": "6.0.4",
"version": "6.1.0",
"private": true,
"scripts": {
"start": "react-native start",
Expand All @@ -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"
},
Expand Down
68 changes: 34 additions & 34 deletions tests/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -536,72 +536,72 @@ 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)
- Firebase/MLNLLanguageID (~> 6.13.0)
- 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)
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
40 changes: 20 additions & 20 deletions tests/package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down

0 comments on commit 53eb82f

Please sign in to comment.