Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Set at_onboarding_cli version to 1.8.0 #723

Merged
merged 1 commit into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions packages/at_onboarding_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/at_onboarding_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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/
Expand Down Expand Up @@ -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