diff --git a/CHANGELOG.md b/CHANGELOG.md index 2516888555..a133fecd12 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. +## [14.9.1](https://github.com/invertase/react-native-firebase/compare/v14.9.0...v14.9.1) (2022-04-28) + + +### Bug Fixes + +* **ios, expo:** add Expo plugin objcpp / Expo 45 compatibility ([#6223](https://github.com/invertase/react-native-firebase/issues/6223)) ([9de82d3](https://github.com/invertase/react-native-firebase/commit/9de82d356862d7dc359d90b4cd1643724de3a862)) + + + + + # [14.9.0](https://github.com/invertase/react-native-firebase/compare/v14.8.1...v14.9.0) (2022-04-27) diff --git a/lerna.json b/lerna.json index 98d9ddd6f6..e9a30442ac 100644 --- a/lerna.json +++ b/lerna.json @@ -20,5 +20,5 @@ "**/e2e/**", "**/tests/**" ], - "version": "14.9.0" + "version": "14.9.1" } diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index 33169a266c..381a2b09ae 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. +## [14.9.1](https://github.com/invertase/react-native-firebase/compare/v14.9.0...v14.9.1) (2022-04-28) + +**Note:** Version bump only for package @react-native-firebase/analytics + # [14.9.0](https://github.com/invertase/react-native-firebase/compare/v14.8.1...v14.9.0) (2022-04-27) **Note:** Version bump only for package @react-native-firebase/analytics diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 58cc41c655..8dc980e461 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/analytics", - "version": "14.9.0", + "version": "14.9.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": "14.9.0" + "@react-native-firebase/app": "14.9.1" }, "publishConfig": { "access": "public" diff --git a/packages/app-check/CHANGELOG.md b/packages/app-check/CHANGELOG.md index 15ff6d76ce..1972752454 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. +## [14.9.1](https://github.com/invertase/react-native-firebase/compare/v14.9.0...v14.9.1) (2022-04-28) + +**Note:** Version bump only for package @react-native-firebase/app-check + # [14.9.0](https://github.com/invertase/react-native-firebase/compare/v14.8.1...v14.9.0) (2022-04-27) **Note:** Version bump only for package @react-native-firebase/app-check diff --git a/packages/app-check/package.json b/packages/app-check/package.json index 0c3dca249b..d2134b3447 100644 --- a/packages/app-check/package.json +++ b/packages/app-check/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/app-check", - "version": "14.9.0", + "version": "14.9.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": "14.9.0" + "@react-native-firebase/app": "14.9.1" }, "publishConfig": { "access": "public" diff --git a/packages/app-distribution/CHANGELOG.md b/packages/app-distribution/CHANGELOG.md index 52c70ff985..c0a16e5eb7 100644 --- a/packages/app-distribution/CHANGELOG.md +++ b/packages/app-distribution/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. +## [14.9.1](https://github.com/invertase/react-native-firebase/compare/v14.9.0...v14.9.1) (2022-04-28) + +**Note:** Version bump only for package @react-native-firebase/app-distribution + # [14.9.0](https://github.com/invertase/react-native-firebase/compare/v14.8.1...v14.9.0) (2022-04-27) **Note:** Version bump only for package @react-native-firebase/app-distribution diff --git a/packages/app-distribution/package.json b/packages/app-distribution/package.json index 0d209814d2..69f1b8d29e 100644 --- a/packages/app-distribution/package.json +++ b/packages/app-distribution/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/app-distribution", - "version": "14.9.0", + "version": "14.9.1", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - App Distribution", "main": "lib/index.js", @@ -22,7 +22,7 @@ "app-distribution" ], "peerDependencies": { - "@react-native-firebase/app": "14.9.0" + "@react-native-firebase/app": "14.9.1" }, "publishConfig": { "access": "public" diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index 15213aeeb8..022fb5f4e1 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/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. +## [14.9.1](https://github.com/invertase/react-native-firebase/compare/v14.9.0...v14.9.1) (2022-04-28) + +### Bug Fixes + +- **ios, expo:** add Expo plugin objcpp / Expo 45 compatibility ([#6223](https://github.com/invertase/react-native-firebase/issues/6223)) ([9de82d3](https://github.com/invertase/react-native-firebase/commit/9de82d356862d7dc359d90b4cd1643724de3a862)) + # [14.9.0](https://github.com/invertase/react-native-firebase/compare/v14.8.1...v14.9.0) (2022-04-27) **Note:** Version bump only for package @react-native-firebase/app diff --git a/packages/app/package.json b/packages/app/package.json index ae3027d539..595517e134 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/app", - "version": "14.9.0", + "version": "14.9.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 ba8ad5e06b..10ceaee301 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. +## [14.9.1](https://github.com/invertase/react-native-firebase/compare/v14.9.0...v14.9.1) (2022-04-28) + +**Note:** Version bump only for package @react-native-firebase/auth + # [14.9.0](https://github.com/invertase/react-native-firebase/compare/v14.8.1...v14.9.0) (2022-04-27) ### Features diff --git a/packages/auth/package.json b/packages/auth/package.json index 090f50537a..5127bd2382 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/auth", - "version": "14.9.0", + "version": "14.9.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": "14.9.0" + "@react-native-firebase/app": "14.9.1" }, "publishConfig": { "access": "public" diff --git a/packages/crashlytics/CHANGELOG.md b/packages/crashlytics/CHANGELOG.md index c3196877f0..607cf0db1c 100644 --- a/packages/crashlytics/CHANGELOG.md +++ b/packages/crashlytics/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. +## [14.9.1](https://github.com/invertase/react-native-firebase/compare/v14.9.0...v14.9.1) (2022-04-28) + +**Note:** Version bump only for package @react-native-firebase/crashlytics + # [14.9.0](https://github.com/invertase/react-native-firebase/compare/v14.8.1...v14.9.0) (2022-04-27) **Note:** Version bump only for package @react-native-firebase/crashlytics diff --git a/packages/crashlytics/package.json b/packages/crashlytics/package.json index 27218c81f6..dad13286ee 100644 --- a/packages/crashlytics/package.json +++ b/packages/crashlytics/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/crashlytics", - "version": "14.9.0", + "version": "14.9.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": "14.9.0" + "@react-native-firebase/app": "14.9.1" }, "dependencies": { "@expo/config-plugins": "^4.1.1", diff --git a/packages/database/CHANGELOG.md b/packages/database/CHANGELOG.md index 079ac90f4b..11095fbc34 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. +## [14.9.1](https://github.com/invertase/react-native-firebase/compare/v14.9.0...v14.9.1) (2022-04-28) + +**Note:** Version bump only for package @react-native-firebase/database + # [14.9.0](https://github.com/invertase/react-native-firebase/compare/v14.8.1...v14.9.0) (2022-04-27) **Note:** Version bump only for package @react-native-firebase/database diff --git a/packages/database/package.json b/packages/database/package.json index fdcfe21755..5fea158b60 100644 --- a/packages/database/package.json +++ b/packages/database/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/database", - "version": "14.9.0", + "version": "14.9.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": "14.9.0" + "@react-native-firebase/app": "14.9.1" }, "publishConfig": { "access": "public" diff --git a/packages/dynamic-links/CHANGELOG.md b/packages/dynamic-links/CHANGELOG.md index 44e9772dc3..36b2159e2d 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. +## [14.9.1](https://github.com/invertase/react-native-firebase/compare/v14.9.0...v14.9.1) (2022-04-28) + +**Note:** Version bump only for package @react-native-firebase/dynamic-links + # [14.9.0](https://github.com/invertase/react-native-firebase/compare/v14.8.1...v14.9.0) (2022-04-27) **Note:** Version bump only for package @react-native-firebase/dynamic-links diff --git a/packages/dynamic-links/package.json b/packages/dynamic-links/package.json index 566230e063..c2cd56d48e 100644 --- a/packages/dynamic-links/package.json +++ b/packages/dynamic-links/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/dynamic-links", - "version": "14.9.0", + "version": "14.9.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": "14.9.0" + "@react-native-firebase/app": "14.9.1" }, "publishConfig": { "access": "public" diff --git a/packages/firestore/CHANGELOG.md b/packages/firestore/CHANGELOG.md index 8258b8b1c9..ccf5e0bebb 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. +## [14.9.1](https://github.com/invertase/react-native-firebase/compare/v14.9.0...v14.9.1) (2022-04-28) + +**Note:** Version bump only for package @react-native-firebase/firestore + # [14.9.0](https://github.com/invertase/react-native-firebase/compare/v14.8.1...v14.9.0) (2022-04-27) ### Features diff --git a/packages/firestore/package.json b/packages/firestore/package.json index 985ba2a346..121930f330 100644 --- a/packages/firestore/package.json +++ b/packages/firestore/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/firestore", - "version": "14.9.0", + "version": "14.9.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": "14.9.0" + "@react-native-firebase/app": "14.9.1" }, "publishConfig": { "access": "public" diff --git a/packages/functions/CHANGELOG.md b/packages/functions/CHANGELOG.md index 4d16d0e42f..92d7f1ccac 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. +## [14.9.1](https://github.com/invertase/react-native-firebase/compare/v14.9.0...v14.9.1) (2022-04-28) + +**Note:** Version bump only for package @react-native-firebase/functions + # [14.9.0](https://github.com/invertase/react-native-firebase/compare/v14.8.1...v14.9.0) (2022-04-27) **Note:** Version bump only for package @react-native-firebase/functions diff --git a/packages/functions/package.json b/packages/functions/package.json index 6f0db3c4e3..c0d1cc5061 100644 --- a/packages/functions/package.json +++ b/packages/functions/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/functions", - "version": "14.9.0", + "version": "14.9.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": "14.9.0" + "@react-native-firebase/app": "14.9.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 1857bec3f4..122795ec2f 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. +## [14.9.1](https://github.com/invertase/react-native-firebase/compare/v14.9.0...v14.9.1) (2022-04-28) + +**Note:** Version bump only for package @react-native-firebase/in-app-messaging + # [14.9.0](https://github.com/invertase/react-native-firebase/compare/v14.8.1...v14.9.0) (2022-04-27) **Note:** Version bump only for package @react-native-firebase/in-app-messaging diff --git a/packages/in-app-messaging/package.json b/packages/in-app-messaging/package.json index 3926d0eea9..7aa3a3fcb2 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": "14.9.0", + "version": "14.9.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": "14.9.0", - "@react-native-firebase/app": "14.9.0" + "@react-native-firebase/analytics": "14.9.1", + "@react-native-firebase/app": "14.9.1" }, "publishConfig": { "access": "public" diff --git a/packages/installations/CHANGELOG.md b/packages/installations/CHANGELOG.md index cbbbd03e51..ffa51088cf 100644 --- a/packages/installations/CHANGELOG.md +++ b/packages/installations/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. +## [14.9.1](https://github.com/invertase/react-native-firebase/compare/v14.9.0...v14.9.1) (2022-04-28) + +**Note:** Version bump only for package @react-native-firebase/installations + # [14.9.0](https://github.com/invertase/react-native-firebase/compare/v14.8.1...v14.9.0) (2022-04-27) **Note:** Version bump only for package @react-native-firebase/installations diff --git a/packages/installations/package.json b/packages/installations/package.json index 78c3925035..e74e3185c3 100644 --- a/packages/installations/package.json +++ b/packages/installations/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/installations", - "version": "14.9.0", + "version": "14.9.1", "author": "Invertase (http://invertase.io)", "description": "React Native Firebase - Installations", "main": "lib/index.js", @@ -22,7 +22,7 @@ "installations" ], "peerDependencies": { - "@react-native-firebase/app": "14.9.0" + "@react-native-firebase/app": "14.9.1" }, "publishConfig": { "access": "public" diff --git a/packages/messaging/CHANGELOG.md b/packages/messaging/CHANGELOG.md index 1a2795a018..8c5129f317 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. +## [14.9.1](https://github.com/invertase/react-native-firebase/compare/v14.9.0...v14.9.1) (2022-04-28) + +**Note:** Version bump only for package @react-native-firebase/messaging + # [14.9.0](https://github.com/invertase/react-native-firebase/compare/v14.8.1...v14.9.0) (2022-04-27) **Note:** Version bump only for package @react-native-firebase/messaging diff --git a/packages/messaging/package.json b/packages/messaging/package.json index a566099ec4..e52a5aa65b 100644 --- a/packages/messaging/package.json +++ b/packages/messaging/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/messaging", - "version": "14.9.0", + "version": "14.9.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": "14.9.0" + "@react-native-firebase/app": "14.9.1" }, "publishConfig": { "access": "public" diff --git a/packages/ml/CHANGELOG.md b/packages/ml/CHANGELOG.md index b0c67606f4..bc2c25f2f2 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. +## [14.9.1](https://github.com/invertase/react-native-firebase/compare/v14.9.0...v14.9.1) (2022-04-28) + +**Note:** Version bump only for package @react-native-firebase/ml + # [14.9.0](https://github.com/invertase/react-native-firebase/compare/v14.8.1...v14.9.0) (2022-04-27) **Note:** Version bump only for package @react-native-firebase/ml diff --git a/packages/ml/package.json b/packages/ml/package.json index 6ab595886b..f9292e9894 100644 --- a/packages/ml/package.json +++ b/packages/ml/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/ml", - "version": "14.9.0", + "version": "14.9.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": "14.9.0" + "@react-native-firebase/app": "14.9.1" }, "publishConfig": { "access": "public" diff --git a/packages/perf/CHANGELOG.md b/packages/perf/CHANGELOG.md index 268feb668e..222cdd53d9 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. +## [14.9.1](https://github.com/invertase/react-native-firebase/compare/v14.9.0...v14.9.1) (2022-04-28) + +**Note:** Version bump only for package @react-native-firebase/perf + # [14.9.0](https://github.com/invertase/react-native-firebase/compare/v14.8.1...v14.9.0) (2022-04-27) **Note:** Version bump only for package @react-native-firebase/perf diff --git a/packages/perf/package.json b/packages/perf/package.json index 4b146cfd62..2dd058cb67 100644 --- a/packages/perf/package.json +++ b/packages/perf/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/perf", - "version": "14.9.0", + "version": "14.9.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": "14.9.0" + "@react-native-firebase/app": "14.9.1" }, "dependencies": { "@expo/config-plugins": "^4.1.1" diff --git a/packages/remote-config/CHANGELOG.md b/packages/remote-config/CHANGELOG.md index dafc747d46..7f7aeaa1c0 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. +## [14.9.1](https://github.com/invertase/react-native-firebase/compare/v14.9.0...v14.9.1) (2022-04-28) + +**Note:** Version bump only for package @react-native-firebase/remote-config + # [14.9.0](https://github.com/invertase/react-native-firebase/compare/v14.8.1...v14.9.0) (2022-04-27) **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 b50dfc4e62..a0b3e60110 100644 --- a/packages/remote-config/package.json +++ b/packages/remote-config/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/remote-config", - "version": "14.9.0", + "version": "14.9.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": "14.9.0", - "@react-native-firebase/app": "14.9.0" + "@react-native-firebase/analytics": "14.9.1", + "@react-native-firebase/app": "14.9.1" }, "publishConfig": { "access": "public" diff --git a/packages/storage/CHANGELOG.md b/packages/storage/CHANGELOG.md index ba7b0f16a3..39fe8c9b6a 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. +## [14.9.1](https://github.com/invertase/react-native-firebase/compare/v14.9.0...v14.9.1) (2022-04-28) + +**Note:** Version bump only for package @react-native-firebase/storage + # [14.9.0](https://github.com/invertase/react-native-firebase/compare/v14.8.1...v14.9.0) (2022-04-27) **Note:** Version bump only for package @react-native-firebase/storage diff --git a/packages/storage/package.json b/packages/storage/package.json index 804910e604..488be5111a 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-firebase/storage", - "version": "14.9.0", + "version": "14.9.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": "14.9.0" + "@react-native-firebase/app": "14.9.1" }, "publishConfig": { "access": "public" diff --git a/tests/CHANGELOG.md b/tests/CHANGELOG.md index 727dd463c9..fc82976c1b 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. +## [14.9.1](https://github.com/invertase/react-native-firebase/compare/v14.9.0...v14.9.1) (2022-04-28) + +**Note:** Version bump only for package react-native-firebase-tests + + + + + # [14.9.0](https://github.com/invertase/react-native-firebase/compare/v14.8.1...v14.9.0) (2022-04-27) diff --git a/tests/package.json b/tests/package.json index 2962732d4e..c5440ffa0d 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,30 +1,30 @@ { "name": "react-native-firebase-tests", - "version": "14.9.0", + "version": "14.9.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": "14.9.0", - "@react-native-firebase/app": "14.9.0", - "@react-native-firebase/app-check": "14.9.0", - "@react-native-firebase/app-distribution": "14.9.0", + "@react-native-firebase/analytics": "14.9.1", + "@react-native-firebase/app": "14.9.1", + "@react-native-firebase/app-check": "14.9.1", + "@react-native-firebase/app-distribution": "14.9.1", "@react-native-firebase/app-types": "6.7.2", - "@react-native-firebase/auth": "14.9.0", - "@react-native-firebase/crashlytics": "14.9.0", - "@react-native-firebase/database": "14.9.0", - "@react-native-firebase/dynamic-links": "14.9.0", - "@react-native-firebase/firestore": "14.9.0", - "@react-native-firebase/functions": "14.9.0", - "@react-native-firebase/in-app-messaging": "14.9.0", - "@react-native-firebase/installations": "14.9.0", - "@react-native-firebase/messaging": "14.9.0", - "@react-native-firebase/ml": "14.9.0", - "@react-native-firebase/perf": "14.9.0", - "@react-native-firebase/remote-config": "14.9.0", - "@react-native-firebase/storage": "14.9.0", + "@react-native-firebase/auth": "14.9.1", + "@react-native-firebase/crashlytics": "14.9.1", + "@react-native-firebase/database": "14.9.1", + "@react-native-firebase/dynamic-links": "14.9.1", + "@react-native-firebase/firestore": "14.9.1", + "@react-native-firebase/functions": "14.9.1", + "@react-native-firebase/in-app-messaging": "14.9.1", + "@react-native-firebase/installations": "14.9.1", + "@react-native-firebase/messaging": "14.9.1", + "@react-native-firebase/ml": "14.9.1", + "@react-native-firebase/perf": "14.9.1", + "@react-native-firebase/remote-config": "14.9.1", + "@react-native-firebase/storage": "14.9.1", "postinstall-postinstall": "2.1.0", "react": "17.0.2", "react-native": "0.67.3"