Skip to content

Commit dbac24d

Browse files
authored
chore(release): prepare for release (#10121)
1 parent 575c0cc commit dbac24d

File tree

26 files changed

+141
-40
lines changed

26 files changed

+141
-40
lines changed

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,62 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2022-12-15
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`firebase_auth_platform_interface` - `v6.11.5`](#firebase_auth_platform_interface---v6115)
19+
- [`firebase_dynamic_links` - `v5.0.9`](#firebase_dynamic_links---v509)
20+
- [`firebase_storage` - `v11.0.8`](#firebase_storage---v1108)
21+
- [`firebase_ui_auth` - `v1.1.3`](#firebase_ui_auth---v113)
22+
- [`firebase_auth_web` - `v5.2.1`](#firebase_auth_web---v521)
23+
- [`firebase_auth` - `v4.2.1`](#firebase_auth---v421)
24+
- [`firebase_ui_oauth_apple` - `v1.0.10`](#firebase_ui_oauth_apple---v1010)
25+
- [`firebase_ui_oauth` - `v1.1.3`](#firebase_ui_oauth---v113)
26+
- [`firebase_ui_oauth_facebook` - `v1.0.10`](#firebase_ui_oauth_facebook---v1010)
27+
- [`firebase_ui_oauth_google` - `v1.0.10`](#firebase_ui_oauth_google---v1010)
28+
- [`firebase_ui_oauth_twitter` - `v1.0.10`](#firebase_ui_oauth_twitter---v1010)
29+
30+
Packages with dependency updates only:
31+
32+
> 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.
33+
34+
- `firebase_auth_web` - `v5.2.1`
35+
- `firebase_auth` - `v4.2.1`
36+
- `firebase_ui_oauth_apple` - `v1.0.10`
37+
- `firebase_ui_oauth` - `v1.1.3`
38+
- `firebase_ui_oauth_facebook` - `v1.0.10`
39+
- `firebase_ui_oauth_google` - `v1.0.10`
40+
- `firebase_ui_oauth_twitter` - `v1.0.10`
41+
42+
---
43+
44+
#### `firebase_auth_platform_interface` - `v6.11.5`
45+
46+
- **FIX**: null check ([#10119](https://github.com/firebase/flutterfire/issues/10119)). ([575c0ccb](https://github.com/firebase/flutterfire/commit/575c0ccbb4d9bf3875e8de0b2131c59ede869754))
47+
48+
#### `firebase_dynamic_links` - `v5.0.9`
49+
50+
- **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))
51+
52+
#### `firebase_storage` - `v11.0.8`
53+
54+
- **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))
55+
- **FIX**: fix concurrency issue ([#10099](https://github.com/firebase/flutterfire/issues/10099)). ([d0b6fcf1](https://github.com/firebase/flutterfire/commit/d0b6fcf194afe987dec59d24b47ad197bf8e7cf8))
56+
57+
#### `firebase_ui_auth` - `v1.1.3`
58+
59+
- **DOCS**: add docs links to the package README ([#10104](https://github.com/firebase/flutterfire/issues/10104)). ([dd611cd2](https://github.com/firebase/flutterfire/commit/dd611cd25139f78bc947a68366213902a31ae350))
60+
61+
662
## 2022-12-08
763

864
### Changes

packages/firebase_auth/firebase_auth/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.2.1
2+
3+
- Update a dependency to the latest release.
4+
15
## 4.2.0
26

37
- **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))

packages/firebase_auth/firebase_auth/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Flutter plugin for Firebase Auth, enabling Android and iOS
44
like Google, Facebook and Twitter.
55
homepage: https://firebase.google.com/docs/auth
66
repository: https://github.com/firebase/flutterfire/tree/master/packages/firebase_auth/firebase_auth
7-
version: 4.2.0
7+
version: 4.2.1
88

99
false_secrets:
1010
- example/**
@@ -15,7 +15,7 @@ environment:
1515

1616
dependencies:
1717
firebase_auth_platform_interface: ^6.11.3
18-
firebase_auth_web: ^5.2.0
18+
firebase_auth_web: ^5.2.1
1919
firebase_core: ^2.4.0
2020
firebase_core_platform_interface: ^4.5.2
2121
flutter:

packages/firebase_auth/firebase_auth_platform_interface/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.11.5
2+
3+
- **FIX**: null check ([#10119](https://github.com/firebase/flutterfire/issues/10119)). ([575c0ccb](https://github.com/firebase/flutterfire/commit/575c0ccbb4d9bf3875e8de0b2131c59ede869754))
4+
15
## 6.11.4
26

37
- **FIX**: properly cast the PlatformException to FirebaseAuthException ([#10058](https://github.com/firebase/flutterfire/issues/10058)). ([6c8f9515](https://github.com/firebase/flutterfire/commit/6c8f951552ba7f767ce1b7b7ea5328454ba28cce))

packages/firebase_auth/firebase_auth_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ homepage: https://github.com/firebase/flutterfire/tree/master/packages/firebase_
44
repository: https://github.com/firebase/flutterfire/tree/master/packages/firebase_auth/firebase_auth_platform_interface
55
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
66
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
7-
version: 6.11.4
7+
version: 6.11.5
88

99
environment:
1010
sdk: '>=2.16.0 <3.0.0'

packages/firebase_auth/firebase_auth_web/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.2.1
2+
3+
- Update a dependency to the latest release.
4+
15
## 5.2.0
26

37
- **FIX**: properly cast the PlatformException to FirebaseAuthException ([#10058](https://github.com/firebase/flutterfire/issues/10058)). ([6c8f9515](https://github.com/firebase/flutterfire/commit/6c8f951552ba7f767ce1b7b7ea5328454ba28cce))

packages/firebase_auth/firebase_auth_web/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: firebase_auth_web
22
description: The web implementation of firebase_auth
33
homepage: https://github.com/firebase/flutterfire/tree/master/packages/firebase_auth/firebase_auth_web
44
repository: https://github.com/firebase/flutterfire/tree/master/packages/firebase_auth/firebase_auth_web
5-
version: 5.2.0
5+
version: 5.2.1
66

77
environment:
88
sdk: ">=2.16.0 <3.0.0"

packages/firebase_dynamic_links/firebase_dynamic_links/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.0.9
2+
3+
- **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))
4+
15
## 5.0.8
26

37
- Update a dependency to the latest release.

packages/firebase_dynamic_links/firebase_dynamic_links/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: firebase_dynamic_links
22
description:
33
Flutter plugin for Google Dynamic Links for Firebase, an app solution for creating
44
and handling links across multiple platforms.
5-
version: 5.0.8
5+
version: 5.0.9
66
homepage: https://firebase.google.com/docs/dynamic-links
77
repository: https://github.com/firebase/flutterfire/tree/master/packages/firebase_dynamic_links
88

packages/firebase_storage/firebase_storage/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 11.0.8
2+
3+
- **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))
4+
- **FIX**: fix concurrency issue ([#10099](https://github.com/firebase/flutterfire/issues/10099)). ([d0b6fcf1](https://github.com/firebase/flutterfire/commit/d0b6fcf194afe987dec59d24b47ad197bf8e7cf8))
5+
16
## 11.0.7
27

38
- Update a dependency to the latest release.

0 commit comments

Comments
 (0)