Skip to content

Commit

Permalink
Update CHANGELOG entries to be more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
collinjackson authored and kroikie committed Nov 8, 2019
1 parent cfa5331 commit c1c4538
Show file tree
Hide file tree
Showing 14 changed files with 45 additions and 41 deletions.
6 changes: 3 additions & 3 deletions packages/cloud_firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* **Breaking change**. Allow plugins with different Android Firebase
dependencies to interoperate by switching Firebase gradle dependencies
from `api` to `implementation`. Most apps should be unaffected by this
change, but apps that relied on the plugin to provide a transitive
dependency may need to add an explicit Firebase dependency to their
app-level build.gradle.
change, but apps that relied on the plugin to add Firebase to the
classpath may need to add an explicit `api` dependency to the
app-level build.gradle for 'com.google.firebase:firebase-firestore:x.y.z'.

## 0.12.10

Expand Down
6 changes: 3 additions & 3 deletions packages/cloud_functions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* **Breaking change**. Allow plugins with different Android Firebase
dependencies to interoperate by switching Firebase gradle dependencies
from `api` to `implementation`. Most apps should be unaffected by this
change, but apps that relied on the plugin to provide a transitive
dependency may need to add an explicit Firebase dependency to their
app-level build.gradle.
change, but apps that relied on the plugin to add Firebase to the
classpath may need to add an explicit `api` dependency to the
app-level build.gradle for 'com.google.firebase:firebase-functions:x.y.z'.

## 0.4.1+4

Expand Down
6 changes: 3 additions & 3 deletions packages/firebase_admob/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* **Breaking change**. Allow plugins with different Android Firebase
dependencies to interoperate by switching Firebase gradle dependencies
from `api` to `implementation`. Most apps should be unaffected by this
change, but apps that relied on the plugin to provide a transitive
dependency may need to add an explicit Firebase dependency to their
app-level build.gradle.
change, but apps that relied on the plugin to add Firebase to the
classpath may need to add an explicit `api` dependency to the
app-level build.gradle for 'com.google.firebase:firebase-ads:x.y.z'.

## 0.9.0+9

Expand Down
6 changes: 3 additions & 3 deletions packages/firebase_analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* **Breaking change**. Allow plugins with different Android Firebase
dependencies to interoperate by switching Firebase gradle dependencies
from `api` to `implementation`. Most apps should be unaffected by this
change, but apps that relied on the plugin to provide a transitive
dependency may need to add an explicit Firebase dependency to their
app-level build.gradle.
change, but apps that relied on the plugin to add Firebase to the
classpath may need to add an explicit `api` dependency to the
app-level build.gradle for 'com.google.firebase:firebase-analytics:x.y.z'.

## 5.0.6

Expand Down
6 changes: 3 additions & 3 deletions packages/firebase_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* **Breaking change**. Allow plugins with different Android Firebase
dependencies to interoperate by switching Firebase gradle dependencies
from `api` to `implementation`. Most apps should be unaffected by this
change, but apps that relied on the plugin to provide a transitive
dependency may need to add an explicit Firebase dependency to their
app-level build.gradle.
change, but apps that relied on the plugin to add Firebase to the
classpath may need to add an explicit `api` dependency to the
app-level build.gradle for 'com.google.firebase:firebase-auth:x.y.z'.

## 0.14.0+8

Expand Down
6 changes: 3 additions & 3 deletions packages/firebase_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* **Breaking change**. Allow plugins with different Android Firebase
dependencies to interoperate by switching Firebase gradle dependencies
from `api` to `implementation`. Most apps should be unaffected by this
change, but apps that relied on the plugin to provide a transitive
dependency may need to add an explicit Firebase dependency to their
app-level build.gradle.
change, but apps that relied on the plugin to add Firebase to the
classpath may need to add an explicit `api` dependency to the
app-level build.gradle for 'com.google.firebase:firebase-core:x.y.z'.

## 0.4.1+3

Expand Down
6 changes: 3 additions & 3 deletions packages/firebase_database/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* **Breaking change**. Allow plugins with different Android Firebase
dependencies to interoperate by switching Firebase gradle dependencies
from `api` to `implementation`. Most apps should be unaffected by this
change, but apps that relied on the plugin to provide a transitive
dependency may need to add an explicit Firebase dependency to their
app-level build.gradle.
change, but apps that relied on the plugin to add Firebase to the
classpath may need to add an explicit `api` dependency to the
app-level build.gradle for 'com.google.firebase:firebase-database:x.y.z'.

