Skip to content

Commit

Permalink
chore(release): v6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar committed Oct 18, 2019
1 parent f47a560 commit be543f4
Show file tree
Hide file tree
Showing 25 changed files with 80 additions and 80 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.1"
"version": "6.0.2"
}
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.1",
"version": "6.0.2",
"author": "Invertase <[email protected]> (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.1",
"version": "6.0.2",
"author": "Invertase <[email protected]> (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.1",
"version": "6.0.2",
"author": "Invertase <[email protected]> (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.1",
"version": "6.0.2",
"author": "Invertase <[email protected]> (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.1",
"@react-native-firebase/app-types": "6.0.2",
"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.1",
"version": "6.0.2",
"author": "Invertase <[email protected]> (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.1",
"version": "6.0.2",
"author": "Invertase <[email protected]> (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.1",
"version": "6.0.2",
"author": "Invertase <[email protected]> (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.1",
"version": "6.0.2",
"author": "Invertase <[email protected]> (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.1",
"version": "6.0.2",
"author": "Invertase <[email protected]> (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.1",
"version": "6.0.2",
"author": "Invertase <[email protected]> (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.1",
"version": "6.0.2",
"author": "Invertase <[email protected]> (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.1",
"version": "6.0.2",
"author": "Invertase <[email protected]> (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.1",
"version": "6.0.2",
"author": "Invertase <[email protected]> (http://invertase.io)",
"description": "React Native Firebase - App Indexing",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/invites/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/invites",
"version": "6.0.1",
"version": "6.0.2",
"author": "Invertase <[email protected]> (http://invertase.io)",
"description": "React Native Firebase - Firebase Invites are an out-of-the-box solution for app referrals and sharing via email or SMS. To customize the invitation user experience, or to generate links programmatically, use Firebase Dynamic Links.",
"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.1",
"version": "6.0.2",
"author": "Invertase <[email protected]> (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.1",
"version": "6.0.2",
"author": "Invertase <[email protected]> (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.1",
"version": "6.0.2",
"author": "Invertase <[email protected]> (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.1",
"version": "6.0.2",
"author": "Invertase <[email protected]> (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.1",
"version": "6.0.2",
"author": "Invertase <[email protected]> (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.1",
"version": "6.0.2",
"author": "Invertase <[email protected]> (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.1",
"version": "6.0.2",
"author": "Invertase <[email protected]> (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.1",
"version": "6.0.2",
"private": true,
"scripts": {
"start": "react-native start",
Expand All @@ -11,7 +11,7 @@
"prepare": "patch-package"
},
"dependencies": {
"@react-native-firebase/app": "6.0.1",
"@react-native-firebase/app": "6.0.2",
"react": "16.8.6",
"react-native": "0.60.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 @@ -378,72 +378,72 @@ PODS:
- React-Core (= 0.60.5)
- React-RCTWebSocket (0.60.5):
- React-Core (= 0.60.5)
- RNFBAdmob (6.0.1):
- RNFBAdmob (6.0.2):
- Firebase/AdMob (~> 6.8.1)
- Firebase/Analytics (~> 6.8.1)
- Firebase/Core (~> 6.8.1)
- PersonalizedAdConsent
- React
- RNFBApp
- RNFBAnalytics (6.0.1):
- RNFBAnalytics (6.0.2):
- Firebase/Core (~> 6.8.1)
- React
- RNFBApp
- RNFBApp (6.0.1):
- RNFBApp (6.0.2):
- Firebase/Core (~> 6.8.1)
- React
- RNFBAuth (6.0.1):
- RNFBAuth (6.0.2):
- Firebase/Auth (~> 6.8.1)
- Firebase/Core (~> 6.8.1)
- React
- RNFBApp
- RNFBCrashlytics (6.0.1):
- RNFBCrashlytics (6.0.2):
- Crashlytics (~> 3.12.0)
- Fabric (~> 1.9.0)
- Firebase/Core (~> 6.8.1)
- React
- RNFBApp
- RNFBDatabase (6.0.1):
- RNFBDatabase (6.0.2):
- Firebase/Core (~> 6.8.1)
- Firebase/Database (~> 6.8.1)
- React
- RNFBApp
- RNFBDynamicLinks (6.0.1):
- RNFBDynamicLinks (6.0.2):
- Firebase/Core (~> 6.8.1)
- Firebase/DynamicLinks (~> 6.8.1)
- React
- RNFBApp
- RNFBFirestore (6.0.1):
- RNFBFirestore (6.0.2):
- Firebase/Core (~> 6.8.1)
- Firebase/Firestore (~> 6.8.1)
- React
- RNFBApp
- RNFBFunctions (6.0.1):
- RNFBFunctions (6.0.2):
- Firebase/Functions (~> 6.8.1)
- React
- RNFBApp
- RNFBIid (6.0.1):
- RNFBIid (6.0.2):
- Firebase/Core (~> 6.8.1)
- React
- RNFBApp
- RNFBInAppMessaging (6.0.1):
- RNFBInAppMessaging (6.0.2):
- Firebase/Core (~> 6.8.1)
- Firebase/InAppMessagingDisplay (~> 6.8.1)
- React
- RNFBApp
- RNFBMessaging (6.0.1):
- RNFBMessaging (6.0.2):
- Firebase/Messaging (~> 6.8.1)
- React
- RNFBApp
- RNFBMLNaturalLanguage (6.0.1):
- RNFBMLNaturalLanguage (6.0.2):
- Firebase/Core (~> 6.8.1)
- Firebase/MLCommon (~> 6.8.1)
- Firebase/MLNaturalLanguage (~> 6.8.1)
- Firebase/MLNLLanguageID (~> 6.8.1)
- Firebase/MLNLSmartReply (~> 6.8.1)
- React
- RNFBApp
- RNFBMLVision (6.0.1):
- RNFBMLVision (6.0.2):
- Firebase/Core (~> 6.8.1)
- Firebase/MLVision (~> 6.8.1)
- Firebase/MLVisionBarcodeModel (~> 6.8.1)
Expand All @@ -452,17 +452,17 @@ PODS:
- Firebase/MLVisionTextModel (~> 6.8.1)
- React
- RNFBApp
- RNFBPerf (6.0.1):
- RNFBPerf (6.0.2):
- Firebase/Core (~> 6.8.1)
- Firebase/Performance (~> 6.8.1)
- React
- RNFBApp
- RNFBRemoteConfig (6.0.1):
- RNFBRemoteConfig (6.0.2):
- Firebase/Core (~> 6.8.1)
- Firebase/RemoteConfig (~> 6.8.1)
- React
- RNFBApp
- RNFBStorage (6.0.1):
- RNFBStorage (6.0.2):
- Firebase/Core (~> 6.8.1)
- Firebase/Storage (~> 6.8.1)
- React
Expand Down Expand Up @@ -709,23 +709,23 @@ SPEC CHECKSUMS:
React-RCTText: b074d89033583d4f2eb5faf7ea2db3a13c7553a2
React-RCTVibration: 2105b2e0e2b66a6408fc69a46c8a7fb5b2fdade0
React-RCTWebSocket: cd932a16b7214898b6b7f788c8bddb3637246ac4
RNFBAdmob: 7b67bef618c68404fd131a30d4192daee2e27aba
RNFBAnalytics: f1e488fb6ff33d82a06e76af3d1c797da6719dcd
RNFBApp: 5dd12fdb688ddd25aa756d8cd2780abaadf15709
RNFBAuth: 7011c2d87c84bac55b5feb414cf1b0b92169f4b9
RNFBCrashlytics: 7a2e88557f8bf4b9c4c37dd787ad38da4c0c10ba
RNFBDatabase: e5c2bd3bfb20af7ee07c17ecc607d7a1ac941e72
RNFBDynamicLinks: 1d499cc50b99e61be7ef1c545fbafe49a25c1eed
RNFBFirestore: c30508d379f35c55db2854ba621737872de8c52d
RNFBFunctions: da4c5ef411a0c77d4c4a2de0ea2ad9063e96d7a3
RNFBIid: 8322a18bc826ed6c15424c5fac6ef087d954cd08
RNFBInAppMessaging: 02656bb0ec1841d64cb60eb297b2161576b2567d
RNFBMessaging: f47ff44a2d40958fecdb19f113a7f9d1985799d2
RNFBMLNaturalLanguage: 6a40980d3ed4b0a5c8faa98d3467edabaff326e1
RNFBMLVision: 1644bb43a2d6de56d3d962081d23de2074655097
RNFBPerf: da917556988c0200e15bf7c2af1b67f5be1dabf9
RNFBRemoteConfig: 8292cef6683b6a1970470521dce8eae5ff80deab
RNFBStorage: 7bde147a5039116d1c419c0eb609c36a0d259066
RNFBAdmob: 1052e4ff7ddebc71cc9c34c90ae3696f258c0ea0
RNFBAnalytics: e71cdfdd193cd0589a6ee89335ce6ed41df4fa04
RNFBApp: 32c782583cda2a9d53eac0ca154daf9f4e94f0fd
RNFBAuth: 405e85b784f9e12d5e0ca00fed8349148d83a424
RNFBCrashlytics: bd170b20f5220420a1e0c6fb2d89789d1cd7279b
RNFBDatabase: 8e40f40d6ef644a2eb478e72d64a9ef02a8bce58
RNFBDynamicLinks: 1143845205a94dd0ff138047409dbcdb5b5acc01
RNFBFirestore: c9f12990ea9ef49d8faf45470f99fbed4f64fef8
RNFBFunctions: f45d207e05aba8c9a09d2ba4a27e1b680f9dfb39
RNFBIid: b8afe74ea76a6e7edf0890d4d4f11545e83b7c3b
RNFBInAppMessaging: c043f8d269183cdfa89049d69ed54d9e194e4d6f
RNFBMessaging: 2e07410c101e750d0bb4006372ce0adaf3cbbe21
RNFBMLNaturalLanguage: f035aa1ac844a5826a277084169b2e68af343782
RNFBMLVision: 6daaaed28ca59f4f06c6f6e3b808e7d9a5715966
RNFBPerf: 9547b8c1ea07b1ffd90d6777288f44071c1a5444
RNFBRemoteConfig: 4851f6277564c8fedcba82bfc43c36d395d89ce6
RNFBStorage: 6ceff48122a044e5f5d27623da12ad46d5cb75f2
yoga: 312528f5bbbba37b4dcea5ef00e8b4033fdd9411

PODFILE CHECKSUM: 4ceb34e93fa1dd96bcca7e61934b407531c8e96e
Expand Down
Loading

0 comments on commit be543f4

Please sign in to comment.