Skip to content

Commit

Permalink
chore(release): prepare for release (#10121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyokone authored Dec 15, 2022
1 parent 575c0cc commit dbac24d
Show file tree
Hide file tree
Showing 26 changed files with 141 additions and 40 deletions.
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,62 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2022-12-15

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`firebase_auth_platform_interface` - `v6.11.5`](#firebase_auth_platform_interface---v6115)
- [`firebase_dynamic_links` - `v5.0.9`](#firebase_dynamic_links---v509)
- [`firebase_storage` - `v11.0.8`](#firebase_storage---v1108)
- [`firebase_ui_auth` - `v1.1.3`](#firebase_ui_auth---v113)
- [`firebase_auth_web` - `v5.2.1`](#firebase_auth_web---v521)
- [`firebase_auth` - `v4.2.1`](#firebase_auth---v421)
- [`firebase_ui_oauth_apple` - `v1.0.10`](#firebase_ui_oauth_apple---v1010)
- [`firebase_ui_oauth` - `v1.1.3`](#firebase_ui_oauth---v113)
- [`firebase_ui_oauth_facebook` - `v1.0.10`](#firebase_ui_oauth_facebook---v1010)
- [`firebase_ui_oauth_google` - `v1.0.10`](#firebase_ui_oauth_google---v1010)
- [`firebase_ui_oauth_twitter` - `v1.0.10`](#firebase_ui_oauth_twitter---v1010)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `firebase_auth_web` - `v5.2.1`
- `firebase_auth` - `v4.2.1`
- `firebase_ui_oauth_apple` - `v1.0.10`
- `firebase_ui_oauth` - `v1.1.3`
- `firebase_ui_oauth_facebook` - `v1.0.10`
- `firebase_ui_oauth_google` - `v1.0.10`
- `firebase_ui_oauth_twitter` - `v1.0.10`

---

#### `firebase_auth_platform_interface` - `v6.11.5`

- **FIX**: null check ([#10119](https://github.com/firebase/flutterfire/issues/10119)). ([575c0ccb](https://github.com/firebase/flutterfire/commit/575c0ccbb4d9bf3875e8de0b2131c59ede869754))

#### `firebase_dynamic_links` - `v5.0.9`

- **FIX**: fix an issue where the status of the dynamic link was not properly reported ([#10100](https://github.com/firebase/flutterfire/issues/10100)). ([521c3375](https://github.com/firebase/flutterfire/commit/521c337570f6daeffc569894218bd5d682d40072))

#### `firebase_storage` - `v11.0.8`

- **FIX**: fix usage of storage plugin with an isolate ([#10106](https://github.com/firebase/flutterfire/issues/10106)). ([86f24633](https://github.com/firebase/flutterfire/commit/86f2463364cbd3a0de88b1e6217120a95609b5b2))
- **FIX**: fix concurrency issue ([#10099](https://github.com/firebase/flutterfire/issues/10099)). ([d0b6fcf1](https://github.com/firebase/flutterfire/commit/d0b6fcf194afe987dec59d24b47ad197bf8e7cf8))

#### `firebase_ui_auth` - `v1.1.3`

- **DOCS**: add docs links to the package README ([#10104](https://github.com/firebase/flutterfire/issues/10104)). ([dd611cd2](https://github.com/firebase/flutterfire/commit/dd611cd25139f78bc947a68366213902a31ae350))


## 2022-12-08

### Changes
Expand Down
4 changes: 4 additions & 0 deletions packages/firebase_auth/firebase_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.2.1

- Update a dependency to the latest release.

## 4.2.0

- **FEAT**: improve error message when user cancels a sign in with a provider ([#10060](https://github.com/firebase/flutterfire/issues/10060)). ([6631da6b](https://github.com/firebase/flutterfire/commit/6631da6b6b165a0c1e3260d744df1d60f3c7abe0))
Expand Down
4 changes: 2 additions & 2 deletions packages/firebase_auth/firebase_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Flutter plugin for Firebase Auth, enabling Android and iOS
like Google, Facebook and Twitter.
homepage: https://firebase.google.com/docs/auth
repository: https://github.com/firebase/flutterfire/tree/master/packages/firebase_auth/firebase_auth
version: 4.2.0
version: 4.2.1

false_secrets:
- example/**
Expand All @@ -15,7 +15,7 @@ environment:

dependencies:
firebase_auth_platform_interface: ^6.11.3
firebase_auth_web: ^5.2.0
firebase_auth_web: ^5.2.1
firebase_core: ^2.4.0
firebase_core_platform_interface: ^4.5.2
flutter:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 6.11.5

- **FIX**: null check ([#10119](https://github.com/firebase/flutterfire/issues/10119)). ([575c0ccb](https://github.com/firebase/flutterfire/commit/575c0ccbb4d9bf3875e8de0b2131c59ede869754))

## 6.11.4

- **FIX**: properly cast the PlatformException to FirebaseAuthException ([#10058](https://github.com/firebase/flutterfire/issues/10058)). ([6c8f9515](https://github.com/firebase/flutterfire/commit/6c8f951552ba7f767ce1b7b7ea5328454ba28cce))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ homepage: https://github.com/firebase/flutterfire/tree/master/packages/firebase_
repository: https://github.com/firebase/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: 6.11.4
version: 6.11.5

environment:
sdk: '>=2.16.0 <3.0.0'
Expand Down
4 changes: 4 additions & 0 deletions packages/firebase_auth/firebase_auth_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.2.1

- Update a dependency to the latest release.

## 5.2.0

- **FIX**: properly cast the PlatformException to FirebaseAuthException ([#10058](https://github.com/firebase/flutterfire/issues/10058)). ([6c8f9515](https://github.com/firebase/flutterfire/commit/6c8f951552ba7f767ce1b7b7ea5328454ba28cce))
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_auth/firebase_auth_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: firebase_auth_web
description: The web implementation of firebase_auth
homepage: https://github.com/firebase/flutterfire/tree/master/packages/firebase_auth/firebase_auth_web
repository: https://github.com/firebase/flutterfire/tree/master/packages/firebase_auth/firebase_auth_web
version: 5.2.0
version: 5.2.1

environment:
sdk: ">=2.16.0 <3.0.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 5.0.9

- **FIX**: fix an issue where the status of the dynamic link was not properly reported ([#10100](https://github.com/firebase/flutterfire/issues/10100)). ([521c3375](https://github.com/firebase/flutterfire/commit/521c337570f6daeffc569894218bd5d682d40072))

## 5.0.8

- Update a dependency to the latest release.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: firebase_dynamic_links
description:
Flutter plugin for Google Dynamic Links for Firebase, an app solution for creating
and handling links across multiple platforms.
version: 5.0.8
version: 5.0.9
homepage: https://firebase.google.com/docs/dynamic-links
repository: https://github.com/firebase/flutterfire/tree/master/packages/firebase_dynamic_links

Expand Down
5 changes: 5 additions & 0 deletions packages/firebase_storage/firebase_storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 11.0.8

- **FIX**: fix usage of storage plugin with an isolate ([#10106](https://github.com/firebase/flutterfire/issues/10106)). ([86f24633](https://github.com/firebase/flutterfire/commit/86f2463364cbd3a0de88b1e6217120a95609b5b2))
- **FIX**: fix concurrency issue ([#10099](https://github.com/firebase/flutterfire/issues/10099)). ([d0b6fcf1](https://github.com/firebase/flutterfire/commit/d0b6fcf194afe987dec59d24b47ad197bf8e7cf8))

## 11.0.7

- Update a dependency to the latest release.
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_storage/firebase_storage/pubspec.yaml
Original file line number Diff line number Diff line change
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/firebase/flutterfire/tree/master/packages/firebase_storage/firebase_storage
version: 11.0.7
version: 11.0.8

false_secrets:
- example/**
Expand Down
4 changes: 4 additions & 0 deletions packages/firebase_ui_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.3

- **DOCS**: add docs links to the package README ([#10104](https://github.com/firebase/flutterfire/issues/10104)). ([dd611cd2](https://github.com/firebase/flutterfire/commit/dd611cd25139f78bc947a68366213902a31ae350))

## 1.1.2

- **FIX**: automatically upgrade anonymous accounts ([#10071](https://github.com/firebase/flutterfire/issues/10071)). ([7b7e82d0](https://github.com/firebase/flutterfire/commit/7b7e82d0ba1c1213813fee5363414af926ce3951))
Expand Down
14 changes: 7 additions & 7 deletions packages/firebase_ui_auth/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@ environment:

dependencies:
cupertino_icons: ^1.0.2
firebase_auth: ^4.2.0
firebase_auth: ^4.2.1
firebase_core: ^2.4.0
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_svg: ^1.0.0
firebase_ui_auth: ^1.1.2
firebase_ui_auth: ^1.1.3
firebase_ui_localizations: ^1.0.1
firebase_ui_oauth: ^1.1.2
firebase_ui_oauth_apple: ^1.0.9
firebase_ui_oauth_facebook: ^1.0.9
firebase_ui_oauth_google: ^1.0.9
firebase_ui_oauth_twitter: ^1.0.9
firebase_ui_oauth: ^1.1.3
firebase_ui_oauth_apple: ^1.0.10
firebase_ui_oauth_facebook: ^1.0.10
firebase_ui_oauth_google: ^1.0.10
firebase_ui_oauth_twitter: ^1.0.10
dev_dependencies:
drive: ^1.0.0-1.0.nullsafety.1
flutter_facebook_auth: ^4.4.1
Expand Down
8 changes: 4 additions & 4 deletions packages/firebase_ui_auth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: firebase_ui_auth
description: Pre-built widgets library that are integrated with the variety of the Firebase Auth providers.
version: 1.1.2
version: 1.1.3
repository: https://github.com/firebase/flutterfire/tree/master/packages/firebase_ui_auth
homepage: https://github.com/firebase/flutterfire/tree/master/packages/firebase_ui_auth

Expand All @@ -10,11 +10,11 @@ environment:

dependencies:
email_validator: ^2.0.1
firebase_auth: ^4.2.0
firebase_auth: ^4.2.1
firebase_core: ^2.4.0
firebase_dynamic_links: ^5.0.8
firebase_dynamic_links: ^5.0.9
firebase_ui_localizations: ^1.0.1
firebase_ui_oauth: ^1.1.2
firebase_ui_oauth: ^1.1.3
flutter:
sdk: flutter
flutter_localizations:
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_ui_localizations/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
cupertino_icons: ^1.0.2

firebase_core: ^2.4.0
firebase_ui_auth: ^1.1.2
firebase_ui_auth: ^1.1.3
firebase_ui_localizations: ^1.0.1
flutter:
sdk: flutter
Expand Down
4 changes: 4 additions & 0 deletions packages/firebase_ui_oauth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.3

- Update a dependency to the latest release.

## 1.1.2

- Update a dependency to the latest release.
Expand Down
12 changes: 6 additions & 6 deletions packages/firebase_ui_oauth/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ dependencies:
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
firebase_auth: ^4.2.0
firebase_auth: ^4.2.1
firebase_core: ^2.4.0
firebase_ui_oauth: ^1.1.2
firebase_ui_oauth_apple: ^1.0.9
firebase_ui_oauth_facebook: ^1.0.9
firebase_ui_oauth_google: ^1.0.9
firebase_ui_oauth_twitter: ^1.0.9
firebase_ui_oauth: ^1.1.3
firebase_ui_oauth_apple: ^1.0.10
firebase_ui_oauth_facebook: ^1.0.10
firebase_ui_oauth_google: ^1.0.10
firebase_ui_oauth_twitter: ^1.0.10
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
8 changes: 4 additions & 4 deletions packages/firebase_ui_oauth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: firebase_ui_oauth
description: Firebase UI widgets for authentication & OAuth
version: 1.1.2
version: 1.1.3
homepage: https://github.com/firebase/flutterfire/tree/master/packages/firebase_ui_oauth

environment:
Expand All @@ -9,8 +9,8 @@ environment:

dependencies:
desktop_webview_auth: ^0.0.11
firebase_auth: ^4.2.0
firebase_ui_auth: ^1.1.2
firebase_auth: ^4.2.1
firebase_ui_auth: ^1.1.3
flutter_svg: ^1.1.2
flutter:
sdk: flutter
Expand All @@ -19,7 +19,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
firebase_ui_oauth_google: ^1.0.9
firebase_ui_oauth_google: ^1.0.10
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

Expand Down
4 changes: 4 additions & 0 deletions packages/firebase_ui_oauth_apple/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.10

- Update a dependency to the latest release.

## 1.0.9

- Update a dependency to the latest release.
Expand Down
6 changes: 3 additions & 3 deletions packages/firebase_ui_oauth_apple/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: firebase_ui_oauth_apple
description: Firebase UI widgets for authentication & OAuth.
version: 1.0.9
version: 1.0.10
homepage: https://github.com/firebase/flutterfire/tree/master/packages/firebase_ui_oauth_apple

environment:
sdk: '>=2.17.6 <3.0.0'
flutter: '>=1.17.0'

dependencies:
firebase_auth: ^4.2.0
firebase_ui_oauth: ^1.1.2
firebase_auth: ^4.2.1
firebase_ui_oauth: ^1.1.3
flutter:
sdk: flutter

Expand Down
4 changes: 4 additions & 0 deletions packages/firebase_ui_oauth_facebook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.10

- Update a dependency to the latest release.

## 1.0.9

- Update a dependency to the latest release.
Expand Down
6 changes: 3 additions & 3 deletions packages/firebase_ui_oauth_facebook/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: firebase_ui_oauth_facebook
description: Firebase UI widgets for authentication & OAuth.
version: 1.0.9
version: 1.0.10
homepage: https://github.com/firebase/flutterfire/tree/master/packages/firebase_ui_oauth_facebook

environment:
sdk: '>=2.17.6 <3.0.0'
flutter: '>=1.17.0'

dependencies:
firebase_auth: ^4.2.0
firebase_ui_oauth: ^1.1.2
firebase_auth: ^4.2.1
firebase_ui_oauth: ^1.1.3
flutter:
sdk: flutter
flutter_facebook_auth: ^4.4.0+1
Expand Down
4 changes: 4 additions & 0 deletions packages/firebase_ui_oauth_google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.10

- Update a dependency to the latest release.

## 1.0.9

- Update a dependency to the latest release.
Expand Down
6 changes: 3 additions & 3 deletions packages/firebase_ui_oauth_google/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: firebase_ui_oauth_google
description: Firebase UI widgets for authentication & OAuth.
version: 1.0.9
version: 1.0.10
homepage: https://github.com/firebase/flutterfire/tree/master/packages/firebase_ui_oauth_google

environment:
sdk: '>=2.17.6 <3.0.0'
flutter: '>=1.17.0'

dependencies:
firebase_auth: ^4.2.0
firebase_ui_oauth: ^1.1.2
firebase_auth: ^4.2.1
firebase_ui_oauth: ^1.1.3
flutter:
sdk: flutter
google_sign_in: ^5.4.0
Expand Down
4 changes: 4 additions & 0 deletions packages/firebase_ui_oauth_twitter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.10

- Update a dependency to the latest release.

## 1.0.9

- Update a dependency to the latest release.
Expand Down
6 changes: 3 additions & 3 deletions packages/firebase_ui_oauth_twitter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: firebase_ui_oauth_twitter
description: Firebase UI widgets for authentication & OAuth.
version: 1.0.9
version: 1.0.10
homepage: https://github.com/firebase/flutterfire/tree/master/packages/firebase_ui_oauth_twitter

environment:
Expand All @@ -10,8 +10,8 @@ environment:
dependencies:
flutter:
sdk: flutter
firebase_auth: ^4.2.0
firebase_ui_oauth: ^1.1.2
firebase_auth: ^4.2.1
firebase_ui_oauth: ^1.1.3
twitter_login: ^4.2.3

dev_dependencies:
Expand Down

0 comments on commit dbac24d

Please sign in to comment.