Skip to content

Commit

Permalink
chore: release v0.0.5-dev #57
Browse files Browse the repository at this point in the history
  • Loading branch information
slightfoot committed Jan 17, 2025
1 parent cb3e3e0 commit 284f8d8
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 5 deletions.
10 changes: 10 additions & 0 deletions packages/clerk_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.0.5-dev

- Lower flutter version to 3.10.0 #41
- Remove usage of public_key #45
- Add data/state persistor #46
- Disable bot protection #66
- Remove favicon_image from display_config #88
- Upload images using byte arrays #79
- Add telemetry support #81

## 0.0.4-dev

- Updated token expiration to use UTC #47
Expand Down
5 changes: 3 additions & 2 deletions packages/clerk_auth/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ include: package:lints/recommended.yaml

analyzer:
exclude:
- '*.g.dart'
- '**/*.g.dart'
- 'lib/src/version.dart'

formatter:
page_width: 80
Expand All @@ -25,4 +26,4 @@ linter:
- unawaited_futures
- use_build_context_synchronously
- use_full_hex_values_for_flutter_colors
- use_key_in_widget_constructors
- use_key_in_widget_constructors
3 changes: 3 additions & 0 deletions packages/clerk_auth/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ targets:
explicit_to_json: true
field_rename: snake
include_if_null: false
build_version:
options:
output: lib/src/version.dart
2 changes: 1 addition & 1 deletion packages/clerk_auth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: clerk_auth
description: Package that will allow you to authenticate and use Clerk from Dart code.
version: 0.0.4-dev
version: 0.0.5-dev
homepage: https://clerk.com/docs
repository: https://github.com/clerk/clerk-sdk-flutter/tree/main/packages/clerk_auth
issue_tracker: https://github.com/clerk/clerk-sdk-flutter/labels/clerk_auth
Expand Down
12 changes: 12 additions & 0 deletions packages/clerk_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.0.5-dev

- Lower flutter version to 3.10.0 #41
- Remove usage of public_key #45
- Add data/state persistor #46
- Add user profile editing #55
- Switch add account routing from overlays to routes #58
- Resolve issues in UI when strategies are missing #65
- Add telemetry support #81
- Remove dependency on inset-box-shadow #87
- Rename ClerkAuthProvider to ClerkAuthState to clarify its usage #99

## 0.0.4-dev

- Improved SSO popup user experience #33
Expand Down
4 changes: 2 additions & 2 deletions packages/clerk_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: clerk_flutter
description: Package that will allow you to authenticate and use Clerk from Flutter code.
version: 0.0.4-dev
version: 0.0.5-dev
homepage: https://clerk.com/docs
repository: https://github.com/clerk/clerk-sdk-flutter/tree/main/packages/clerk_flutter
issue_tracker: https://github.com/clerk/clerk-sdk-flutter/labels/clerk_flutter
Expand All @@ -14,7 +14,7 @@ environment:
dependencies:
flutter:
sdk: flutter
clerk_auth: ^0.0.4-dev
clerk_auth: '>=0.0.5-dev <1.0.0'
collection: ^1.17.1
email_validator: ^3.0.0
flutter_svg: ^2.0.10+1
Expand Down

0 comments on commit 284f8d8

Please sign in to comment.