Skip to content

Commit

Permalink
docs: updated CHANGELOG.md
Browse files Browse the repository at this point in the history
release: set at_commons package version to 3.0.23
chore: updated dependencies
  • Loading branch information
gkc committed Aug 11, 2022
1 parent 5212067 commit 718ef87
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions at_commons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions at_commons/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
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

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

0 comments on commit 718ef87

Please sign in to comment.