From 34284f896ad92bc9906821188ccd8ab2a118c80a Mon Sep 17 00:00:00 2001 From: Murali Date: Thu, 5 Dec 2024 18:43:44 +0530 Subject: [PATCH] fix: at_commons 5.1.1 publish changes --- packages/at_commons/CHANGELOG.md | 2 ++ packages/at_commons/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/at_commons/CHANGELOG.md b/packages/at_commons/CHANGELOG.md index 5330acdf..a387c7e5 100644 --- a/packages/at_commons/CHANGELOG.md +++ b/packages/at_commons/CHANGELOG.md @@ -1,3 +1,5 @@ +## 5.1.1 +- fix: Introduce IV params for apkam enrollment flow ## 5.1.0 - feat: Introduce skipDeletesUntil for sync:from verb ## 5.0.2 diff --git a/packages/at_commons/pubspec.yaml b/packages/at_commons/pubspec.yaml index 6645b179..42e7810f 100644 --- a/packages/at_commons/pubspec.yaml +++ b/packages/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 atPlatform. -version: 5.1.0 +version: 5.1.1 repository: https://github.com/atsign-foundation/at_libraries homepage: https://atsign.dev