## 3.0.9

Expand Down
6 changes: 3 additions & 3 deletions packages/firebase_dynamic_links/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* **Breaking change**. Allow plugins with different Android Firebase
dependencies to interoperate by switching Firebase gradle dependencies
from `api` to `implementation`. Most apps should be unaffected by this
change, but apps that relied on the plugin to provide a transitive
dependency may need to add an explicit Firebase dependency to their
app-level build.gradle.
change, but apps that relied on the plugin to add Firebase to the
classpath may need to add an explicit `api` dependency to the
app-level build.gradle for 'com.google.firebase:firebase-dynamic-links:x.y.z'.

## 0.5.0+6

Expand Down
6 changes: 3 additions & 3 deletions packages/firebase_in_app_messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* **Breaking change**. Allow plugins with different Android Firebase
dependencies to interoperate by switching Firebase gradle dependencies
from `api` to `implementation`. Most apps should be unaffected by this
change, but apps that relied on the plugin to provide a transitive
dependency may need to add an explicit Firebase dependency to their
app-level build.gradle.
change, but apps that relied on the plugin to add Firebase to the
classpath may need to add an explicit `api` dependency to the
app-level build.gradle for 'com.google.firebase:firebase-inappmessaging-display:x.y.z'.

## 0.1.0

Expand Down
8 changes: 6 additions & 2 deletions packages/firebase_messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## 6.0.0

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

## 5.1.8

Expand Down
6 changes: 3 additions & 3 deletions packages/firebase_ml_vision/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* **Breaking change**. Allow plugins with different Android Firebase
dependencies to interoperate by switching Firebase gradle dependencies
from `api` to `implementation`. Most apps should be unaffected by this
change, but apps that relied on the plugin to provide a transitive
dependency may need to add an explicit Firebase dependency to their
app-level build.gradle.
change, but apps that relied on the plugin to add Firebase to the
classpath may need to add an explicit `api` dependency to the
app-level build.gradle for 'com.google.firebase:firebase-ml-vision:x.y.z'.

## 0.9.3+3

Expand Down
6 changes: 3 additions & 3 deletions packages/firebase_performance/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* **Breaking change**. Allow plugins with different Android Firebase
dependencies to interoperate by switching Firebase gradle dependencies
from `api` to `implementation`. Most apps should be unaffected by this
change, but apps that relied on the plugin to provide a transitive
dependency may need to add an explicit Firebase dependency to their
app-level build.gradle.
change, but apps that relied on the plugin to add Firebase to the
classpath may need to add an explicit `api` dependency to the
app-level build.gradle for 'com.google.firebase:firebase-perf:x.y.z'.

## 0.3.1+2

Expand Down
6 changes: 3 additions & 3 deletions packages/firebase_remote_config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* **Breaking change**. Allow plugins with different Android Firebase
dependencies to interoperate by switching Firebase gradle dependencies
from `api` to `implementation`. Most apps should be unaffected by this
change, but apps that relied on the plugin to provide a transitive
dependency may need to add an explicit Firebase dependency to their
app-level build.gradle.
change, but apps that relied on the plugin to add Firebase to the
classpath may need to add an explicit `api` dependency to the
app-level build.gradle for 'com.google.firebase:firebase-config:x.y.z'.

## 0.2.0+9

Expand Down
6 changes: 3 additions & 3 deletions packages/firebase_storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* **Breaking change**. Allow plugins with different Android Firebase
dependencies to interoperate by switching Firebase gradle dependencies
from `api` to `implementation`. Most apps should be unaffected by this
change, but apps that relied on the plugin to provide a transitive
dependency may need to add an explicit Firebase dependency to their
app-level build.gradle.
change, but apps that relied on the plugin to add Firebase to the
classpath may need to add an explicit `api` dependency to the
app-level build.gradle for 'com.google.firebase:firebase-storage:x.y.z'.

## 3.0.8

Expand Down

0 comments on commit c1c4538

Please sign in to comment.