Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish SiwA web & reference latest version #452

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/sign_in_with_apple/sign_in_with_apple/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions packages/sign_in_with_apple/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: 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

Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading