Skip to content

Commit 3709daf

Browse files
committed
chore: release cryptography_plus 2.7.1, cryptography_flutter_plus 2.3.3 , jwk_plus 0.2.4
1 parent 1cb4af4 commit 3709daf

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

cryptography/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2.7.1
2+
3+
**Release of package under new name**
4+
5+
- **fix**: add super.destroy() to SecretKeyData
6+
- **fix**: remove Unnecessary casts
7+
- **ci**: github release action
8+
- **docs**: typo with X25519 Key Agreement example
9+
- **chore**: pubspec - Add topic crypto
10+
- **chore**: update js to 0.7.1 (was 0.6.7)
11+
112
## 2.7.0
213

314
- Adds a cross-platform of Argon2id, a highly recommended algorithm for password hashing.

cryptography/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cryptography_plus
2-
version: 2.7.0
2+
version: 2.7.1
33
homepage: https://github.com/emz-hanauer/dart-cryptography
44
description:
55
Cryptographic algorithms for encryption, digital signatures, key agreement, authentication, and

cryptography_flutter/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.3.3
2+
3+
**Release of package under new name**
4+
5+
- **fix**: AGP 8.x compatibility + Flutter 3.24
6+
17
## 2.3.2
28

39
- Improves documentation.

cryptography_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cryptography_flutter_plus
2-
version: 2.3.2
2+
version: 2.3.3
33
homepage: https://github.com/emz-hanauer/dart-cryptography
44
description:
55
Makes 'package:cryptography_plus' use platform APIs in Android, iOS, and Mac OS X. The package can
@@ -20,7 +20,7 @@ dependencies:
2020
#
2121
# Packages by github.com/dint-dev:
2222
#
23-
cryptography_plus: ^2.7.0
23+
cryptography_plus: ^2.7.1
2424

2525
flutter:
2626
sdk: flutter

jwk/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88

99
dependencies:
1010
collection: ^1.17.0
11-
cryptography_plus: ^2.6.0
11+
cryptography_plus: ^2.7.1
1212

1313
dev_dependencies:
1414
lints: ^2.1.1

0 commit comments

Comments
 (0)