Skip to content

Commit

Permalink
chore: publish at_chops for at_commons 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
murali-shris committed Sep 28, 2024
1 parent 4002739 commit 2535565
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions packages/at_chops/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
## 2.0.2
- build[deps]: Upgraded the following packages:
- at_commons to v5.0.0
- at_utils to v3.0.18
## 2.0.1
- fix: throw Exception when input IV is null for decryption(with Symmetric Encryption)
- build[deps]: Upgraded the following packages:
- at_commons to v5.0.0
- at_utils to v3.0.19
## 2.0.0
- [Breaking Change] fix: removed deprecated methods and members
- [Breaking Change] feat: Introduced interface for ASymmetricEncryptionAlgorithm and modified DefaultEncryptionAlgorithm
Expand Down
4 changes: 2 additions & 2 deletions packages/at_chops/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: at_chops
description: Package for at_protocol cryptographic and hashing operations
version: 2.0.2
version: 2.0.1
repository: https://github.com/atsign-foundation/at_libraries

environment:
Expand All @@ -16,7 +16,7 @@ dependencies:
elliptic: ^0.3.10
pointycastle: ^3.7.4
at_commons: ^5.0.0
at_utils: ^3.0.18
at_utils: ^3.0.19

dev_dependencies:
lints: ^3.0.0
Expand Down

0 comments on commit 2535565

Please sign in to comment.