diff --git a/packages/at_lookup/CHANGELOG.md b/packages/at_lookup/CHANGELOG.md index 7e310f80..7b6d40be 100644 --- a/packages/at_lookup/CHANGELOG.md +++ b/packages/at_lookup/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.48 +- build[deps]: Upgraded the following packages: + - at_commons to v4.1.0 + - at_utils to v3.0.17 ## 3.0.47 - fix: Fixed legacy error handling so error message isn't truncated if it contains a hyphen diff --git a/packages/at_lookup/pubspec.yaml b/packages/at_lookup/pubspec.yaml index 9da24553..009b46c0 100644 --- a/packages/at_lookup/pubspec.yaml +++ b/packages/at_lookup/pubspec.yaml @@ -1,6 +1,6 @@ name: at_lookup description: A Dart library that contains the core commands that can be used with a secondary server (scan, update, lookup, llookup, plookup, etc.) -version: 3.0.47 +version: 3.0.48 repository: https://github.com/atsign-foundation/at_libraries homepage: https://atsign.com documentation: https://docs.atsign.com/ @@ -12,8 +12,8 @@ dependencies: path: ^1.8.0 crypton: ^2.0.1 crypto: ^3.0.1 - at_utils: ^3.0.16 - at_commons: ^4.0.0 + at_utils: ^3.0.17 + at_commons: ^4.1.0 mutex: ^3.0.0 meta: ^1.8.0 at_chops: ^2.0.0