@react-native-firebase/installations 26.3.1 → 26.3.3
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
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
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
|
+
## [26.3.3](https://github.com/invertase/react-native-firebase/compare/v26.3.2...v26.3.3) (2026-09-01)
|
|
7
|
+
|
|
8
|
+
### Reverts
|
|
9
|
+
|
|
10
|
+
- Revert "chore(release): release packages" ([0a85268](https://github.com/invertase/react-native-firebase/commit/0a85268ae21c706cf1392eaa5b088e85c3273cb7))
|
|
11
|
+
|
|
12
|
+
## [26.3.2](https://github.com/invertase/react-native-firebase/compare/v26.3.1...v26.3.2) (2026-08-21)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package @react-native-firebase/installations
|
|
15
|
+
|
|
6
16
|
## [26.3.1](https://github.com/invertase/react-native-firebase/compare/v26.3.0...v26.3.1) (2026-08-20)
|
|
7
17
|
|
|
8
18
|
### Bug Fixes
|
package/dist/module/version.js
CHANGED
|
@@ -6,7 +6,7 @@ import type { IdChangeCallbackFn, IdChangeUnsubscribeFn, Installations } from '.
|
|
|
6
6
|
*
|
|
7
7
|
* The firebase-js-sdk does not export `SDK_VERSION` from `@firebase/installations`.
|
|
8
8
|
*/
|
|
9
|
-
export declare const SDK_VERSION = "26.3.
|
|
9
|
+
export declare const SDK_VERSION = "26.3.3";
|
|
10
10
|
/**
|
|
11
11
|
* Returns the {@link Installations} instance for the default or given {@link FirebaseApp}.
|
|
12
12
|
*
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "26.3.
|
|
1
|
+
export declare const version = "26.3.3";
|
|
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 = '26.3.
|
|
2
|
+
export const version = '26.3.3';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-native-firebase/installations",
|
|
3
|
-
"version": "26.3.
|
|
3
|
+
"version": "26.3.3",
|
|
4
4
|
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
|
|
5
5
|
"description": "React Native Firebase - Installations",
|
|
6
6
|
"main": "./dist/module/index.js",
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
"installations"
|
|
42
42
|
],
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"@react-native-firebase/app": "26.3.
|
|
44
|
+
"@react-native-firebase/app": "26.3.3"
|
|
45
45
|
},
|
|
46
46
|
"publishConfig": {
|
|
47
47
|
"access": "public",
|
|
48
48
|
"provenance": true
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@react-native-firebase/app": "26.3.
|
|
51
|
+
"@react-native-firebase/app": "26.3.3",
|
|
52
52
|
"react-native-builder-bob": "^0.40.13"
|
|
53
53
|
},
|
|
54
54
|
"exports": {
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
]
|
|
78
78
|
]
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "04b90008385bf69be74f3a333d0dfea43ba32e64"
|
|
81
81
|
}
|