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

chore: publish onboarding flutter #909

Merged
merged 1 commit into from
Oct 1, 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
7 changes: 7 additions & 0 deletions packages/at_onboarding_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 6.1.9
- build[deps]: Upgraded dependencies for the following packages:
- at_client: 3.2.2
- at_client_mobile: 3.2.19
- at_auth: 2.0.7
- at_commons: 5.0.0
- at_utils: 3.0.19
## 6.1.8

- **CHORE**: Updated dependencies
Expand Down
12 changes: 6 additions & 6 deletions packages/at_onboarding_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: at_onboarding_flutter
description: A Flutter plugin project for onboarding any atSign in atPlatform
apps with ease. Provides a QRscanner option and an upload key file option to
authenticate.
version: 6.1.8
version: 6.1.9
homepage: https://docs.atsign.com/
repository: https://github.com/atsign-foundation/at_widgets/tree/trunk/packages/at_onboarding_flutter
issue_tracker: https://github.com/atsign-foundation/at_widgets/issues
Expand All @@ -15,14 +15,14 @@ environment:
dependencies:
archive: ^3.4.10
at_backupkey_flutter: ^4.0.12
at_client: ^3.0.72
at_client_mobile: ^3.2.18
at_commons: ^4.0.11
at_client: ^3.2.2
at_client_mobile: ^3.2.19
at_commons: ^5.0.0
at_server_status: ^1.0.4
at_sync_ui_flutter: ^1.0.12
at_utils: ^3.0.16
at_utils: ^3.0.19
file_picker: ^8.1.1
at_auth: ^2.0.4
at_auth: ^2.0.7
flutter:
sdk: flutter
http: ^1.2.0
Expand Down
Loading