Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - firebase_analytics@8.0.0-dev.2
 - firebase_auth@1.0.3
 - firebase_auth_platform_interface@4.0.2
 - firebase_ml_vision@0.11.0+2
 - firebase_storage@8.0.3
 - firebase_auth_web@1.0.5
  • Loading branch information
russellwheatley committed Apr 8, 2021
1 parent b81c0a7 commit ba421a4
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 9 deletions.
4 changes: 4 additions & 0 deletions packages/firebase_analytics/firebase_analytics/CHANGELOG.md
@@ -1,3 +1,7 @@
## 8.0.0-dev.2

- **FIX**: support complex data structures like list and map on Android (#4394).

## 8.0.0-dev.1

- **FIX**: remove screen_view from reservedEventNames (#4251).
Expand Down
Expand Up @@ -4,7 +4,7 @@ description:
solution that provides insight on app usage and user engagement on Android and iOS.
homepage: https://firebase.flutter.dev/docs/analytics/overview
repository: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_analytics/firebase_analytics
version: 8.0.0-dev.1
version: 8.0.0-dev.2

environment:
sdk: '>=2.12.0 <3.0.0'
Expand Down
4 changes: 4 additions & 0 deletions packages/firebase_auth/firebase_auth/CHANGELOG.md
@@ -1,3 +1,7 @@
## 1.0.3

- **DOCS**: userChanges clarification (#5698).

## 1.0.2

- Update a dependency to the latest release.
Expand Down
6 changes: 3 additions & 3 deletions packages/firebase_auth/firebase_auth/pubspec.yaml
Expand Up @@ -4,15 +4,15 @@ description: Flutter plugin for Firebase Auth, enabling Android and iOS
like Google, Facebook and Twitter.
homepage: https://firebase.flutter.dev/docs/auth/overview
repository: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_auth/firebase_auth
version: 1.0.2
version: 1.0.3

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.12.13+hotfix.4"

dependencies:
firebase_auth_platform_interface: ^4.0.1
firebase_auth_web: ^1.0.4
firebase_auth_platform_interface: ^4.0.2
firebase_auth_web: ^1.0.5
firebase_core: ^1.0.3
firebase_core_platform_interface: ^4.0.0
flutter:
Expand Down
@@ -1,3 +1,7 @@
## 4.0.2

- **DOCS**: userChanges clarification (#5698).

## 4.0.1

- Update a dependency to the latest release.
Expand Down
Expand Up @@ -3,7 +3,7 @@ description: A common platform interface for the firebase_auth plugin.
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_auth/firebase_auth_platform_interface
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 4.0.1
version: 4.0.2

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/firebase_auth/firebase_auth_web/CHANGELOG.md
@@ -1,3 +1,7 @@
## 1.0.5

- Update a dependency to the latest release.

## 1.0.4

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/firebase_auth/firebase_auth_web/pubspec.yaml
@@ -1,14 +1,14 @@
name: firebase_auth_web
description: The web implementation of firebase_auth
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_auth/firebase_auth_web
version: 1.0.4
version: 1.0.5

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.12.13+hotfix.4"

dependencies:
firebase_auth_platform_interface: ^4.0.1
firebase_auth_platform_interface: ^4.0.2
firebase_core: ^1.0.3
firebase_core_web: ^1.0.2
flutter:
Expand Down
5 changes: 5 additions & 0 deletions packages/firebase_ml_vision/CHANGELOG.md
@@ -1,3 +1,8 @@
## 0.11.0+2

- **REFACTOR**: android embedding v2 (#5539).
- **FIX**: add additional null validations (#1645).

## 0.11.0+1

- **DOCS**: update ml_vision model pods documentation.
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_ml_vision/pubspec.yaml
@@ -1,7 +1,7 @@
name: firebase_ml_vision
description: Flutter plugin for Firebase machine learning vision services.
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_ml_vision
version: 0.11.0+1
version: 0.11.0+2

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/firebase_storage/firebase_storage/CHANGELOG.md
@@ -1,3 +1,7 @@
## 8.0.3

- **FIX**: improve refFromURL http regex (#5682).

## 8.0.2

- Update a dependency to the latest release.
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_storage/firebase_storage/pubspec.yaml
Expand Up @@ -3,7 +3,7 @@ description: Flutter plugin for Firebase Cloud Storage, a powerful, simple, and
cost-effective object storage service for Android and iOS.
homepage: https://firebase.flutter.dev/docs/storage/overview
repository: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_storage/firebase_storage
version: 8.0.2
version: 8.0.3

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit ba421a4

Please sign in to comment.