Skip to content

Commit 350ec17

Browse files
TimoGlastragenaris
andauthored
chore: update to anoncreds-rs version 0.2.2 (#10)
* docs(changeset): chore: update to anoncreds-rs version 0.2.1 Signed-off-by: Timo Glastra <[email protected]> * chore: update to 0.2.1 Signed-off-by: Timo Glastra <[email protected]> * fix: update binary version to 0.2.2 Signed-off-by: Ariel Gentile <[email protected]> --------- Signed-off-by: Timo Glastra <[email protected]> Signed-off-by: Ariel Gentile <[email protected]> Co-authored-by: Ariel Gentile <[email protected]>
1 parent 2d542db commit 350ec17

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.changeset/public-plums-tease.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@hyperledger/anoncreds-nodejs": patch
3+
"@hyperledger/anoncreds-react-native": patch
4+
---
5+
6+
chore: update to anoncreds-rs version 0.2.2. This release adds support for 16KB page sizes on Android.

packages/anoncreds-nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"typescript": "catalog:"
3838
},
3939
"binary": {
40-
"version": "v0.2.0",
40+
"version": "v0.2.2",
4141
"host": "https://github.com/hyperledger/anoncreds-rs/releases/download",
4242
"packageName": "library-{platform}-{arch}.tar.gz"
4343
},

packages/anoncreds-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"react-native": ">= 0.71"
5050
},
5151
"binary": {
52-
"version": "v0.2.0",
52+
"version": "v0.2.2",
5353
"host": "https://github.com/hyperledger/anoncreds-rs/releases/download",
5454
"packageName": "library-ios-android.tar.gz"
5555
}

0 commit comments

Comments
 (0)