Skip to content

Commit 39fe9dd

Browse files
Merging the 6.1.0 release into master (#3049)
* Update versions for Release 6.1.0 * Release 6.1.0 - cherry pick of #3007 (#3011) * 6.1.0 manifest updated. FirebaseInAppMessaging bumped to 0.14.1 * Early return from sending analytics events in instance ID is nil (#3007)
1 parent e86be98 commit 39fe9dd

File tree

11 files changed

+21
-11
lines changed

11 files changed

+21
-11
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 the
2121
# corresponding podspec's in this repo.
22-
pod 'Firebase/CoreOnly', '6.0.0'
22+
pod 'Firebase/CoreOnly', '6.1.0'
2323

2424
target 'Core_Tests_iOS' do
2525
inherit! :search_paths

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 = '6.0.0'
3+
s.version = '6.1.0'
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 = '6.0.0'
3+
s.version = '6.0.1'
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=6.0.0',
36+
'FIRCore_VERSION=' + s.version.to_s + ' Firebase_VERSION=6.1.0',
3737
'OTHER_CFLAGS' => '-fno-autolink'
3838
}
3939
s.test_spec 'unit' do |unit_tests|

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.3.0'
3+
s.version = '1.3.1'
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.5.0'
3+
s.version = '2.5.1'
44
s.summary = 'Cloud Functions for Firebase iOS SDK.'
55

66
s.description = <<-DESC

FirebaseInAppMessaging.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 = 'FirebaseInAppMessaging'
3-
s.version = '0.14.0'
3+
s.version = '0.14.1'
44
s.summary = 'Firebase In-App Messaging 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 = '4.0.0'
3+
s.version = '4.0.1'
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.2.0'
3+
s.version = '3.2.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
@@ -43,7 +43,7 @@ target 'Firestore_Example_iOS' do
4343
# The next line is the forcing function for the Firebase pod. The Firebase
4444
# version's subspecs should depend on the component versions in their
4545
# corresponding podspec's.
46-
pod 'Firebase/CoreOnly', '6.0.0'
46+
pod 'Firebase/CoreOnly', '6.1.0'
4747

4848
pod 'FirebaseAuth', :path => '../../'
4949
pod 'FirebaseAuthInterop', :path => '../../'

Releases/Manifests/6.1.0.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"FirebaseAuth":"6.1.0",
3+
"FirebaseCore":"6.0.1",
4+
"FirebaseFirestore":"1.3.1",
5+
"FirebaseFunctions":"2.5.1",
6+
"FirebaseInAppMessaging":"0.14.1",
7+
"FirebaseInstanceID":"4.1.0",
8+
"FirebaseMessaging":"4.0.1",
9+
"FirebaseStorage":"3.2.1"
10+
}

0 commit comments

Comments
 (0)