Skip to content

Commit

Permalink
Merge pull request #452 from aboutyou/fix-release-6.1.2
Browse files Browse the repository at this point in the history
Publish SiwA web & reference latest version
  • Loading branch information
tp authored Dec 9, 2024
2 parents 3076e42 + da0b7c8 commit d237563
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
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

0 comments on commit d237563

Please sign in to comment.