Skip to content

Commit aafe91c

Browse files
committed
Fix empty lines between sections
1 parent 576ffe0 commit aafe91c

File tree

23 files changed

+34
-223
lines changed

23 files changed

+34
-223
lines changed

appcheck/firebase-appcheck-debug-testing/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Unreleased
2+
23
# 16.0.1
34
* [changed] Updated dependency of `play-services-basement` to its latest
45
version (v18.1.0).

appcheck/firebase-appcheck-debug/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Unreleased
2+
23
# 16.0.1
34
* [changed] Updated dependency of `play-services-basement` to its latest
45
version (v18.1.0).

appcheck/firebase-appcheck-playintegrity/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Unreleased
2+
23
# 16.0.1
34
* [changed] Updated dependency of `play-services-basement` to its latest
45
version (v18.1.0).
5-
6+
67
# 16.0.0
78
* [feature] Added support for
89
[Play Integrity](https://developer.android.com/google/play/integrity) as an

appcheck/firebase-appcheck-safetynet/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Unreleased
2+
23
# 16.0.1
34
* [changed] Updated dependency of `play-services-basement` to its latest
45
version (v18.1.0).

appcheck/firebase-appcheck/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Unreleased
2+
23
# 16.0.1
34
* [changed] Updated dependency of `play-services-basement` to its latest
45
version (v18.1.0).

firebase-abt/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
# Unreleased
2+

firebase-appdistribution-api/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Unreleased
2+
23
# 16.0.0-beta03
34
* [feature] The [appdistro] SDK has been split into two libraries:
45

@@ -16,7 +17,6 @@
1617
[add these SDKs](/docs/app-distribution/set-up-alerts?platform=android#add-appdistro)
1718
to your Android app.
1819

19-
2020
## Kotlin
2121
With the removal of the Kotlin extensions library
2222
`firebase-appdistribution-ktx`, its functionality has been moved to the new
@@ -25,3 +25,4 @@ API-only library: `firebase-appdistribution-api-ktx`.
2525
This new Kotlin extensions library transitively includes the
2626
`firebase-appdistribution-api` library. The Kotlin extensions library has no
2727
additional updates.
28+

firebase-appdistribution/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Unreleased
2+
23
# 16.0.0-beta03
34
* [feature] The [appdistro] SDK has been split into two libraries:
45

@@ -16,7 +17,6 @@
1617
[add these SDKs](/docs/app-distribution/set-up-alerts?platform=android#add-appdistro)
1718
to your Android app.
1819

19-
2020
## Kotlin
2121
* [removed] The Kotlin extensions library `firebase-appdistribution-ktx`
2222
has been removed. All its functionality has been moved to the new API-only
@@ -31,7 +31,6 @@ incorrect error message.
3131

3232
* [changed] Internal improvements to tests.
3333

34-
3534
## Kotlin
3635
The Kotlin extensions library transitively includes the base
3736
`firebase-app-distribution` library. The Kotlin extensions library has no
@@ -43,7 +42,6 @@ additional updates.
4342
To learn more, visit the
4443
[[appdistro] reference documentation](/docs/reference/android/com/google/firebase/appdistribution/package-summary).
4544

46-
4745
## Kotlin
4846
The [appdistro] Android library with Kotlin extensions is now available in
4947
beta. The Kotlin extensions library transitively includes the base

firebase-config/CHANGELOG.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Unreleased
2+
23
# 21.1.2
34
* [changed] Updated dependency of `play-services-basement` to its latest
45
version (v18.1.0).
56

6-
77
## Kotlin
88
The Kotlin extensions library transitively includes the updated
99
`firebase-config` library. The Kotlin extensions library has no additional
@@ -15,7 +15,6 @@ updates.
1515
<a href="https://github.com/firebase/firebase-android-sdk/issues/3757"
1616
class="external">GitHub Issue #3757</a>
1717

18-
1918
## Kotlin
2019
The Kotlin extensions library transitively includes the updated
2120
`firebase-config` library. The Kotlin extensions library has no additional
@@ -32,7 +31,6 @@ updates.
3231

3332
* [changed] Added first-open time to [remote_config] server requests.
3433

35-
3634
## Kotlin
3735
The Kotlin extensions library transitively includes the updated
3836
`firebase-config` library. The Kotlin extensions library has no additional
@@ -45,7 +43,6 @@ updates.
4543
[note](#basement18-0-0_base18-0-1_tasks18-0-1) at the top of this release
4644
entry.
4745

48-
4946
## Kotlin
5047
The Kotlin extensions library transitively includes the updated
5148
`firebase-config` library. The Kotlin extensions library has no additional
@@ -55,7 +52,6 @@ updates.
5552
* [fixed] Fixed a bug in the initialization of [remote_config] with a
5653
non-primary Firebase app.
5754

58-
5955
## Kotlin
6056
The Kotlin extensions library transitively includes the updated
6157
`firebase-config` library. The Kotlin extensions library has no additional
@@ -65,7 +61,6 @@ updates.
6561
* [changed] Internal infrastructure improvements.
6662
* [changed] Internal changes to support dynamic feature modules.
6763

68-
6964
## Kotlin
7065
The Kotlin extensions library transitively includes the updated
7166
`firebase-config` library. The Kotlin extensions library has no additional
@@ -74,7 +69,6 @@ updates.
7469
# 20.0.4
7570
* [changed] Improved condition targeting signals.
7671

77-
7872
## Kotlin
7973
The Kotlin extensions library transitively includes the updated
8074
`firebase-config` library. The Kotlin extensions library has no additional
@@ -84,7 +78,6 @@ updates.
8478
* [changed] Standardize support for other Firebase products that integrate
8579
with [remote_config].
8680

87-
8881
## Kotlin
8982
The Kotlin extensions library transitively includes the updated
9083
`firebase-config` library. The Kotlin extensions library has no additional
@@ -94,7 +87,6 @@ updates.
9487
* [fixed] Fixed an issue that was causing [remote_config] to return the
9588
static default value even if a remote value was defined. (#2186)
9689

97-
9890
## Kotlin
9991
The Kotlin extensions library transitively includes the updated
10092
`firebase-config` library. The Kotlin extensions library has no additional
@@ -104,7 +96,6 @@ updates.
10496
* [changed] Added support for other Firebase products to integrate with
10597
[remote_config].
10698

107-
10899
## Kotlin
109100
The Kotlin extensions library transitively includes the updated
110101
`firebase-config` library. The Kotlin extensions library has no additional
@@ -145,7 +136,6 @@ updates.
145136
and [`FirebaseRemoteConfigSettings.Builder#setMinimumFetchIntervalInSeconds(long)`](/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigSettings.Builder#setMinimumFetchIntervalInSeconds(long))
146137
instead.
147138

148-
149139
## Kotlin
150140
The Kotlin extensions library transitively includes the updated
151141
`firebase-config` library. The Kotlin extensions library has no additional
@@ -162,7 +152,6 @@ updates.
162152
one, so this library needed to be upgraded to avoid conflicts. No developer
163153
action is necessary.
164154

165-
166155
## Kotlin
167156
The Kotlin extensions library transitively includes the updated
168157
`firebase-config` library. The Kotlin extensions library has no additional
@@ -173,7 +162,6 @@ updates.
173162
which is a step towards a direct dependency on the Firebase installations
174163
service in a future release.
175164

176-
177165
## Kotlin
178166
The Kotlin extensions library transitively includes the updated
179167
`firebase-config` library. The Kotlin extensions library has no additional
@@ -183,7 +171,6 @@ updates.
183171
* [fixed] Fixed an issue where [`FirebaseRemoteConfig.fetch()`](/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfig.html#fetch())
184172
would sometimes report a misformatted language tag.
185173

186-
187174
## Kotlin
188175
The Kotlin extensions library transitively includes the updated
189176
`firebase-config` library. The Kotlin extensions library has no additional
@@ -194,7 +181,6 @@ updates.
194181
[`FirebaseRemoteConfigSettings.Builder.setFetchTimeoutInSeconds()`](/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigSettings.Builder)
195182
was not always honored.
196183

197-
198184
## Kotlin
199185
The Kotlin extensions library transitively includes the updated
200186
`firebase-config` library. The Kotlin extensions library has no additional
@@ -205,7 +191,6 @@ updates.
205191
implementation to use [`FirebaseInstanceId.getInstanceId()`](/docs/reference/android/com/google/firebase/iid/FirebaseInstanceId.html#getInstanceId())
206192
in favor of the deprecated [`FirebaseInstanceId.getToken()`](/docs/reference/android/com/google/firebase/iid/FirebaseInstanceId.html#getToken()).
207193

208-
209194
## Kotlin
210195
The Kotlin extensions library transitively includes the updated
211196
`firebase-config` library. The Kotlin extensions library has no additional
@@ -216,7 +201,6 @@ updates.
216201
[`FirebaseRemoteConfigSettings.Builder`](/docs/reference/android/com/google/firebase/remoteconfig/FirebaseRemoteConfigSettings.Builder)
217202
object to provide better Kotlin patterns.
218203

219-
220204
## Kotlin
221205
The Kotlin extensions library transitively includes the updated
222206
`firebase-config` library. The Kotlin extensions library has no additional
@@ -227,7 +211,6 @@ updates.
227211
[known issue](//github.com/firebase/firebase-android-sdk/issues/973) where
228212
network calls may fail on devices using API 19 and earlier.
229213

230-
231214
## Kotlin
232215
The Kotlin extensions library transitively includes the updated
233216
`firebase-config` library. The Kotlin extensions library has no additional
@@ -247,7 +230,6 @@ updates.
247230
object reference instead of the Byte Array. Byte Arrays set via the
248231
Firebase console were unaffected by this bug.
249232

250-
251233
## Kotlin
252234
The Kotlin extensions library transitively includes the updated
253235
`firebase-config` library. The Kotlin extensions library has no additional
@@ -257,7 +239,6 @@ updates.
257239
* [unchanged] Updated to accommodate the release of the [remote_config]
258240
Kotlin extensions library.
259241

260-
261242
## Kotlin
262243
* [feature] The beta release of a [remote_config] Android library with
263244
Kotlin extensions is now available. The Kotlin extensions library transitively

firebase-crashlytics-ndk/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Unreleased
2+
23
# 18.2.13
34
* [changed] Updated dependency of `play-services-basement` to its latest
45
version (v18.1.0).

0 commit comments

Comments
 (0)