@react-native-firebase/app 23.8.4 → 23.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/android/src/reactnative/java/io/invertase/firebase/app/ReactNativeFirebaseVersion.java +1 -1
- package/dist/module/version.js +1 -1
- package/dist/typescript/lib/modular.d.ts +1 -1
- package/dist/typescript/lib/version.d.ts +1 -1
- package/ios/RNFBApp/RNFBVersion.m +1 -1
- package/lib/version.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [23.8.5](https://github.com/invertase/react-native-firebase/compare/v23.8.4...v23.8.5) (2026-01-31)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @react-native-firebase/app
|
|
9
|
+
|
|
6
10
|
## [23.8.4](https://github.com/invertase/react-native-firebase/compare/v23.8.3...v23.8.4) (2026-01-24)
|
|
7
11
|
|
|
8
12
|
### Bug Fixes
|
package/dist/module/version.js
CHANGED
|
@@ -91,5 +91,5 @@ export declare function preferencesSetBool(key: string, value: boolean): Promise
|
|
|
91
91
|
* @returns Promise<void>
|
|
92
92
|
*/
|
|
93
93
|
export declare function preferencesSetString(key: string, value: string): Promise<void>;
|
|
94
|
-
export declare const SDK_VERSION = "23.8.
|
|
94
|
+
export declare const SDK_VERSION = "23.8.5";
|
|
95
95
|
//# sourceMappingURL=modular.d.ts.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "23.8.
|
|
1
|
+
export declare const version = "23.8.5";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/lib/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Generated by genversion.
|
|
2
|
-
export const version = '23.8.
|
|
2
|
+
export const version = '23.8.5';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-firebase/app",
|
|
3
|
-
"version": "23.8.
|
|
3
|
+
"version": "23.8.5",
|
|
4
4
|
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
|
|
5
5
|
"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.",
|
|
6
6
|
"main": "./dist/module/index.js",
|
|
@@ -145,5 +145,5 @@
|
|
|
145
145
|
"node_modules/",
|
|
146
146
|
"dist/"
|
|
147
147
|
],
|
|
148
|
-
"gitHead": "
|
|
148
|
+
"gitHead": "93815b11aef9f02c24649212771ecaaf1b230ae7"
|
|
149
149
|
}
|