Skip to content
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
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2026-06-29

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`passkeys` - `v2.21.0`](#passkeys---v2210)
- [`passkeys_platform_interface` - `v2.7.0`](#passkeys_platform_interface---v270)

Packages with dependency updates only:

> 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.

- `passkeys_android` - `v2.12.1`
- `passkeys_darwin` - `v0.4.1`
- `passkeys_doctor` - `v1.5.0`
- `passkeys_web` - `v2.9.1`
- `passkeys_windows` - `v0.1.2`
- `corbado_auth` - `v3.7.2`
- `corbado_auth_firebase` - `v2.0.6`

---

#### `passkeys` - `v2.21.0`

- **FEAT**: add PasskeyAuthenticatorInterface implemented by PasskeyAuthenticator ([#247](https://github.com/corbado/flutter-passkeys/issues/247)). ([bcc028fc](https://github.com/corbado/flutter-passkeys/commit/bcc028fc94c8875ed3240b8ebf76755f16dcc7ac))

#### `passkeys_platform_interface` - `v2.7.0`

- **FEAT**: add PasskeyAuthenticatorInterface implemented by PasskeyAuthenticator ([#247](https://github.com/corbado/flutter-passkeys/issues/247)). ([bcc028fc](https://github.com/corbado/flutter-passkeys/commit/bcc028fc94c8875ed3240b8ebf76755f16dcc7ac))

4 changes: 4 additions & 0 deletions packages/corbado_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.7.2

- Update a dependency to the latest release.

## 3.7.1
* Fix init call triggering twice.

Expand Down
4 changes: 2 additions & 2 deletions packages/corbado_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Flutter package for Corbado Auth. Enables authentication on Android
homepage: https://docs.corbado.com/overview/welcome
repository: https://github.com/corbado/flutter-passkeys/tree/main/packages/corbado_auth
### NOTE: Make sure to update the version in the CHANGELOG.md file as well as in telemetry.dart.
version: 3.7.1
version: 3.7.2

environment:
sdk: ">=3.0.0 <4.0.0"
Expand All @@ -21,7 +21,7 @@ dependencies:
json_annotation: ^4.8.1
jwt_decoder: ^2.0.1
meta: ^1.15.0
passkeys: ^2.13.0
passkeys: ^2.21.0
rxdart: ^0.27.7
ua_client_hints: ^1.1.3
universal_html: ^2.2.4
Expand Down
4 changes: 4 additions & 0 deletions packages/corbado_auth_firebase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.6

- Update a dependency to the latest release.

## 2.0.5
* Bump versions of passkeys, corbado_auth and corbado_frontend_api_client

Expand Down
6 changes: 3 additions & 3 deletions packages/corbado_auth_firebase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@ name: corbado_auth_firebase
description: Flutter package to enable passkey based authentication with Firebase powered by Corbado.
homepage: https://docs.corbado.com/overview/welcome
repository: https://github.com/corbado/flutter-passkeys/tree/main/packages/corbado_auth_firebase
version: 2.0.5
version: 2.0.6

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
cloud_functions: ^4.5.8
corbado_auth: ^2.0.8
corbado_auth: ^3.7.2
corbado_frontend_api_client: ^1.1.1
flutter:
sdk: flutter
flutter_keychain: ^2.4.0
http: ^1.1.2
json_annotation: ^4.8.1
jwt_decoder: ^2.0.1
passkeys: ^2.0.9
passkeys: ^2.21.0
rxdart: ^0.27.7
ua_client_hints: ^1.1.3
universal_html: ^2.2.4
Expand Down
4 changes: 4 additions & 0 deletions packages/passkeys/passkeys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.21.0

- **FEAT**: add PasskeyAuthenticatorInterface implemented by PasskeyAuthenticator ([#247](https://github.com/corbado/flutter-passkeys/issues/247)). ([bcc028fc](https://github.com/corbado/flutter-passkeys/commit/bcc028fc94c8875ed3240b8ebf76755f16dcc7ac))

## 2.20.0
* Raises minimum Dart SDK to `3.4.0`.

Expand Down
14 changes: 7 additions & 7 deletions packages/passkeys/passkeys/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: passkeys
description: Flutter plugin enabling simple passkey authentication. Can be either used with a ready-to-use relying party server (Corbado) or with your custom relying party.
homepage: https://docs.corbado.com/overview/welcome
repository: https://github.com/corbado/flutter-passkeys/tree/main/packages/passkeys/passkeys
version: 2.20.0
version: 2.21.0

environment:
sdk: ">=3.4.0 <4.0.0"
Expand All @@ -27,12 +27,12 @@ dependencies:
flutter:
sdk: flutter
json_annotation: ^4.8.1
passkeys_android: ^2.12.0
passkeys_darwin: ^0.4.0
passkeys_doctor: ^1.3.0
passkeys_platform_interface: ^2.6.0
passkeys_web: ^2.8.1
passkeys_windows: ^0.1.1
passkeys_android: ^2.12.1
passkeys_darwin: ^0.4.1
passkeys_doctor: ^1.5.0
passkeys_platform_interface: ^2.7.0
passkeys_web: ^2.9.1
passkeys_windows: ^0.1.2
ua_client_hints: ^1.1.3

dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/passkeys/passkeys_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.12.1

- Update a dependency to the latest release.

## 2.12.0
* Adds `NoCreateOptionException` handling for register flow.
* Unstubs `cancelCurrentAuthenticatorOperation` implementation.
Expand Down
4 changes: 2 additions & 2 deletions packages/passkeys/passkeys_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: passkeys_android
description: Android implementation of the Corbado passkeys plugin. Manages the creation of passkeys on Android devices.
homepage: https://docs.corbado.com/overview/welcome
repository: https://github.com/corbado/flutter-passkeys/tree/main/packages/passkeys/passkeys_android
version: 2.12.0
version: 2.12.1

environment:
sdk: ">=3.0.0 <4.0.0"
Expand All @@ -20,7 +20,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
passkeys_platform_interface: ^2.4.0
passkeys_platform_interface: ^2.7.0

dev_dependencies:
flutter_test:
Expand Down
4 changes: 4 additions & 0 deletions packages/passkeys/passkeys_darwin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.1

- Update a dependency to the latest release.

## 0.4.0

- Adds Swift Package Manager (SwiftPM) support for iOS and macOS. CocoaPods continues to work in parallel.
Expand Down
4 changes: 2 additions & 2 deletions packages/passkeys/passkeys_darwin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: passkeys_darwin
description: Shared Darwin implementation (iOS & macOS) of the Corbado passkeys plugin. Manages passkey creation on Apple devices.
homepage: https://docs.corbado.com/overview/welcome
repository: https://github.com/corbado/flutter-passkeys/tree/main/packages/passkeys/passkeys_darwin
version: 0.4.0
version: 0.4.1

environment:
sdk: ">=3.0.0 <4.0.0"
Expand All @@ -24,7 +24,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
passkeys_platform_interface: ^2.4.0
passkeys_platform_interface: ^2.7.0

dev_dependencies:
flutter_test:
Expand Down
4 changes: 4 additions & 0 deletions packages/passkeys/passkeys_doctor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.5.0

- Update a dependency to the latest release.

## 1.4.1

* Uses `flutter.compileSdkVersion` instead of a hardcoded `compileSdk = 35` in the Android `build.gradle`, so the package inherits the host project's compile SDK. Fixes build failures alongside plugins that now require `compileSdk >= 36` (e.g. `device_info_plus`). See https://github.com/corbado/flutter-passkeys/issues/245.
Expand Down
4 changes: 2 additions & 2 deletions packages/passkeys/passkeys_doctor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: passkeys_doctor
description: "Internal debugging tools used to help with passkeys package."
homepage: https://docs.corbado.com/overview/welcome
repository: https://github.com/corbado/flutter-passkeys/tree/main/packages/passkeys/passkeys_doctor
version: 1.4.1
version: 1.5.0

environment:
sdk: ">=3.0.0 <4.0.0"
Expand All @@ -21,7 +21,7 @@ dependencies:
# upgrade. See https://github.com/corbado/flutter-passkeys/issues/240
# for the downstream win32-6 chain this unblocks.
package_info_plus: ">=9.0.0 <11.0.0"
passkeys_platform_interface: ^2.4.0
passkeys_platform_interface: ^2.7.0

dev_dependencies:
pigeon: ^25.3.1
Expand Down
4 changes: 4 additions & 0 deletions packages/passkeys/passkeys_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.7.0

- **FEAT**: add PasskeyAuthenticatorInterface implemented by PasskeyAuthenticator ([#247](https://github.com/corbado/flutter-passkeys/issues/247)). ([bcc028fc](https://github.com/corbado/flutter-passkeys/commit/bcc028fc94c8875ed3240b8ebf76755f16dcc7ac))

## 2.6.0
* Adds support for Serliazable JSON Strings.

Expand Down
2 changes: 1 addition & 1 deletion packages/passkeys/passkeys_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: passkeys_platform_interface
description: A common platform interface for the passkeys plugin. Must be implemented to support passkeys for a new platform.
homepage: https://docs.corbado.com/overview/welcome
repository: https://github.com/corbado/flutter-passkeys/tree/main/packages/passkeys/passkeys_platform_interface
version: 2.6.0
version: 2.7.0

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/passkeys/passkeys_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.9.1

- Update a dependency to the latest release.

## 2.9.0
* Raises minimum Dart SDK to `3.4.0` to match the `web ^1.1.1` requirement.

Expand Down
4 changes: 2 additions & 2 deletions packages/passkeys/passkeys_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: passkeys_web
description: Web implementation of the Corbado passkeys plugin. Manages the creation of passkeys in browsers.
homepage: https://docs.corbado.com/overview/welcome
repository: https://github.com/corbado/flutter-passkeys/tree/main/packages/passkeys/passkeys_web
version: 2.9.0
version: 2.9.1

environment:
sdk: ">=3.4.0 <4.0.0"
Expand All @@ -22,7 +22,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
json_annotation: ^4.8.1
passkeys_platform_interface: ^2.4.0
passkeys_platform_interface: ^2.7.0
web: ^1.1.1

dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/passkeys/passkeys_windows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.2

- Update a dependency to the latest release.

## 0.1.1

- Fix Base64URL encoding truncation in Windows WebAuthn helper
Expand Down
4 changes: 2 additions & 2 deletions packages/passkeys/passkeys_windows/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: passkeys_windows
description: Windows implementation of the passkeys plugin. Manages the creation of passkeys on Windows devices using Windows Hello and WebAuthn API.
homepage: https://docs.corbado.com/overview/welcome
repository: https://github.com/corbado/flutter-passkeys/tree/main/packages/passkeys/passkeys_windows
version: 0.1.1
version: 0.1.2

environment:
sdk: ">=3.0.0 <4.0.0"
Expand All @@ -19,7 +19,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
passkeys_platform_interface: ^2.5.0
passkeys_platform_interface: ^2.7.0

dev_dependencies:
flutter_test:
Expand Down
Loading