Skip to content

Commit

Permalink
Merge pull request #916 from atsign-foundation/publish_at_events_flutter
Browse files Browse the repository at this point in the history
chore: publish at_events_flutter
  • Loading branch information
murali-shris authored Oct 1, 2024
2 parents 045e41f + bb57cbd commit 5fa476b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 23 deletions.
11 changes: 11 additions & 0 deletions packages/at_events_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 3.1.15
- 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_contacts_group_flutter: 4.0.17
- at_location_flutter: 3.1.14
- at_lookup: 3.0.49
- at_utils: 3.0.19
## 3.1.14:

- **CHORE**: Bumped up all dependency versions
Expand Down
9 changes: 0 additions & 9 deletions packages/at_events_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@ dependencies:
flutter_dotenv: ^5.1.0
path_provider: ^2.1.3

#TODO replace with published version
dependency_overrides:
at_location_flutter:
path: ../../at_location_flutter
at_contacts_flutter:
path: ../../at_contacts_flutter
at_contacts_group_flutter:
path: ../../at_contacts_group_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
18 changes: 4 additions & 14 deletions packages/at_events_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: at_events_flutter
description: A Flutter plugin project to manage events (time, place and
attendees) using the atPlatform.
version: 3.1.14
version: 3.1.15
homepage: https://docs.atsign.com/
repository: https://github.com/atsign-foundation/at_widgets/tree/trunk/packages/at_events_flutter
issue_tracker: https://github.com/atsign-foundation/at_widgets/issues
Expand All @@ -17,9 +17,9 @@ 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_group_flutter: ^4.0.15
at_location_flutter: ^3.1.13
at_contacts_flutter: ^4.0.16
at_contacts_group_flutter: ^4.0.17
at_location_flutter: ^3.1.14
at_lookup: ^3.0.49
at_utils: ^3.0.19
flutter:
Expand All @@ -29,16 +29,6 @@ dependencies:
latlong2: ^0.9.0
sliding_up_panel: ^2.0.0+1

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


dev_dependencies:
flutter_lints: ^4.0.0
flutter_test:
Expand Down

0 comments on commit 5fa476b

Please sign in to comment.