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
2 changes: 1 addition & 1 deletion flutter/packages/authsome_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.6.0
## 1.6.1

- Release versioning is now unified across `authsome_core`, `authsome_flutter`
and `authsome_flutter_ui`. All three publish from a single `v{{version}}` tag
Expand Down
2 changes: 1 addition & 1 deletion flutter/packages/authsome_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: authsome_core
description: AuthSome authentication SDK for Dart — framework-agnostic core with auto-config support.
version: 1.6.0
version: 1.6.1
homepage: https://github.com/xraph/authsome
repository: https://github.com/xraph/authsome/tree/main/flutter/packages/authsome_core
issue_tracker: https://github.com/xraph/authsome/issues
Expand Down
4 changes: 2 additions & 2 deletions flutter/packages/authsome_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Changelog

## 1.6.0
## 1.6.1

- Release versioning is now unified across `authsome_core`, `authsome_flutter`
and `authsome_flutter_ui`. All three publish from a single `v{{version}}` tag
via pub.dev automated publishing.
- The `authsome_core` dependency constraint is now `^1.6.0`, tracking the
- The `authsome_core` dependency constraint is now `^1.6.1`, tracking the
unified release version.

## 1.4.0
Expand Down
4 changes: 2 additions & 2 deletions flutter/packages/authsome_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: authsome_flutter
description: AuthSome authentication SDK for Flutter — AuthProvider, SecureTokenStorage, and auto-config support.
version: 1.6.0
version: 1.6.1
homepage: https://github.com/xraph/authsome
repository: https://github.com/xraph/authsome/tree/main/flutter/packages/authsome_flutter
issue_tracker: https://github.com/xraph/authsome/issues
Expand All @@ -14,7 +14,7 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
authsome_core: ^1.6.0
authsome_core: ^1.6.1
flutter_secure_storage: ^9.0.0
# Web-only typed bindings for navigator.credentials.get. The package is
# safe to depend on cross-platform — symbols are no-ops outside of Web.
Expand Down
4 changes: 2 additions & 2 deletions flutter/packages/authsome_flutter_ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## 1.6.0
## 1.6.1

- Release versioning is now unified across `authsome_core`, `authsome_flutter`
and `authsome_flutter_ui`. All three publish from a single `v{{version}}` tag
via pub.dev automated publishing.
- Fixed the `authsome_flutter` dependency constraint, which was `^0.1.0` and so
could never resolve against a 1.x release. It is now `^1.6.0`.
could never resolve against a 1.x release. It is now `^1.6.1`.

## 1.4.0

Expand Down
4 changes: 2 additions & 2 deletions flutter/packages/authsome_flutter_ui/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: authsome_flutter_ui
description: Pre-built Material Design 3 authentication UI widgets for AuthSome.
version: 1.6.0
version: 1.6.1
homepage: https://github.com/xraph/authsome
repository: https://github.com/xraph/authsome/tree/main/flutter/packages/authsome_flutter_ui
issue_tracker: https://github.com/xraph/authsome/issues
Expand All @@ -14,7 +14,7 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
authsome_flutter: ^1.6.0
authsome_flutter: ^1.6.1

dev_dependencies:
flutter_lints: ^4.0.0
Expand Down
Loading