From fe0bd01718226d7fb9b2f630f29a585a6c35118c Mon Sep 17 00:00:00 2001 From: "@Salakar" Date: Tue, 17 Aug 2021 15:19:38 +0000 Subject: [PATCH] chore(release): release packages --- CHANGELOG.md | 11 +++++++++ lerna.json | 2 +- packages/analytics/CHANGELOG.md | 4 ++++ packages/analytics/package.json | 4 ++-- packages/app-check/CHANGELOG.md | 4 ++++ packages/app-check/package.json | 4 ++-- packages/app/CHANGELOG.md | 4 ++++ packages/app/package.json | 2 +- packages/auth/CHANGELOG.md | 4 ++++ packages/auth/package.json | 4 ++-- packages/crashlytics/CHANGELOG.md | 6 +++++ packages/crashlytics/package.json | 4 ++-- packages/database/CHANGELOG.md | 4 ++++ packages/database/package.json | 4 ++-- packages/dynamic-links/CHANGELOG.md | 4 ++++ packages/dynamic-links/package.json | 4 ++-- packages/firestore/CHANGELOG.md | 4 ++++ packages/firestore/package.json | 4 ++-- packages/functions/CHANGELOG.md | 4 ++++ packages/functions/package.json | 4 ++-- packages/in-app-messaging/CHANGELOG.md | 4 ++++ packages/in-app-messaging/package.json | 6 ++--- packages/messaging/CHANGELOG.md | 4 ++++ packages/messaging/package.json | 4 ++-- packages/ml/CHANGELOG.md | 4 ++++ packages/ml/package.json | 4 ++-- packages/perf/CHANGELOG.md | 4 ++++ packages/perf/package.json | 4 ++-- packages/remote-config/CHANGELOG.md | 4 ++++ packages/remote-config/package.json | 6 ++--- packages/storage/CHANGELOG.md | 4 ++++ packages/storage/package.json | 4 ++-- tests/CHANGELOG.md | 8 +++++++ tests/package.json | 32 +++++++++++++------------- 34 files changed, 129 insertions(+), 48 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2057c1f74f..65bb906bcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.6.1](https://github.com/invertase/react-native-firebase/compare/v12.6.0...v12.6.1) (2021-08-17) + + +### Bug Fixes + +* **crashlytics, config:** handle new app_data_collection_default_enabled key ([81aa17f](https://github.com/invertase/react-native-firebase/commit/81aa17f1b60a6171329d9a2f250226010dfc081e)) + + + + + # [12.6.0](https://github.com/invertase/react-native-firebase/compare/v12.5.0...v12.6.0) (2021-08-16) diff --git a/lerna.json b/lerna.json index 79a758aa40..f18ebb7122 100644 --- a/lerna.json +++ b/lerna.json @@ -20,5 +20,5 @@ "**/e2e/**", "**/tests/**" ], - "version": "12.6.0" + "version": "12.6.1" } diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index 1c86539e70..4522de10d5 100644 --- a/packages/analytics/CHANGELOG.md +++ b/packages/analytics/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.6.1](https://github.com/invertase/react-native-firebase/compare/v12.6.0...v12.6.1) (2021-08-17) + +**Note:** Version bump only for package @react-native-firebase/analytics + # [12.6.0](https://github.com/invertase/react-native-firebase/compare/v12.5.0...v12.6.0) (2021-08-16) ### Features diff --git a/packages/analytics/package.json b/packages/analytics/package.json index ee1326657b..2842c5cfde 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/analytics", - "version": "12.6.0", + "version": "12.6.1", "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", @@ -22,7 +22,7 @@ "analytics" ], "peerDependencies": { - "@react-native-firebase/app": "12.6.0" + "@react-native-firebase/app": "12.6.1" }, "publishConfig": { "access": "public" diff --git a/packages/app-check/CHANGELOG.md b/packages/app-check/CHANGELOG.md index 0ec01d3d86..d3af436b84 100644 --- a/packages/app-check/CHANGELOG.md +++ b/packages/app-check/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.6.1](https://github.com/invertase/react-native-firebase/compare/v12.6.0...v12.6.1) (2021-08-17) + +**Note:** Version bump only for package @react-native-firebase/app-check + # [12.6.0](https://github.com/invertase/react-native-firebase/compare/v12.5.0...v12.6.0) (2021-08-16) ### Bug Fixes diff --git a/packages/app-check/package.json b/packages/app-check/package.json index 6852151b52..ce71b7e413 100644 --- a/packages/app-check/package.json +++ b/packages/app-check/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/app-check", - "version": "12.6.0", + "version": "12.6.1", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - App Check", "main": "lib/index.js", @@ -23,7 +23,7 @@ "appCheck" ], "peerDependencies": { - "@react-native-firebase/app": "12.6.0" + "@react-native-firebase/app": "12.6.1" }, "publishConfig": { "access": "public" diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index 6d5790dd7d..88c469054b 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.6.1](https://github.com/invertase/react-native-firebase/compare/v12.6.0...v12.6.1) (2021-08-17) + +**Note:** Version bump only for package @react-native-firebase/app + # [12.6.0](https://github.com/invertase/react-native-firebase/compare/v12.5.0...v12.6.0) (2021-08-16) ### Bug Fixes diff --git a/packages/app/package.json b/packages/app/package.json index 3d77222ad5..f3e92300f0 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/app", - "version": "12.6.0", + "version": "12.6.1", "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", diff --git a/packages/auth/CHANGELOG.md b/packages/auth/CHANGELOG.md index a91586b3c6..afe86a0251 100644 --- a/packages/auth/CHANGELOG.md +++ b/packages/auth/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.6.1](https://github.com/invertase/react-native-firebase/compare/v12.6.0...v12.6.1) (2021-08-17) + +**Note:** Version bump only for package @react-native-firebase/auth + # [12.6.0](https://github.com/invertase/react-native-firebase/compare/v12.5.0...v12.6.0) (2021-08-16) **Note:** Version bump only for package @react-native-firebase/auth diff --git a/packages/auth/package.json b/packages/auth/package.json index e7c24f709a..eb254019c0 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/auth", - "version": "12.6.0", + "version": "12.6.1", "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", @@ -22,7 +22,7 @@ "auth" ], "peerDependencies": { - "@react-native-firebase/app": "12.6.0" + "@react-native-firebase/app": "12.6.1" }, "publishConfig": { "access": "public" diff --git a/packages/crashlytics/CHANGELOG.md b/packages/crashlytics/CHANGELOG.md index 467312d340..cbb957490b 100644 --- a/packages/crashlytics/CHANGELOG.md +++ b/packages/crashlytics/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.6.1](https://github.com/invertase/react-native-firebase/compare/v12.6.0...v12.6.1) (2021-08-17) + +### Bug Fixes + +- **crashlytics, config:** handle new app_data_collection_default_enabled key ([81aa17f](https://github.com/invertase/react-native-firebase/commit/81aa17f1b60a6171329d9a2f250226010dfc081e)) + # [12.6.0](https://github.com/invertase/react-native-firebase/compare/v12.5.0...v12.6.0) (2021-08-16) **Note:** Version bump only for package @react-native-firebase/crashlytics diff --git a/packages/crashlytics/package.json b/packages/crashlytics/package.json index b5d8e651ad..dce76e9d2a 100644 --- a/packages/crashlytics/package.json +++ b/packages/crashlytics/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/crashlytics", - "version": "12.6.0", + "version": "12.6.1", "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", @@ -29,7 +29,7 @@ "crashlytics" ], "peerDependencies": { - "@react-native-firebase/app": "12.6.0" + "@react-native-firebase/app": "12.6.1" }, "dependencies": { "@expo/config-plugins": "^3.0.7", diff --git a/packages/database/CHANGELOG.md b/packages/database/CHANGELOG.md index aa37fe4526..c3e4651cd1 100644 --- a/packages/database/CHANGELOG.md +++ b/packages/database/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.6.1](https://github.com/invertase/react-native-firebase/compare/v12.6.0...v12.6.1) (2021-08-17) + +**Note:** Version bump only for package @react-native-firebase/database + # [12.6.0](https://github.com/invertase/react-native-firebase/compare/v12.5.0...v12.6.0) (2021-08-16) **Note:** Version bump only for package @react-native-firebase/database diff --git a/packages/database/package.json b/packages/database/package.json index 5957482ebd..73c9444b27 100644 --- a/packages/database/package.json +++ b/packages/database/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/database", - "version": "12.6.0", + "version": "12.6.1", "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", @@ -25,7 +25,7 @@ "realtome database" ], "peerDependencies": { - "@react-native-firebase/app": "12.6.0" + "@react-native-firebase/app": "12.6.1" }, "publishConfig": { "access": "public" diff --git a/packages/dynamic-links/CHANGELOG.md b/packages/dynamic-links/CHANGELOG.md index d022bc162a..2aed605b9e 100644 --- a/packages/dynamic-links/CHANGELOG.md +++ b/packages/dynamic-links/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.6.1](https://github.com/invertase/react-native-firebase/compare/v12.6.0...v12.6.1) (2021-08-17) + +**Note:** Version bump only for package @react-native-firebase/dynamic-links + # [12.6.0](https://github.com/invertase/react-native-firebase/compare/v12.5.0...v12.6.0) (2021-08-16) ### Features diff --git a/packages/dynamic-links/package.json b/packages/dynamic-links/package.json index e73c51fa9d..5d5144cf0c 100644 --- a/packages/dynamic-links/package.json +++ b/packages/dynamic-links/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/dynamic-links", - "version": "12.6.0", + "version": "12.6.1", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Dynamic Links", "main": "lib/index.js", @@ -23,7 +23,7 @@ "dynamic link" ], "peerDependencies": { - "@react-native-firebase/app": "12.6.0" + "@react-native-firebase/app": "12.6.1" }, "publishConfig": { "access": "public" diff --git a/packages/firestore/CHANGELOG.md b/packages/firestore/CHANGELOG.md index ec2dd7d476..5bbe6c026b 100644 --- a/packages/firestore/CHANGELOG.md +++ b/packages/firestore/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.6.1](https://github.com/invertase/react-native-firebase/compare/v12.6.0...v12.6.1) (2021-08-17) + +**Note:** Version bump only for package @react-native-firebase/firestore + # [12.6.0](https://github.com/invertase/react-native-firebase/compare/v12.5.0...v12.6.0) (2021-08-16) **Note:** Version bump only for package @react-native-firebase/firestore diff --git a/packages/firestore/package.json b/packages/firestore/package.json index eb293d5234..b0d82e13ab 100644 --- a/packages/firestore/package.json +++ b/packages/firestore/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/firestore", - "version": "12.6.0", + "version": "12.6.1", "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", @@ -27,7 +27,7 @@ "firestore" ], "peerDependencies": { - "@react-native-firebase/app": "12.6.0" + "@react-native-firebase/app": "12.6.1" }, "publishConfig": { "access": "public" diff --git a/packages/functions/CHANGELOG.md b/packages/functions/CHANGELOG.md index 8b27fed624..0fd6eab9e4 100644 --- a/packages/functions/CHANGELOG.md +++ b/packages/functions/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.6.1](https://github.com/invertase/react-native-firebase/compare/v12.6.0...v12.6.1) (2021-08-17) + +**Note:** Version bump only for package @react-native-firebase/functions + # [12.6.0](https://github.com/invertase/react-native-firebase/compare/v12.5.0...v12.6.0) (2021-08-16) **Note:** Version bump only for package @react-native-firebase/functions diff --git a/packages/functions/package.json b/packages/functions/package.json index 1c6eae8ca6..2204a7b023 100644 --- a/packages/functions/package.json +++ b/packages/functions/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/functions", - "version": "12.6.0", + "version": "12.6.1", "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", @@ -24,7 +24,7 @@ "functions" ], "peerDependencies": { - "@react-native-firebase/app": "12.6.0" + "@react-native-firebase/app": "12.6.1" }, "devDependencies": { "@react-native-firebase/private-tests-firebase-functions": "^0.0.1" diff --git a/packages/in-app-messaging/CHANGELOG.md b/packages/in-app-messaging/CHANGELOG.md index 5574494747..d64d33eac0 100644 --- a/packages/in-app-messaging/CHANGELOG.md +++ b/packages/in-app-messaging/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.6.1](https://github.com/invertase/react-native-firebase/compare/v12.6.0...v12.6.1) (2021-08-17) + +**Note:** Version bump only for package @react-native-firebase/in-app-messaging + # [12.6.0](https://github.com/invertase/react-native-firebase/compare/v12.5.0...v12.6.0) (2021-08-16) ### Bug Fixes diff --git a/packages/in-app-messaging/package.json b/packages/in-app-messaging/package.json index fd5d4c8f91..b587a35fbc 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": "12.6.0", + "version": "12.6.1", "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", @@ -27,8 +27,8 @@ "inAppMessaging" ], "peerDependencies": { - "@react-native-firebase/analytics": "12.6.0", - "@react-native-firebase/app": "12.6.0" + "@react-native-firebase/analytics": "12.6.1", + "@react-native-firebase/app": "12.6.1" }, "publishConfig": { "access": "public" diff --git a/packages/messaging/CHANGELOG.md b/packages/messaging/CHANGELOG.md index a810459581..87b71a8a3f 100644 --- a/packages/messaging/CHANGELOG.md +++ b/packages/messaging/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.6.1](https://github.com/invertase/react-native-firebase/compare/v12.6.0...v12.6.1) (2021-08-17) + +**Note:** Version bump only for package @react-native-firebase/messaging + # [12.6.0](https://github.com/invertase/react-native-firebase/compare/v12.5.0...v12.6.0) (2021-08-16) ### Bug Fixes diff --git a/packages/messaging/package.json b/packages/messaging/package.json index 19fe87d662..89aac16725 100644 --- a/packages/messaging/package.json +++ b/packages/messaging/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/messaging", - "version": "12.6.0", + "version": "12.6.1", "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", @@ -22,7 +22,7 @@ "messaging" ], "peerDependencies": { - "@react-native-firebase/app": "12.6.0" + "@react-native-firebase/app": "12.6.1" }, "publishConfig": { "access": "public" diff --git a/packages/ml/CHANGELOG.md b/packages/ml/CHANGELOG.md index 610f881c0d..5b0e939bfc 100644 --- a/packages/ml/CHANGELOG.md +++ b/packages/ml/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.6.1](https://github.com/invertase/react-native-firebase/compare/v12.6.0...v12.6.1) (2021-08-17) + +**Note:** Version bump only for package @react-native-firebase/ml + # [12.6.0](https://github.com/invertase/react-native-firebase/compare/v12.5.0...v12.6.0) (2021-08-16) **Note:** Version bump only for package @react-native-firebase/ml diff --git a/packages/ml/package.json b/packages/ml/package.json index 86eaef084e..efe7822279 100644 --- a/packages/ml/package.json +++ b/packages/ml/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/ml", - "version": "12.6.0", + "version": "12.6.1", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Firebase ML brings the power of machine learning vision to your React Native application, supporting both Android & iOS.", "main": "lib/index.js", @@ -26,7 +26,7 @@ "image labeler" ], "peerDependencies": { - "@react-native-firebase/app": "12.6.0" + "@react-native-firebase/app": "12.6.1" }, "publishConfig": { "access": "public" diff --git a/packages/perf/CHANGELOG.md b/packages/perf/CHANGELOG.md index faf7ab0bf9..4ebf27587c 100644 --- a/packages/perf/CHANGELOG.md +++ b/packages/perf/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.6.1](https://github.com/invertase/react-native-firebase/compare/v12.6.0...v12.6.1) (2021-08-17) + +**Note:** Version bump only for package @react-native-firebase/perf + # [12.6.0](https://github.com/invertase/react-native-firebase/compare/v12.5.0...v12.6.0) (2021-08-16) ### Features diff --git a/packages/perf/package.json b/packages/perf/package.json index 9483ff7406..8f8b6d6276 100644 --- a/packages/perf/package.json +++ b/packages/perf/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/perf", - "version": "12.6.0", + "version": "12.6.1", "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", @@ -29,7 +29,7 @@ "performance monitoring" ], "peerDependencies": { - "@react-native-firebase/app": "12.6.0" + "@react-native-firebase/app": "12.6.1" }, "dependencies": { "@expo/config-plugins": "^3.0.7" diff --git a/packages/remote-config/CHANGELOG.md b/packages/remote-config/CHANGELOG.md index cce252ee79..a9d2fc83a5 100644 --- a/packages/remote-config/CHANGELOG.md +++ b/packages/remote-config/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.6.1](https://github.com/invertase/react-native-firebase/compare/v12.6.0...v12.6.1) (2021-08-17) + +**Note:** Version bump only for package @react-native-firebase/remote-config + # [12.6.0](https://github.com/invertase/react-native-firebase/compare/v12.5.0...v12.6.0) (2021-08-16) **Note:** Version bump only for package @react-native-firebase/remote-config diff --git a/packages/remote-config/package.json b/packages/remote-config/package.json index b08386478e..eb8db8ae67 100644 --- a/packages/remote-config/package.json +++ b/packages/remote-config/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/remote-config", - "version": "12.6.0", + "version": "12.6.1", "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", @@ -24,8 +24,8 @@ "remote-config" ], "peerDependencies": { - "@react-native-firebase/analytics": "12.6.0", - "@react-native-firebase/app": "12.6.0" + "@react-native-firebase/analytics": "12.6.1", + "@react-native-firebase/app": "12.6.1" }, "publishConfig": { "access": "public" diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index dfc45d3da2..9056f61f33 100644 --- a/packages/storage/CHANGELOG.md +++ b/packages/storage/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.6.1](https://github.com/invertase/react-native-firebase/compare/v12.6.0...v12.6.1) (2021-08-17) + +**Note:** Version bump only for package @react-native-firebase/storage + # [12.6.0](https://github.com/invertase/react-native-firebase/compare/v12.5.0...v12.6.0) (2021-08-16) **Note:** Version bump only for package @react-native-firebase/storage diff --git a/packages/storage/package.json b/packages/storage/package.json index 9906587068..3f3a8ac95c 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/storage", - "version": "12.6.0", + "version": "12.6.1", "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", @@ -29,7 +29,7 @@ "download" ], "peerDependencies": { - "@react-native-firebase/app": "12.6.0" + "@react-native-firebase/app": "12.6.1" }, "publishConfig": { "access": "public" diff --git a/tests/CHANGELOG.md b/tests/CHANGELOG.md index 5a576c5db2..07cd643031 100644 --- a/tests/CHANGELOG.md +++ b/tests/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [12.6.1](https://github.com/invertase/react-native-firebase/compare/v12.6.0...v12.6.1) (2021-08-17) + +**Note:** Version bump only for package react-native-firebase-tests + + + + + # [12.6.0](https://github.com/invertase/react-native-firebase/compare/v12.5.0...v12.6.0) (2021-08-16) diff --git a/tests/package.json b/tests/package.json index 1a74d4c703..ef95336f3c 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,28 +1,28 @@ { "name": "react-native-firebase-tests", - "version": "12.6.0", + "version": "12.6.1", "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/analytics": "12.6.0", - "@react-native-firebase/app": "12.6.0", - "@react-native-firebase/app-check": "12.6.0", + "@react-native-firebase/analytics": "12.6.1", + "@react-native-firebase/app": "12.6.1", + "@react-native-firebase/app-check": "12.6.1", "@react-native-firebase/app-types": "6.7.2", - "@react-native-firebase/auth": "12.6.0", - "@react-native-firebase/crashlytics": "12.6.0", - "@react-native-firebase/database": "12.6.0", - "@react-native-firebase/dynamic-links": "12.6.0", - "@react-native-firebase/firestore": "12.6.0", - "@react-native-firebase/functions": "12.6.0", - "@react-native-firebase/in-app-messaging": "12.6.0", - "@react-native-firebase/messaging": "12.6.0", - "@react-native-firebase/ml": "12.6.0", - "@react-native-firebase/perf": "12.6.0", - "@react-native-firebase/remote-config": "12.6.0", - "@react-native-firebase/storage": "12.6.0", + "@react-native-firebase/auth": "12.6.1", + "@react-native-firebase/crashlytics": "12.6.1", + "@react-native-firebase/database": "12.6.1", + "@react-native-firebase/dynamic-links": "12.6.1", + "@react-native-firebase/firestore": "12.6.1", + "@react-native-firebase/functions": "12.6.1", + "@react-native-firebase/in-app-messaging": "12.6.1", + "@react-native-firebase/messaging": "12.6.1", + "@react-native-firebase/ml": "12.6.1", + "@react-native-firebase/perf": "12.6.1", + "@react-native-firebase/remote-config": "12.6.1", + "@react-native-firebase/storage": "12.6.1", "react": "17.0.2", "react-native": "0.64.2" },