Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Oct 7, 2021
1 parent 110a79c commit 9fefd11
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 5 deletions.
4 changes: 4 additions & 0 deletions packages/firebase_auth/firebase_auth/CHANGELOG.md
@@ -1,3 +1,7 @@
## 3.1.3

- **REFACTOR**: migrate example app to null-safety (#7111).

## 3.1.2

- **FIX**: allow setLanguage to accept null (#7050).
Expand Down
4 changes: 2 additions & 2 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: 3.1.2
version: 3.1.3

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

dependencies:
firebase_auth_platform_interface: ^6.1.1
firebase_auth_web: ^3.1.1
firebase_auth_web: ^3.1.2
firebase_core: ^1.7.0
firebase_core_platform_interface: ^4.0.1
flutter:
Expand Down
4 changes: 4 additions & 0 deletions packages/firebase_auth/firebase_auth_web/CHANGELOG.md
@@ -1,3 +1,7 @@
## 3.1.2

- **FIX**: null-safety migration issue for web types (#7137).

## 3.1.1

- **FIX**: allow setLanguage to accept null (#7050).
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_auth/firebase_auth_web/pubspec.yaml
Expand Up @@ -2,7 +2,7 @@ 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
repository: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_auth/firebase_auth_web
version: 3.1.1
version: 3.1.2

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down
@@ -1,3 +1,8 @@
## 2.2.3

- **FIX**: switch usage of `dumpErrorToConsole` to `presentError` to remove duplicate logging (#7046).
- **CHORE**: remove unused deprecated V1 embedding for android (#7127).

## 2.2.2

- Update a dependency to the latest release.
Expand Down
Expand Up @@ -2,7 +2,7 @@ name: firebase_crashlytics
description:
Flutter plugin for Firebase Crashlytics. It reports uncaught errors to the
Firebase console.
version: 2.2.2
version: 2.2.3
homepage: https://firebase.flutter.dev/docs/crashlytics/overview
repository: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_crashlytics/firebase_crashlytics

Expand Down
4 changes: 4 additions & 0 deletions packages/firebase_storage/firebase_storage/CHANGELOG.md
@@ -1,3 +1,7 @@
## 10.0.5

- **FIX**: remove https port number from `downloadUrl` for `iOS` (#7097).

## 10.0.4

- **FIX**: fix localhost url parsing for Storage Emulator (#7003).
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: 10.0.4
version: 10.0.5

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

0 comments on commit 9fefd11

Please sign in to comment.