@react-native-firebase/storage 25.0.0 → 25.0.1

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,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
+ ## [25.0.1](https://github.com/invertase/react-native-firebase/compare/v25.0.0...v25.0.1) (2026-06-23)
7
+
8
+ **Note:** Version bump only for package @react-native-firebase/storage
9
+
6
10
  ## [25.0.0](https://github.com/invertase/react-native-firebase/compare/v24.0.0...v25.0.0) (2026-06-23)
7
11
 
8
12
  ### ⚠ BREAKING CHANGES
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
 
3
3
  // Generated by genversion.
4
- export const version = '25.0.0';
4
+ export const version = '25.0.1';
5
5
  //# sourceMappingURL=version.js.map
@@ -1,6 +1,6 @@
1
1
  import type { ReactNativeFirebase } from '@react-native-firebase/app';
2
2
  import type { FirebaseStorageTypes } from './types/namespaced';
3
- export declare const SDK_VERSION = "25.0.0";
3
+ export declare const SDK_VERSION = "25.0.1";
4
4
  type StorageNamespace = ReactNativeFirebase.FirebaseModuleWithStaticsAndApp<FirebaseStorageTypes.Module, FirebaseStorageTypes.Statics> & {
5
5
  storage: ReactNativeFirebase.FirebaseModuleWithStaticsAndApp<FirebaseStorageTypes.Module, FirebaseStorageTypes.Statics>;
6
6
  firebase: ReactNativeFirebase.Module;
@@ -1,2 +1,2 @@
1
- export declare const version = "25.0.0";
1
+ export declare const version = "25.0.1";
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 = '25.0.0';
2
+ export const version = '25.0.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/storage",
3
- "version": "25.0.0",
3
+ "version": "25.0.1",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "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.",
6
6
  "main": "./dist/module/index.js",
@@ -30,7 +30,7 @@
30
30
  "download"
31
31
  ],
32
32
  "peerDependencies": {
33
- "@react-native-firebase/app": "25.0.0"
33
+ "@react-native-firebase/app": "25.0.1"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public",
@@ -69,5 +69,5 @@
69
69
  "node_modules/",
70
70
  "dist/"
71
71
  ],
72
- "gitHead": "eac5bf5f3c80b158bf85b33789e4b64bfd16bbe1"
72
+ "gitHead": "8c1c22f54a052ea8151b66ce079caf06e7703d4a"
73
73
  }