From da0b7c87af3c4ed2a71521e1728ee89642474ccd Mon Sep 17 00:00:00 2001 From: Timm Preetz Date: Mon, 9 Dec 2024 09:27:31 +0100 Subject: [PATCH] Publish SiwA web & reference latest version to properly include #432 which was supposed to go out in 6.1.2 --- packages/sign_in_with_apple/sign_in_with_apple/CHANGELOG.md | 4 ++++ packages/sign_in_with_apple/sign_in_with_apple/pubspec.yaml | 4 ++-- .../sign_in_with_apple/sign_in_with_apple_web/pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/packages/sign_in_with_apple/sign_in_with_apple/CHANGELOG.md b/packages/sign_in_with_apple/sign_in_with_apple/CHANGELOG.md index bee4201..e0402d5 100644 --- a/packages/sign_in_with_apple/sign_in_with_apple/CHANGELOG.md +++ b/packages/sign_in_with_apple/sign_in_with_apple/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.1.4 + +- Bump `sign_in_with_apple_web` dependency to _actually_ include fix from [#432](https://github.com/aboutyou/dart_packages/pull/432) + ## 6.1.3 - Support Xcode 16 (in addition to all previously supported versions) diff --git a/packages/sign_in_with_apple/sign_in_with_apple/pubspec.yaml b/packages/sign_in_with_apple/sign_in_with_apple/pubspec.yaml index 2c14a53..1e29bf4 100644 --- a/packages/sign_in_with_apple/sign_in_with_apple/pubspec.yaml +++ b/packages/sign_in_with_apple/sign_in_with_apple/pubspec.yaml @@ -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: 6.1.3 +version: 6.1.4 homepage: https://github.com/aboutyou/dart_packages/tree/master/packages/sign_in_with_apple repository: https://github.com/aboutyou/dart_packages @@ -16,7 +16,7 @@ dependencies: sign_in_with_apple_platform_interface: ^1.1.0 - sign_in_with_apple_web: ^2.1.0 + sign_in_with_apple_web: ^2.1.1 dev_dependencies: flutter_lints: ^3.0.1 diff --git a/packages/sign_in_with_apple/sign_in_with_apple_web/pubspec.yaml b/packages/sign_in_with_apple/sign_in_with_apple_web/pubspec.yaml index 1a14f96..2216279 100644 --- a/packages/sign_in_with_apple/sign_in_with_apple_web/pubspec.yaml +++ b/packages/sign_in_with_apple/sign_in_with_apple_web/pubspec.yaml @@ -1,7 +1,7 @@ name: sign_in_with_apple_web description: Platform plugin offering web support for Sign in with Apple plugin for Flutter. repository: https://github.com/aboutyou/dart_packages/tree/master/packages/sign_in_with_apple/sign_in_with_apple_web -version: 2.1.0 +version: 2.1.1 environment: sdk: ^3.3.0