Skip to content
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
6 changes: 6 additions & 0 deletions .changeset/modern-eggs-repair.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@hyperledger/anoncreds-react-native": patch
"@hyperledger/anoncreds-nodejs": patch
---

update to use anoncreds-rs v0.2.3
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,10 @@ jobs:
cache: "pnpm"
registry-url: "https://registry.npmjs.org"

# Ensure npm >= 11.5.1 for trusted publishing support
# Ensure npm >= 11.5.1 for trusted publishing support.
# Automatically fetch future security updates
- name: Update npm
run: npm install -g npm@11.5.1
run: npm install -g npm@^11.5.1

- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion packages/anoncreds-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"typescript": "catalog:"
},
"binary": {
"version": "v0.2.2",
"version": "v0.2.3",
"host": "https://github.com/hyperledger/anoncreds-rs/releases/download",
"packageName": "library-{platform}-{arch}.tar.gz"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/anoncreds-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"react-native": ">= 0.71"
},
"binary": {
"version": "v0.2.2",
"version": "v0.2.3",
"host": "https://github.com/hyperledger/anoncreds-rs/releases/download",
"packageName": "library-ios-android.tar.gz"
}
Expand Down