From fcab7871f3d95674b35692fa50a7934c29ea7741 Mon Sep 17 00:00:00 2001 From: Murali Date: Tue, 1 Oct 2024 13:23:08 +0530 Subject: [PATCH] chore: publish at_location_flutter --- packages/at_location_flutter/CHANGELOG.md | 10 ++++++++++ packages/at_location_flutter/example/pubspec.yaml | 6 +----- packages/at_location_flutter/pubspec.yaml | 9 ++------- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/packages/at_location_flutter/CHANGELOG.md b/packages/at_location_flutter/CHANGELOG.md index 284352bb..33f0e950 100644 --- a/packages/at_location_flutter/CHANGELOG.md +++ b/packages/at_location_flutter/CHANGELOG.md @@ -1,3 +1,13 @@ +## 3.1.14 +- 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_contacts_flutter: 4.0.16 + - at_lookup: 3.0.49 + - at_utils: 3.0.19 + ## 3.1.13: - **CHORE**: Major version increase of flutter_lints from ^1.0.4 to ^4.0.0 diff --git a/packages/at_location_flutter/example/pubspec.yaml b/packages/at_location_flutter/example/pubspec.yaml index 6aaabc7a..51ea46c8 100644 --- a/packages/at_location_flutter/example/pubspec.yaml +++ b/packages/at_location_flutter/example/pubspec.yaml @@ -37,7 +37,7 @@ dependencies: # the parent directory to use the current plugin's version. path: ../ at_onboarding_flutter: ^6.1.9 - + at_contacts_flutter: ^4.0.16 # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.6 @@ -49,10 +49,6 @@ dependencies: at_lookup: ^3.0.49 flutter_dotenv: ^5.1.0 -dependency_overrides: - at_contacts_flutter: - path: ../../at_contacts_flutter - dev_dependencies: # The "flutter_lints" package below contains a set of recommended lints to # encourage good coding practices. The lint set provided by the package is diff --git a/packages/at_location_flutter/pubspec.yaml b/packages/at_location_flutter/pubspec.yaml index b16ba089..ac0707c1 100644 --- a/packages/at_location_flutter/pubspec.yaml +++ b/packages/at_location_flutter/pubspec.yaml @@ -1,7 +1,7 @@ name: at_location_flutter description: A Flutter plugin project to share locations between two atSigns and track them on OSM (OpenStreetMap). -version: 3.1.13 +version: 3.1.14 homepage: https://docs.atsign.com/ repository: https://github.com/atsign-foundation/at_widgets/tree/trunk/packages/at_location_flutter issue_tracker: https://github.com/atsign-foundation/at_widgets/issues @@ -18,7 +18,7 @@ dependencies: at_common_flutter: ^2.0.13 at_commons: ^5.0.0 at_contact: ^3.0.9 - at_contacts_flutter: ^4.0.14 + at_contacts_flutter: ^4.0.16 at_lookup: ^3.0.49 at_utils: ^3.0.19 cached_network_image: ^3.3.1 @@ -38,11 +38,6 @@ dependencies: tuple: ^2.0.2 vector_math: ^2.1.4 -#TODO replace with published version -dependency_overrides: - at_contacts_flutter: - path: ../at_contacts_flutter - dev_dependencies: flutter_lints: ^4.0.0 flutter_test: