Skip to content

Commit

Permalink
[SiwA] Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tp committed Jun 2, 2020
1 parent 282dadc commit 89aae02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/sign_in_with_apple/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## TBD
## 2.4.0

- Manual closes of the Chrome Custom Tab on Android are now reported through a `SignInWithAppleAuthorizationException` with the `code` `AuthorizationErrorCode.canceled` (same as on iOS)
- `AppleLogoPainter` is now exposed, so consumers can use it to build their own buttons

## 2.3.0
Expand Down
2 changes: 1 addition & 1 deletion packages/sign_in_with_apple/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.3.0"
version: "2.4.0"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion packages/sign_in_with_apple/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sign_in_with_apple
description: Flutter bridge to initiate Sign in with Apple (on iOS, macOS, and Android). Includes support for keychain entries as well as signing in with an Apple ID.
version: 2.3.0
version: 2.4.0
homepage: https://github.com/aboutyou/dart_packages/tree/master/packages/sign_in_with_apple
repository: https://github.com/aboutyou/dart_packages

Expand Down

0 comments on commit 89aae02

Please sign in to comment.