Skip to content

Commit

Permalink
chore: publish onboarding_cli with updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
murali-shris committed Sep 13, 2024
1 parent 2845575 commit 01ec7ff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions packages/at_onboarding_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.6.4
- build[deps]: upgrade: \
at_client to 3.2.1 | at_commons to 4.1.1 | at_lookup to 3.0.48 | at_utils to 3.0.18 \
at_persistence_secondary_server to 3.0.63
## 1.6.3
- fix: `.atKeys` filename was trimmed when filename has period('.') in it
## 1.6.2
Expand Down
12 changes: 6 additions & 6 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.6.3
version: 1.6.4
repository: https://github.com/atsign-foundation/at_libraries
homepage: https://atsign.com
documentation: https://docs.atsign.com/
Expand All @@ -23,13 +23,13 @@ dependencies:
zxing2: ^0.2.0
at_auth: ^2.0.5
at_chops: ^2.0.0
at_client: ^3.0.76
at_commons: ^4.0.11
at_lookup: ^3.0.47
at_client: ^3.2.1
at_commons: ^4.1.1
at_lookup: ^3.0.48
at_server_status: ^1.0.4
at_utils: ^3.0.16
at_utils: ^3.0.18
at_cli_commons: ^1.1.0
at_persistence_secondary_server: ^3.0.62
at_persistence_secondary_server: ^3.0.63

dev_dependencies:
lints: ^2.1.0
Expand Down

0 comments on commit 01ec7ff

Please sign in to comment.