Skip to content

Commit 9ddb676

Browse files
authored
Update metadata for republication (flutter#366)
1 parent b77b9f4 commit 9ddb676

File tree

14 files changed

+40
-6
lines changed

14 files changed

+40
-6
lines changed

packages/firebase_admob/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.2.3
2+
3+
* Simplified and upgraded Android project template to Android SDK 27.
4+
* Updated package description.
5+
16
## 0.2.2
27

38
* Added platform-specific App IDs and ad unit IDs to example.

packages/firebase_admob/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: firebase_admob
22
description: Firebase plugin for Firebase AdMob, supporting loading and
33
displaying banner and interstitial (full-screen) ads on Android and iOS.
4-
version: 0.2.2
4+
version: 0.2.3
55
author: Flutter Team <flutter-dev@googlegroups.com>
66
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_admob
77

packages/firebase_analytics/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.2.1
2+
3+
* Simplified and upgraded Android project template to Android SDK 27.
4+
* Updated package description.
5+
16
## 0.2.0
27

38
* **Breaking change**. Upgraded to Gradle 4.1 and Android Studio Gradle plugin

packages/firebase_analytics/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flutter plugin for Firebase Analytics, an app measurement solution
33
that provides insight on app usage and user engagement on Android and iOS.
44
author: Flutter Team <flutter-dev@googlegroups.com>
55
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_analytics
6-
version: 0.2.0
6+
version: 0.2.1
77

88
flutter:
99
plugin:

packages/firebase_auth/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.4.1
2+
3+
* Simplified and upgraded Android project template to Android SDK 27.
4+
* Updated package description.
5+
16
## 0.4.0
27

38
* **Breaking change**. Upgraded to Gradle 4.1 and Android Studio Gradle plugin

packages/firebase_auth/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Flutter plugin for Firebase Auth, enabling Android and iOS
44
and Twitter.
55
author: Flutter Team <flutter-dev@googlegroups.com>
66
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_auth
7-
version: 0.4.0
7+
version: 0.4.1
88

99
flutter:
1010
plugin:

packages/firebase_core/CHANGELOG.md

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

33
* Fixed warnings from the Dart 2.0 analyzer.
4+
* Simplified and upgraded Android project template to Android SDK 27.
5+
* Updated package description.
46

57
# 0.0.3
68

packages/firebase_database/CHANGELOG.md

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

33
* Fix warnings from the Dart 2.0 analyzer.
4+
* Simplified and upgraded Android project template to Android SDK 27.
5+
* Updated package description.
46

57
## 0.3.1
68

packages/firebase_messaging/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.1.1
2+
3+
* Simplified and upgraded Android project template to Android SDK 27.
4+
* Updated package description.
5+
16
## 0.1.0
27

38
* **Breaking change**. Upgraded to Gradle 4.1 and Android Studio Gradle plugin

packages/firebase_messaging/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flutter plugin for Firebase Cloud Messaging, a cross-platform
33
messaging solution that lets you reliably deliver messages on Android and iOS.
44
author: Flutter Team <flutter-dev@googlegroups.com>
55
homepage: https://github.com/flutter/plugins/tree/master/packages/firebase_messaging
6-
version: 0.1.0
6+
version: 0.1.1
77

88
flutter:
99
plugin:

0 commit comments

Comments
 (0)