@react-native-firebase/app 21.4.0 → 21.4.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,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
+ ## [21.4.1](https://github.com/invertase/react-native-firebase/compare/v21.4.0...v21.4.1) (2024-11-13)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **app, ios:** adopt firebase-ios-sdk 11.5.0 ([c387357](https://github.com/invertase/react-native-firebase/commit/c387357ac8be7a2186aa1872a3d41e370d4ce5e3))
11
+
12
+ ### Reverts
13
+
14
+ - Revert "fix(ios, sdk): constrain transitive dependencies more tightly" ([1ff247c](https://github.com/invertase/react-native-firebase/commit/1ff247cd73804efbd52eb9490f68087685de814c))
15
+
6
16
  ## [21.4.0](https://github.com/invertase/react-native-firebase/compare/v21.3.0...v21.4.0) (2024-11-07)
7
17
 
8
18
  ### Features
package/RNFBApp.podspec CHANGED
@@ -33,7 +33,7 @@ Pod::Spec.new do |s|
33
33
  end
34
34
 
35
35
  # Firebase dependencies
36
- s.dependency 'Firebase/CoreOnly', "<= #{firebase_sdk_version}"
36
+ s.dependency 'Firebase/CoreOnly', firebase_sdk_version
37
37
 
38
38
  if defined?($RNFirebaseAsStaticFramework)
39
39
  Pod::UI.puts "#{s.name}: Using overridden static_framework value of '#{$RNFirebaseAsStaticFramework}'"
@@ -18,5 +18,5 @@ package io.invertase.firebase.app;
18
18
  */
19
19
  // generated file - do not modify or commit
20
20
  public class ReactNativeFirebaseVersion {
21
- public static String VERSION = "21.4.0";
21
+ public static String VERSION = "21.4.1";
22
22
  }
@@ -18,4 +18,4 @@
18
18
  #import <React/RCTVersion.h>
19
19
 
20
20
  // generated file - do not modify or commit
21
- NSString* const RNFBVersionString = @"21.4.0";
21
+ NSString* const RNFBVersionString = @"21.4.1";
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '21.4.0';
2
+ module.exports = '21.4.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/app",
3
- "version": "21.4.0",
3
+ "version": "21.4.1",
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": "lib/index.js",
@@ -74,7 +74,7 @@
74
74
  },
75
75
  "sdkVersions": {
76
76
  "ios": {
77
- "firebase": "11.4.0",
77
+ "firebase": "11.5.0",
78
78
  "iosTarget": "13.0",
79
79
  "macosTarget": "10.15",
80
80
  "tvosTarget": "13.0"
@@ -90,5 +90,5 @@
90
90
  "playServicesAuth": "21.2.0"
91
91
  }
92
92
  },
93
- "gitHead": "227e1ed54cf668cbc701c0ed2542b8ec66957e1e"
93
+ "gitHead": "1c4301c4f57fe6fe8235e73e13a523ad1af156ad"
94
94
  }