Skip to content

Commit 78c54e5

Browse files
authored
Merge pull request #20 from hyperledger/changeset-release/main
2 parents 78c0036 + b5afb10 commit 78c54e5

File tree

7 files changed

+19
-9
lines changed

7 files changed

+19
-9
lines changed

.changeset/modern-eggs-repair.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/anoncreds-nodejs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @hyperledger/anoncreds-nodejs
22

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- aa9f0d2: update to use anoncreds-rs v0.2.3
8+
- @hyperledger/anoncreds-shared@0.3.4
9+
310
## 0.3.3
411

512
### Patch Changes

packages/anoncreds-nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperledger/anoncreds-nodejs",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"license": "Apache-2.0",
55
"description": "Nodejs wrapper for Anoncreds",
66
"main": "build/index",

packages/anoncreds-react-native/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @hyperledger/anoncreds-react-native
22

3+
## 0.3.4
4+
5+
### Patch Changes
6+
7+
- aa9f0d2: update to use anoncreds-rs v0.2.3
8+
- @hyperledger/anoncreds-shared@0.3.4
9+
310
## 0.3.3
411

512
### Patch Changes

packages/anoncreds-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperledger/anoncreds-react-native",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"license": "Apache-2.0",
55
"description": "React Native wrapper for Anoncreds",
66
"main": "build/index",

packages/anoncreds-shared/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @hyperledger/anoncreds-shared
22

3+
## 0.3.4
4+
35
## 0.3.3
46

57
## 0.3.2

packages/anoncreds-shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperledger/anoncreds-shared",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"license": "Apache-2.0",
55
"description": "Anoncreds wrapper library with NodeJS and React Native",
66
"main": "src/index",

0 commit comments

Comments
 (0)