Skip to content

Commit 1599a8e

Browse files
committed
Update CHANGELOG entries to be more specific
1 parent cfa4143 commit 1599a8e

File tree

14 files changed

+45
-41
lines changed

14 files changed

+45
-41
lines changed

packages/cloud_firestore/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* **Breaking change**. Allow plugins with different Android Firebase
44
dependencies to interoperate by switching Firebase gradle dependencies
55
from `api` to `implementation`. Most apps should be unaffected by this
6-
change, but apps that relied on the plugin to provide a transitive
7-
dependency may need to add an explicit Firebase dependency to their
8-
app-level build.gradle.
6+
change, but apps that relied on the plugin to add Firebase to the
7+
classpath may need to add an explicit `api` dependency to the
8+
app-level build.gradle for 'com.google.firebase:firebase-firestore:x.y.z'.
99

1010
## 0.12.9+1
1111

packages/cloud_functions/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* **Breaking change**. Allow plugins with different Android Firebase
44
dependencies to interoperate by switching Firebase gradle dependencies
55
from `api` to `implementation`. Most apps should be unaffected by this
6-
change, but apps that relied on the plugin to provide a transitive
7-
dependency may need to add an explicit Firebase dependency to their
8-
app-level build.gradle.
6+
change, but apps that relied on the plugin to add Firebase to the
7+
classpath may need to add an explicit `api` dependency to the
8+
app-level build.gradle for 'com.google.firebase:firebase-functions:x.y.z'.
99

1010
## 0.4.1+1
1111

packages/firebase_admob/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* **Breaking change**. Allow plugins with different Android Firebase
44
dependencies to interoperate by switching Firebase gradle dependencies
55
from `api` to `implementation`. Most apps should be unaffected by this
6-
change, but apps that relied on the plugin to provide a transitive
7-
dependency may need to add an explicit Firebase dependency to their
8-
app-level build.gradle.
6+
change, but apps that relied on the plugin to add Firebase to the
7+
classpath may need to add an explicit `api` dependency to the
8+
app-level build.gradle for 'com.google.firebase:firebase-ads:x.y.z'.
99

1010
## 0.9.0+6
1111

packages/firebase_analytics/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* **Breaking change**. Allow plugins with different Android Firebase
44
dependencies to interoperate by switching Firebase gradle dependencies
55
from `api` to `implementation`. Most apps should be unaffected by this
6-
change, but apps that relied on the plugin to provide a transitive
7-
dependency may need to add an explicit Firebase dependency to their
8-
app-level build.gradle.
6+
change, but apps that relied on the plugin to add Firebase to the
7+
classpath may need to add an explicit `api` dependency to the
8+
app-level build.gradle for 'com.google.firebase:firebase-analytics:x.y.z'.
99

1010
## 5.0.1
1111

packages/firebase_auth/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* **Breaking change**. Allow plugins with different Android Firebase
44
dependencies to interoperate by switching Firebase gradle dependencies
55
from `api` to `implementation`. Most apps should be unaffected by this
6-
change, but apps that relied on the plugin to provide a transitive
7-
dependency may need to add an explicit Firebase dependency to their
8-
app-level build.gradle.
6+
change, but apps that relied on the plugin to add Firebase to the
7+
classpath may need to add an explicit `api` dependency to the
8+
app-level build.gradle for 'com.google.firebase:firebase-auth:x.y.z'.
99

1010
## 0.14.0+4
1111

packages/firebase_core/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* **Breaking change**. Allow plugins with different Android Firebase
44
dependencies to interoperate by switching Firebase gradle dependencies
55
from `api` to `implementation`. Most apps should be unaffected by this
6-
change, but apps that relied on the plugin to provide a transitive
7-
dependency may need to add an explicit Firebase dependency to their
8-
app-level build.gradle.
6+
change, but apps that relied on the plugin to add Firebase to the
7+
classpath may need to add an explicit `api` dependency to the
8+
app-level build.gradle for 'com.google.firebase:firebase-core:x.y.z'.
99

1010
## 0.4.0+9
1111

packages/firebase_database/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* **Breaking change**. Allow plugins with different Android Firebase
44
dependencies to interoperate by switching Firebase gradle dependencies
55
from `api` to `implementation`. Most apps should be unaffected by this
6-
change, but apps that relied on the plugin to provide a transitive
7-
dependency may need to add an explicit Firebase dependency to their
8-
app-level build.gradle.
6+
change, but apps that relied on the plugin to add Firebase to the
7+
classpath may need to add an explicit `api` dependency to the
8+
app-level build.gradle for 'com.google.firebase:firebase-database:x.y.z'.
99

