Skip to content

Commit 3cef93b

Browse files
paulb777Corrob
authored andcommitted
Release 5.19.0 (#2589)
* Update versions for Release 5.19.0 * update the changelog (#2583) * Revert #2491 (#2582)
1 parent d22c9b8 commit 3cef93b

15 files changed

+28
-16
lines changed

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ target 'Core_Example_iOS' do
1919
# The next line is the forcing function for the Firebase pod. The Firebase
2020
# version's subspecs should depend on the component versions in their
2121
# corresponding podspec's.
22-
pod 'Firebase/CoreOnly', '5.18.0'
22+
pod 'Firebase/CoreOnly', '5.19.0'
2323

2424
target 'Core_Tests_iOS' do
2525
inherit! :search_paths

Firebase/Core/FIROptions.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141

4242
// Library version ID.
4343
NSString *const kFIRLibraryVersionID = @"5" // Major version (one or more digits)
44-
@"03" // Minor version (exactly 2 digits)
45-
@"01" // Build number (exactly 2 digits)
44+
@"04" // Minor version (exactly 2 digits)
45+
@"00" // Build number (exactly 2 digits)
4646
@"000"; // Fixed "000"
4747
// Plist file name.
4848
NSString *const kServiceInfoFileName = @"GoogleService-Info";

FirebaseAuth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseAuth'
3-
s.version = '5.4.0'
3+
s.version = '5.4.1'
44
s.summary = 'The official iOS client for Firebase Authentication (plus community support for macOS and tvOS)'
55

66
s.description = <<-DESC

FirebaseCore.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseCore'
3-
s.version = '5.3.1'
3+
s.version = '5.4.0'
44
s.summary = 'Firebase Core for iOS (plus community support for macOS and tvOS)'
55

66
s.description = <<-DESC
@@ -33,7 +33,7 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration
3333
s.pod_target_xcconfig = {
3434
'GCC_C_LANGUAGE_STANDARD' => 'c99',
3535
'GCC_PREPROCESSOR_DEFINITIONS' =>
36-
'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=5.18.0',
36+
'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=5.19.0',
3737
'OTHER_CFLAGS' => '-fno-autolink'
3838
}
3939
end

FirebaseDatabase.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseDatabase'
3-
s.version = '5.1.0'
3+
s.version = '5.1.1'
44
s.summary = 'Firebase Open Source Libraries for iOS (plus community support for macOS and tvOS)'
55

66
s.description = <<-DESC

FirebaseDynamicLinks.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseDynamicLinks'
3-
s.version = '3.4.1'
3+
s.version = '3.4.2'
44
s.summary = 'Firebase DynamicLinks for iOS'
55

66
s.description = <<-DESC

FirebaseFirestore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseFirestore'
3-
s.version = '1.0.2'
3+
s.version = '1.1.0'
44
s.summary = 'Google Cloud Firestore for iOS'
55

66
s.description = <<-DESC

FirebaseFunctions.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseFunctions'
3-
s.version = '2.3.0'
3+
s.version = '2.4.0'
44
s.summary = 'Cloud Functions for Firebase iOS SDK.'
55

66
s.description = <<-DESC

FirebaseInAppMessagingDisplay.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseInAppMessagingDisplay'
3-
s.version = '0.13.0'
3+
s.version = '0.13.1'
44
s.summary = 'Firebase In-App Messaging UI for iOS'
55

66
s.description = <<-DESC

FirebaseInstanceID.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseInstanceID'
3-
s.version = '3.7.0'
3+
s.version = '3.8.0'
44
s.summary = 'Firebase InstanceID for iOS'
55

66
s.description = <<-DESC

FirebaseMessaging.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseMessaging'
3-
s.version = '3.3.2'
3+
s.version = '3.4.0'
44
s.summary = 'Firebase Messaging for iOS'
55

66
s.description = <<-DESC

FirebaseStorage.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseStorage'
3-
s.version = '3.1.0'
3+
s.version = '3.1.1'
44
s.summary = 'Firebase Storage for iOS (plus community support for macOS and tvOS)'
55

66
s.description = <<-DESC

Firestore/Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ target 'Firestore_Example_iOS' do
1414
# The next line is the forcing function for the Firebase pod. The Firebase
1515
# version's subspecs should depend on the component versions in their
1616
# corresponding podspec's.
17-
pod 'Firebase/CoreOnly', '5.18.0'
17+
pod 'Firebase/CoreOnly', '5.19.0'
1818

1919
pod 'FirebaseAuth', :path => '../../'
2020
pod 'FirebaseAuthInterop', :path => '../../'

Releases/Manifests/5.19.0.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"FirebaseAuth":"5.4.1",
3+
"FirebaseCore":"5.4.0",
4+
"FirebaseDatabase":"5.1.1",
5+
"FirebaseDynamicLinks":"3.4.2",
6+
"FirebaseFirestore":"1.1.0",
7+
"FirebaseFunctions":"2.4.0",
8+
"FirebaseInAppMessagingDisplay":"0.13.1",
9+
"FirebaseInstanceID":"3.8.0",
10+
"FirebaseMessaging":"3.4.0",
11+
"FirebaseStorage":"3.1.1"
12+
}

SymbolCollisionTest/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target 'SymbolCollisionTest' do
66
# use_frameworks!
77

88
# Firebase Pods
9-
pod 'Firebase', '5.18.0'
9+
pod 'Firebase', '5.19.0'
1010
pod 'FirebaseAnalytics'
1111
pod 'FirebaseAuth'
1212
pod 'FirebaseCore'

0 commit comments

Comments
 (0)