From 04f5fcaccef4b32baaadc9e258e3b6a3dadfba5a Mon Sep 17 00:00:00 2001 From: Sitaram Date: Wed, 15 Jun 2022 10:52:16 +0530 Subject: [PATCH] build: upgrade at_utils version to 3.0.10 --- at_utils/CHANGELOG.md | 2 ++ at_utils/pubspec.yaml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/at_utils/CHANGELOG.md b/at_utils/CHANGELOG.md index fc76a0f3..b4d2bee9 100644 --- a/at_utils/CHANGELOG.md +++ b/at_utils/CHANGELOG.md @@ -1,3 +1,5 @@ +# 3.0.10 +- at_commons version change to 3.0.17 for AtException hierarchy and introducing new AtException subclasses ## 3.0.9 - Changed at_commons dependency from 3.0.11 to ^3.0.11 ## 3.0.8 diff --git a/at_utils/pubspec.yaml b/at_utils/pubspec.yaml index 0cbd8aaf..49b35763 100644 --- a/at_utils/pubspec.yaml +++ b/at_utils/pubspec.yaml @@ -1,6 +1,6 @@ name: at_utils description: A Dart library that contains various utility classes such as atSign, atmetadata, configuration, and logger. -version: 3.0.9 +version: 3.0.10 repository: https://github.com/atsign-foundation/at_tools homepage: https://atsign.dev documentation: https://atsign.dev/docs/ @@ -13,7 +13,7 @@ dependencies: logging: ^1.0.1 yaml: ^3.1.0 crypto: ^3.0.1 - at_commons: ^3.0.11 + at_commons: ^3.0.17 collection: ^1.15.0 dev_dependencies: