From 70b2317715478a231b6fce131dddc6cca6055d57 Mon Sep 17 00:00:00 2001 From: Sitaram Kalluri Date: Mon, 2 Dec 2024 16:05:00 +0530 Subject: [PATCH] build: Set at_onboarding_cli version to 1.8.0 --- packages/at_onboarding_cli/CHANGELOG.md | 9 ++++----- packages/at_onboarding_cli/pubspec.yaml | 6 +++--- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/packages/at_onboarding_cli/CHANGELOG.md b/packages/at_onboarding_cli/CHANGELOG.md index 5c10b971..608638c9 100644 --- a/packages/at_onboarding_cli/CHANGELOG.md +++ b/packages/at_onboarding_cli/CHANGELOG.md @@ -1,12 +1,11 @@ -## 1.8.1 -- build[deps]: upgrade: \ - at_auth to 2.0.9 | at_chops to 2.2.0 | at_client to 3.3.0 \ - at_commons to 5.0.2 | at_cli_commons to 1.2.1 | at_persistence_secondary_server to 3.0.65 -- feat: Support password protection of atKeys file with a pass phrase ## 1.8.0 - feat: add `unrevoke` command to the activate CLI - feat: add `delete` command to the activate CLI - fix: When submitting an enrollment request, check for write permissions of AtKeys file path. +- build[deps]: upgrade: \ + at_auth to 2.0.9 | at_chops to 2.2.0 | at_client to 3.3.0 \ + at_commons to 5.0.2 | at_cli_commons to 1.2.1 | at_persistence_secondary_server to 3.0.65 +- feat: Support password protection of atKeys file with a pass phrase ## 1.7.0 - feat: add `auto` command to the activate CLI ## 1.6.4 diff --git a/packages/at_onboarding_cli/pubspec.yaml b/packages/at_onboarding_cli/pubspec.yaml index 85405170..40aff253 100644 --- a/packages/at_onboarding_cli/pubspec.yaml +++ b/packages/at_onboarding_cli/pubspec.yaml @@ -1,6 +1,6 @@ name: at_onboarding_cli description: Dart tools for initial client onboarding, subsequent client enrollment, and enrollment management. -version: 1.8.1 +version: 1.8.0 repository: https://github.com/atsign-foundation/at_libraries homepage: https://atsign.com documentation: https://docs.atsign.com/ @@ -34,7 +34,7 @@ dependencies: chalkdart: ^2.0.9 dev_dependencies: - lints: ^2.1.0 - test: ^1.24.2 + lints: ^5.0.0 + test: ^1.25.8 at_demo_data: ^1.0.0 mocktail: ^1.0.3