1010
## 3.0.7
1111

packages/firebase_dynamic_links/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* **Breaking change**. Allow plugins with different Android Firebase
44
dependencies to interoperate by switching Firebase gradle dependencies
55
from `api` to `implementation`. Most apps should be unaffected by this
6-
change, but apps that relied on the plugin to provide a transitive
7-
dependency may need to add an explicit Firebase dependency to their
8-
app-level build.gradle.
6+
change, but apps that relied on the plugin to add Firebase to the
7+
classpath may need to add an explicit `api` dependency to the
8+
app-level build.gradle for 'com.google.firebase:firebase-dynamic-links:x.y.z'.
99

1010
## 0.5.0+3
1111

packages/firebase_in_app_messaging/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
* **Breaking change**. Allow plugins with different Android Firebase
66
dependencies to interoperate by switching Firebase gradle dependencies
77
from `api` to `implementation`. Most apps should be unaffected by this
8-
change, but apps that relied on the plugin to provide a transitive
9-
dependency may need to add an explicit Firebase dependency to their
10-
app-level build.gradle.
8+
change, but apps that relied on the plugin to add Firebase to the
9+
classpath may need to add an explicit `api` dependency to the
10+
app-level build.gradle for 'com.google.firebase:firebase-inappmessaging-display:x.y.z'.
1111

1212
## 0.0.1+3
1313

packages/firebase_messaging/CHANGELOG.md

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

3-
* Allow plugins with different Android Firebase dependencies to interoperate
4-
by switching Firebase gradle dependencies from `api` to `implementation`.
3+
* **Breaking change**. Allow plugins with different Android Firebase
4+
dependencies to interoperate by switching Firebase gradle dependencies
5+
from `api` to `implementation`. Most apps should be unaffected by this
6+
change, but apps that relied on the plugin to add Firebase to the
7+
classpath may need to add an explicit `api` dependency to the
8+
app-level build.gradle for 'com.google.firebase:firebase-messaging:x.y.z'.
59

610
## 5.1.4
711

packages/firebase_ml_vision/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* **Breaking change**. Allow plugins with different Android Firebase
44
dependencies to interoperate by switching Firebase gradle dependencies
55
from `api` to `implementation`. Most apps should be unaffected by this
6-
change, but apps that relied on the plugin to provide a transitive
7-
dependency may need to add an explicit Firebase dependency to their
8-
app-level build.gradle.
6+
change, but apps that relied on the plugin to add Firebase to the
7+
classpath may need to add an explicit `api` dependency to the
8+
app-level build.gradle for 'com.google.firebase:firebase-ml-vision:x.y.z'.
99

1010
## 0.9.2+1
1111

packages/firebase_performance/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* **Breaking change**. Allow plugins with different Android Firebase
44
dependencies to interoperate by switching Firebase gradle dependencies
55
from `api` to `implementation`. Most apps should be unaffected by this
6-
change, but apps that relied on the plugin to provide a transitive
7-
dependency may need to add an explicit Firebase dependency to their
8-
app-level build.gradle.
6+
change, but apps that relied on the plugin to add Firebase to the
7+
classpath may need to add an explicit `api` dependency to the
8+
app-level build.gradle for 'com.google.firebase:firebase-perf:x.y.z'.
99

1010
## 0.3.0+5
1111

packages/firebase_remote_config/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* **Breaking change**. Allow plugins with different Android Firebase
44
dependencies to interoperate by switching Firebase gradle dependencies
55
from `api` to `implementation`. Most apps should be unaffected by this
6-
change, but apps that relied on the plugin to provide a transitive
7-
dependency may need to add an explicit Firebase dependency to their
8-
app-level build.gradle.
6+
change, but apps that relied on the plugin to add Firebase to the
7+
classpath may need to add an explicit `api` dependency to the
8+
app-level build.gradle for 'com.google.firebase:firebase-config:x.y.z'.
99

1010
## 0.2.0+6
1111

packages/firebase_storage/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* **Breaking change**. Allow plugins with different Android Firebase
44
dependencies to interoperate by switching Firebase gradle dependencies
55
from `api` to `implementation`. Most apps should be unaffected by this
6-
change, but apps that relied on the plugin to provide a transitive
7-
dependency may need to add an explicit Firebase dependency to their
8-
app-level build.gradle.
6+
change, but apps that relied on the plugin to add Firebase to the
7+
classpath may need to add an explicit `api` dependency to the
8+
app-level build.gradle for 'com.google.firebase:firebase-storage:x.y.z'.
99

1010
## 3.0.6
1111

0 commit comments

Comments
 (0)