From 718ef877d7763397901be039fa01f386145b0c7e Mon Sep 17 00:00:00 2001 From: gkc Date: Thu, 11 Aug 2022 19:45:28 +0100 Subject: [PATCH] docs: updated CHANGELOG.md release: set at_commons package version to 3.0.23 chore: updated dependencies --- at_commons/CHANGELOG.md | 5 +++++ at_commons/pubspec.yaml | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/at_commons/CHANGELOG.md b/at_commons/CHANGELOG.md index 3a5bff82..9b4da7a5 100644 --- a/at_commons/CHANGELOG.md +++ b/at_commons/CHANGELOG.md @@ -1,3 +1,8 @@ +## 3.0.23 +* fix: bug fixes to AtKey.fromString static method and various toString instance methods +* feat: When validating AtKeys, allow _namespace_ to be optional, for legacy app code which depends on keys without namespaces +* feat: Added _getKeyType_ to AtKey + ## 3.0.22 - Add ENCODING to update verb regex, update verb builder and Metadata to support encoding of new line character - Add AtKeyNotFoundException for non-existent keys in secondary diff --git a/at_commons/pubspec.yaml b/at_commons/pubspec.yaml index 150eaca3..221155c8 100644 --- a/at_commons/pubspec.yaml +++ b/at_commons/pubspec.yaml @@ -1,6 +1,6 @@ name: at_commons description: A library of Dart and Flutter utility classes that are used across other components of the @‎platform. -version: 3.0.22 +version: 3.0.23 repository: https://github.com/atsign-foundation/at_tools homepage: https://atsign.dev @@ -8,9 +8,9 @@ environment: sdk: '>=2.12.0 <3.0.0' dependencies: - uuid: ^3.0.4 + uuid: ^3.0.6 dev_dependencies: - lints: ^1.0.1 - test: ^1.17.0 - test_process: ^2.0.0 + lints: ^2.0.0 + test: ^1.21.4 + test_process: ^2.0.2