Skip to content

Commit

Permalink
chore(*): v6.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Salakar committed Oct 25, 2019
1 parent ab958d1 commit e720c0b
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.2"
"version": "6.0.3"
}
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.2",
"version": "6.0.3",
"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.2",
"version": "6.0.3",
"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.2",
"version": "6.0.3",
"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.2",
"version": "6.0.3",
"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.2",
"@react-native-firebase/app-types": "6.0.3",
"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.2",
"version": "6.0.3",
"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.2",
"version": "6.0.3",
"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.2",
"version": "6.0.3",
"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.2",
"version": "6.0.3",
"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.2",
"version": "6.0.3",
"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.2",
"version": "6.0.3",
"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.2",
"version": "6.0.3",
"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.2",
"version": "6.0.3",
"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.2",
"version": "6.0.3",
"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.2",
"version": "6.0.3",
"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.2",
"version": "6.0.3",
"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.2",
"version": "6.0.3",
"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.2",
"version": "6.0.3",
"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.2",
"version": "6.0.3",
"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.2",
"version": "6.0.3",
"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.2",
"version": "6.0.3",
"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.2",
"version": "6.0.3",
"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.2",
"version": "6.0.3",
"private": true,
"scripts": {
"start": "react-native start",
Expand All @@ -11,7 +11,7 @@
"prepare": "patch-package"
},
"dependencies": {
"@react-native-firebase/app": "6.0.2",
"@react-native-firebase/app": "6.0.3",
"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.2):
- RNFBAdmob (6.0.3):
- Firebase/AdMob (~> 6.8.1)
- Firebase/Analytics (~> 6.8.1)
- Firebase/Core (~> 6.8.1)
- PersonalizedAdConsent
- React
- RNFBApp
- RNFBAnalytics (6.0.2):
- RNFBAnalytics (6.0.3):
- Firebase/Core (~> 6.8.1)
- React
- RNFBApp
- RNFBApp (6.0.2):
- RNFBApp (6.0.3):
- Firebase/Core (~> 6.8.1)
- React
- RNFBAuth (6.0.2):
- RNFBAuth (6.0.3):
- Firebase/Auth (~> 6.8.1)
- Firebase/Core (~> 6.8.1)
- React
- RNFBApp
- RNFBCrashlytics (6.0.2):
- RNFBCrashlytics (6.0.3):
- Crashlytics (~> 3.12.0)
- Fabric (~> 1.9.0)
- Firebase/Core (~> 6.8.1)
- React
- RNFBApp
- RNFBDatabase (6.0.2):
- RNFBDatabase (6.0.3):
- Firebase/Core (~> 6.8.1)
- Firebase/Database (~> 6.8.1)
- React
- RNFBApp
- RNFBDynamicLinks (6.0.2):
- RNFBDynamicLinks (6.0.3):
- Firebase/Core (~> 6.8.1)
- Firebase/DynamicLinks (~> 6.8.1)
- React
- RNFBApp
- RNFBFirestore (6.0.2):
- RNFBFirestore (6.0.3):
- Firebase/Core (~> 6.8.1)
- Firebase/Firestore (~> 6.8.1)
- React
- RNFBApp
- RNFBFunctions (6.0.2):
- RNFBFunctions (6.0.3):
- Firebase/Functions (~> 6.8.1)
- React
- RNFBApp
- RNFBIid (6.0.2):
- RNFBIid (6.0.3):
- Firebase/Core (~> 6.8.1)
- React
- RNFBApp
- RNFBInAppMessaging (6.0.2):
- RNFBInAppMessaging (6.0.3):
- Firebase/Core (~> 6.8.1)
- Firebase/InAppMessagingDisplay (~> 6.8.1)
- React
- RNFBApp
- RNFBMessaging (6.0.2):
- RNFBMessaging (6.0.3):
- Firebase/Messaging (~> 6.8.1)
- React
- RNFBApp
- RNFBMLNaturalLanguage (6.0.2):
- RNFBMLNaturalLanguage (6.0.3):
- 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.2):
- RNFBMLVision (6.0.3):
- 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.2):
- RNFBPerf (6.0.3):
- Firebase/Core (~> 6.8.1)
- Firebase/Performance (~> 6.8.1)
- React
- RNFBApp
- RNFBRemoteConfig (6.0.2):
- RNFBRemoteConfig (6.0.3):
- Firebase/Core (~> 6.8.1)
- Firebase/RemoteConfig (~> 6.8.1)
- React
- RNFBApp
- RNFBStorage (6.0.2):
- RNFBStorage (6.0.3):
- 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: 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
RNFBAdmob: 506fa70cfb2b0e6cf20b8d74184342119bdcde94
RNFBAnalytics: d75433ac464f0ac6e5bd1ae7015cb5fb6427e80a
RNFBApp: 92ae594c85e82e1e68434049b2a37e1f584cf8b9
RNFBAuth: edc2e5986b92f0dfd0076b312caf7871a1646ed8
RNFBCrashlytics: 9bd8fb67b139c2555485ee61a8547c17da85f1e8
RNFBDatabase: d7777fb4e6e312321a26f0ff5f5ef3a669bc2215
RNFBDynamicLinks: d24d7658b224b74a493807b08244c207b7477390
RNFBFirestore: 781a0084ac0f152e859fb150bb3409a522abeee7
RNFBFunctions: de4b0938fc038b21992b34182a5739324296cf40
RNFBIid: 89a80d09f52519943bceff691716b843de187855
RNFBInAppMessaging: 8db6e08d91dc440617a3dbf95b4f4bc4d3faa06c
RNFBMessaging: 5a82056efc1bf45a8467121d1a531feca34b9fa4
RNFBMLNaturalLanguage: 220b443a5fa5bb68ab0d5d274bad4c52cdae9482
RNFBMLVision: 47674aa76b64a38aaf71fb7e2f2d5e1040831a1f
RNFBPerf: 57050d2e6a5fa373afff618acbd4fafd16714a08
RNFBRemoteConfig: a40d6a34b03b8762e453fa3b7823a7a98ec4a450
RNFBStorage: 30bfae04c2c5c54d884e2edf86884a54f718d2e9
yoga: 312528f5bbbba37b4dcea5ef00e8b4033fdd9411

PODFILE CHECKSUM: 4ceb34e93fa1dd96bcca7e61934b407531c8e96e
Expand Down
Loading

0 comments on commit e720c0b

Please sign in to comment.