Skip to content

Commit 7902906

Browse files
committed
Use "bumped" instead of "bump"
1 parent f134405 commit 7902906

File tree

25 files changed

+131
-135
lines changed

25 files changed

+131
-135
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22

3-
- [changed] Bump internal dependencies.
3+
- [changed] Bumped internal dependencies.
44

55
# 19.0.0
66

appcheck/firebase-appcheck-debug/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22

3-
- [changed] Bump internal dependencies.
3+
- [changed] Bumped internal dependencies.
44

55
# 19.0.0
66

appcheck/firebase-appcheck-playintegrity/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22

3-
- [changed] Bump internal dependencies.
3+
- [changed] Bumped internal dependencies.
44

55
# 19.0.0
66

appcheck/firebase-appcheck/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22

3-
- [changed] Bump internal dependencies.
3+
- [changed] Bumped internal dependencies.
44

55
# 19.0.0
66

firebase-abt/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22

3-
- [changed] Bump internal dependencies.
3+
- [changed] Bumped internal dependencies.
44

55
# 23.0.0
66

firebase-ai/CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Unreleased
22

3-
- [changed] Bump internal dependencies.
4-
3+
- [changed] Bumped internal dependencies.
54
- [feature] Added support for code execution.
65
- [changed] Marked the public constructors for `ExecutableCodePart` and `CodeExecutionResultPart` as
76
deprecated.
@@ -45,7 +44,7 @@
4544
(#6990)
4645
- [feature] **Breaking Change**: Add support for Grounding with Google Search (#7042).
4746
- **Action Required:** Update all references of `groundingAttributions`, `webSearchQueries`,
48-
`retrievalQueries` in `GroundingMetadata` to be non-optional.
47+
`retrievalQueries` in `GroundingMetadata` to be non-optional.
4948
- [changed] require at least one argument for `generateContent()`, `generateContentStream()` and
5049
`countTokens()`.
5150
- [feature] Added new overloads for `generateContent()`, `generateContentStream()` and
@@ -68,7 +67,7 @@
6867
- [changed] **Breaking Change**: Updated `SpeechConfig` to take in `Voice` class instead of `Voices`
6968
class.
7069
- **Action Required:** Update all references of `SpeechConfig` initialization to use `Voice`
71-
class.
70+
class.
7271
- [fixed] Fix incorrect model name in count token requests to the developer API backend
7372

7473
# 16.0.0
@@ -77,7 +76,7 @@
7776
Vertex AI in Firebase SDK (`firebase-vertexai`) to accommodate the evolving set of supported
7877
features and services.
7978
- The new Firebase AI SDK provides **Preview** support for the Gemini Developer API, including its
80-
free tier offering.
79+
free tier offering.
8180
- Using the Firebase AI SDK with the Vertex AI Gemini API is still generally available (GA).
8281

8382
If you're using the old `firebase-vertexai`, we recommend

firebase-appdistribution-api/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22

3-
- [changed] Bump internal dependencies.
3+
- [changed] Bumped internal dependencies.
44

55
# 16.0.0-beta16
66

@@ -135,12 +135,12 @@ library. The Kotlin extensions library has no additional updates.
135135
- [feature] The [appdistro] SDK has been split into two libraries:
136136

137137
- `firebase-appdistribution-api` - The API-only library<br> This new API-only library is
138-
functional only when the full [appdistro] SDK implementation (`firebase-appdistribution`) is
139-
present. `firebase-appdistribution-api` can be included in all
140-
[build variants](https://developer.android.com/studio/build/build-variants){: .external}.
138+
functional only when the full [appdistro] SDK implementation (`firebase-appdistribution`) is
139+
present. `firebase-appdistribution-api` can be included in all
140+
[build variants](https://developer.android.com/studio/build/build-variants){: .external}.
141141

142142
- `firebase-appdistribution` - The full SDK implementation<br> This full SDK implementation is
143-
optional and should only be included in pre-release builds.
143+
optional and should only be included in pre-release builds.
144144

145145
Visit the documentation to learn how to
146146
[add these SDKs](/docs/app-distribution/set-up-alerts?platform=android#add-appdistro) to your

firebase-appdistribution/CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22

3-
- [changed] Bump internal dependencies.
3+
- [changed] Bumped internal dependencies.
44

55
# 16.0.0-beta16
66

@@ -56,12 +56,12 @@
5656
- [feature] The [appdistro] SDK has been split into two libraries:
5757

5858
- `firebase-appdistribution-api` - The API-only library<br> This new API-only library is
59-
functional only when the full [appdistro] SDK implementation (`firebase-appdistribution`) is
60-
present. `firebase-appdistribution-api` can be included in all
61-
[build variants](https://developer.android.com/studio/build/build-variants){: .external}.
59+
functional only when the full [appdistro] SDK implementation (`firebase-appdistribution`) is
60+
present. `firebase-appdistribution-api` can be included in all
61+
[build variants](https://developer.android.com/studio/build/build-variants){: .external}.
6262

6363
- `firebase-appdistribution` - The full SDK implementation<br> This full SDK implementation is
64-
optional and should only be included in pre-release builds.
64+
optional and should only be included in pre-release builds.
6565

6666
Visit the documentation to learn how to
6767
[add these SDKs](/docs/app-distribution/set-up-alerts?platform=android#add-appdistro) to your

firebase-config/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22

3-
- [changed] Bump internal dependencies.
3+
- [changed] Bumped internal dependencies.
44

55
# 23.0.0
66

@@ -181,7 +181,7 @@ Kotlin extensions library has no additional updates.
181181

182182
- [fixed] Fixed a bug that caused HTTP errors in some locales. For more information, see
183183
<a href="https://github.com/firebase/firebase-android-sdk/issues/3757"
184-
class="external">GitHub Issue #3757</a>
184+
class="external">GitHub Issue #3757</a>
185185

186186
## Kotlin
187187

@@ -195,7 +195,7 @@ Kotlin extensions library has no additional updates.
195195
contains a fix.
196196
For more information, see
197197
<a href="https://github.com/firebase/firebase-android-sdk/issues/3757"
198-
class="external">GitHub Issue #3757</a>
198+
class="external">GitHub Issue #3757</a>
199199
</aside>
200200

201201
- [changed] Added first-open time to [remote_config] server requests.

firebase-crashlytics-ndk/CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unreleased
22

3-
- [changed] Bump internal dependencies.
3+
- [changed] Bumped internal dependencies.
44

55
# 20.0.1
66

@@ -105,7 +105,7 @@
105105
<aside class="caution">This version of <code>firebase-crashlytics-ndk</code> can
106106
cause a nondeterministic crash on startup. For more information, see
107107
<a href="https://github.com/firebase/firebase-android-sdk/issues/4683"
108-
class="external">GitHub Issue #4683</a>. We recommend updating to the
108+
class="external">GitHub Issue #4683</a>. We recommend updating to the
109109
latest version (v18.3.5+) which contains a fix.
110110
</aside>
111111

@@ -292,16 +292,16 @@ the new SDK.
292292
<aside class="note"><p>The changes in these release notes are only relevant to
293293
[crashlytics] NDK users who are upgrading from the legacy Fabric SDK.</p>
294294
<ul>
295-
<li>If you're using [crashlytics] for NDK crash reporting in your app for
296-
the first time, follow the
297-
<a href="/docs/crashlytics/get-started-new-sdk?platform=android">getting
295+
<li>If you're using [crashlytics] for NDK crash reporting in your app for
296+
the first time, follow the
297+
<a href="/docs/crashlytics/get-started-new-sdk?platform=android">getting
298298
started instructions</a>.
299-
</li>
300-
<li>If you're upgrading from the legacy Fabric SDK to the
301-
[firebase_crashlytics] SDK for NDK crash reporting, follow the
302-
<a href="/docs/crashlytics/upgrade-sdk?platform=android">upgrade
299+
</li>
300+
<li>If you're upgrading from the legacy Fabric SDK to the
301+
[firebase_crashlytics] SDK for NDK crash reporting, follow the
302+
<a href="/docs/crashlytics/upgrade-sdk?platform=android">upgrade
303303
instructions</a> to update your app with the following SDK changes.
304-
</li>
304+
</li>
305305
</ul>
306306
</aside>
307307

0 commit comments

Comments
 (0)