Skip to content

Commit 8d4c0f4

Browse files
authored
Core Changelog and version updates (#5781)
1 parent 0720618 commit 8d4c0f4

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

FirebaseCore/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v6.8.0 -- M73
2+
- [changed] Functionally neutral refactor to simplify FirebaseCore's header usage and replace
3+
Interop pods with headers only. This change is the reason most of the Firebase pods have a minor
4+
version update and why there may not be another specific release note.
5+
16
# v6.7.1 -- M71
27
- [fixed] Fixed `FirebaseApp`s `bundleID` verification, allowing exact `bundleID` matches
38
for extensions. (#5126)

FirebaseDynamicLinks/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Unreleased
2-
- [fixed] Fixing unwanted pending dynamic links checks on subsequent app restarts
1+
# v4.1.0
2+
- [fixed] Fixing unwanted pending dynamic links checks on subsequent app restarts. (#5665)
33

44
# v4.0.8 -- M67
55
- [fixed] Fix Catalyst build - removed deprecated unused Apple framework dependencies. (#5139)

FirebaseRemoteConfig/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v4.5.1
1+
# v4.6.0
22
- [changed] Removed typedefs from public API method signatures to improve Swift API usage from Xcode. (#5748)
33

44
# v4.5.0

FirebaseStorage/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 3.7.0
22
- [fixed] Fixed a crash when listAll() was called at the root location. (#5772)
33

44
# 3.6.1

Firestore/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# v1.16.0
22
- [fixed] Fixed an issue that may have prevented the client from connecting
33
to the backend immediately after a user signed in.
44

0 commit comments

Comments
 (0)