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 at contacts flutter #913

Merged
merged 2 commits 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
8 changes: 8 additions & 0 deletions packages/at_contacts_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 4.0.16
- build[deps]: Upgraded dependencies for the following packages:
- at_client: 3.2.2
- at_client_mobile: 3.2.19
- at_commons: 5.0.0
- at_contact: 3.0.9
- at_lookup: 3.0.49
- at_utils: 3.0.19
## 4.0.15

- **FIX**: Dangling_library_doc_comment moved
Expand Down
5 changes: 1 addition & 4 deletions packages/at_contacts_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies:
at_onboarding_flutter: ^6.1.9
at_client: ^3.2.2
at_client_mobile: ^3.2.19
at_backupkey_flutter: ^4.0.16
path_provider: ^2.1.3

# The following adds the Cupertino Icons font to your application.
Expand All @@ -41,10 +42,6 @@ dependencies:
flutter:
sdk: flutter

#TODO replace with published version
dependency_overrides:
at_backupkey_flutter:
path: ../../at_backupkey_flutter

dev_dependencies:
# The "flutter_lints" package below contains a set of recommended lints to
Expand Down
2 changes: 1 addition & 1 deletion packages/at_contacts_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: at_contacts_flutter
description: A Flutter plugin project to provide ease of managing contacts for
an atSign using atPlatform.
version: 4.0.15
version: 4.0.16
homepage: https://docs.atsign.com/
repository: https://github.com/atsign-foundation/at_widgets/tree/trunk/packages/at_contacts_flutter
issue_tracker: https://github.com/atsign-foundation/at_widgets/issues
Expand Down
Loading