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_location_flutter #915

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
10 changes: 10 additions & 0 deletions packages/at_location_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 1 addition & 5 deletions packages/at_location_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
9 changes: 2 additions & 7 deletions packages/at_location_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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:
Expand Down
Loading