Procházet zdrojové kódy

Core Changelog and version updates (#5781)

Paul Beusterien před 5 roky
rodič
revize
8d4c0f4e66

+ 5 - 0
FirebaseCore/CHANGELOG.md

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

+ 2 - 2
FirebaseDynamicLinks/CHANGELOG.md

@@ -1,5 +1,5 @@
-# Unreleased
-- [fixed] Fixing unwanted pending dynamic links checks on subsequent app restarts
+# v4.1.0
+- [fixed] Fixing unwanted pending dynamic links checks on subsequent app restarts. (#5665)
 
 # v4.0.8 -- M67
 - [fixed] Fix Catalyst build - removed deprecated unused Apple framework dependencies. (#5139)

+ 1 - 1
FirebaseRemoteConfig/CHANGELOG.md

@@ -1,4 +1,4 @@
-# v4.5.1
+# v4.6.0
 - [changed] Removed typedefs from public API method signatures to improve Swift API usage from Xcode. (#5748)
 
 # v4.5.0

+ 1 - 1
FirebaseStorage/CHANGELOG.md

@@ -1,4 +1,4 @@
-# Unreleased
+# 3.7.0
 - [fixed] Fixed a crash when listAll() was called at the root location. (#5772)
 
 # 3.6.1

+ 1 - 1
Firestore/CHANGELOG.md

@@ -1,4 +1,4 @@
-# Unreleased
+# v1.16.0
 - [fixed] Fixed an issue that may have prevented the client from connecting
   to the backend immediately after a user signed in.