Skip to content

Commit

Permalink
chore: updated package to 2.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
CurtlyCritchlow committed Jun 17, 2024
1 parent d3f4173 commit b56e7fd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/at_common_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.14
- **CHORE**: Addressed static analysis info and warning messages to improve code quality and reduce noise during analysis.
- **FIX**: Replace depreciated items with up-to-date-ones

## 2.0.13:
- **CHORE**: Major version increase of at_commons from ^3.0.55 to ^4.0.1

Expand Down
4 changes: 2 additions & 2 deletions packages/at_common_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
cupertino_icons: ^1.0.8
at_common_flutter:
path: ../

Expand All @@ -41,7 +41,7 @@ dependencies:
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^2.0.2
flutter_lints: ^4.0.0


# For information on the generic Dart part of this file, see the
Expand Down
4 changes: 2 additions & 2 deletions packages/at_common_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: at_common_flutter
description: A Flutter package to provide common widgets used by other atPlatform Flutter packages.
version: 2.0.13
version: 2.0.14
homepage: https://docs.atsign.com/
repository: https://github.com/atsign-foundation/at_widgets/tree/trunk/packages/at_common_flutter
issue_tracker: https://github.com/atsign-foundation/at_widgets/issues
Expand All @@ -18,7 +18,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
mocktail: ^1.0.3
mocktail: ^1.0.4


# For information on the generic Dart part of this file, see the
Expand Down

0 comments on commit b56e7fd

Please sign in to comment.