Skip to content

Commit

Permalink
Merge pull request #914 from atsign-foundation/publish_atcontacts_gro…
Browse files Browse the repository at this point in the history
…up_flutter

chore: publish at_contacts_group_flutter
  • Loading branch information
murali-shris authored Oct 1, 2024
2 parents 496c01c + 2444a3d commit e30f0fa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
7 changes: 7 additions & 0 deletions packages/at_contacts_group_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 4.0.17
- build[deps]: Upgraded dependencies for the following packages:
- at_client_mobile: 3.2.19
- at_commons: 5.0.0
- at_contact: 3.0.9
- at_contacts_flutter: 4.0.16
- at_utils: 3.0.19
## 4.0.16

- **CHORE**: Kotlin version updated from ^1.7.10 to 1.8.20
Expand Down
6 changes: 2 additions & 4 deletions packages/at_contacts_group_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ environment:
dependencies:
# at_contacts_flutter: ^4.0.0
at_app_flutter: ^5.2.0
at_backupkey_flutter: ^4.0.10
at_backupkey_flutter: ^4.0.16
at_client_mobile: ^3.2.19
at_contacts_flutter: ^4.0.14
at_contacts_flutter: ^4.0.16
at_contacts_group_flutter:
# When depending on this package from a real application you should use:
# at_contacts_group_flutter: ^x.y.z
Expand All @@ -50,8 +50,6 @@ dependencies:

dependency_overrides:
file_picker: ^8.1.1
at_contacts_flutter:
path: ../../at_contacts_flutter

dev_dependencies:
# The "flutter_lints" package below contains a set of recommended lints to
Expand Down
9 changes: 2 additions & 7 deletions packages/at_contacts_group_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: at_contacts_group_flutter
description: A Flutter plugin project to provide group functionality with
contacts using atPlatform.
version: 4.0.16
version: 4.0.17
homepage: https://docs.atsign.com/
repository: https://github.com/atsign-foundation/at_widgets/tree/trunk/packages/at_contacts_group_flutter

Expand All @@ -17,7 +17,7 @@ dependencies:
at_common_flutter: ^2.0.12
at_commons: ^5.0.0
at_contact: ^3.0.9
at_contacts_flutter: ^4.0.14
at_contacts_flutter: ^4.0.16
at_utils: ^3.0.19
collection: ^1.17.0
emoji_picker_flutter: ^3.0.0
Expand All @@ -34,11 +34,6 @@ dependencies:
image_compression: ^1.0.4
pedantic: ^1.11.1

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

dev_dependencies:
flutter_lints: ^4.0.0
flutter_test:
Expand Down

0 comments on commit e30f0fa

Please sign in to comment.