Skip to content

Commit 08b4cba

Browse files
chore(release): new version
Signed-off-by: "github-actions[bot]" <"41898282+github-actions[bot]@users.noreply.github.com">
1 parent 78c0036 commit 08b4cba

File tree

7 files changed

+27
-11
lines changed

7 files changed

+27
-11
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: 5 additions & 2 deletions
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",
@@ -15,7 +15,10 @@
1515
"publishConfig": {
1616
"access": "public"
1717
},
18-
"files": ["build", "scripts"],
18+
"files": [
19+
"build",
20+
"scripts"
21+
],
1922
"scripts": {
2023
"check-types": "pnpm compile --noEmit",
2124
"build": "pnpm clean && pnpm compile",

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: 5 additions & 2 deletions
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",
@@ -14,7 +14,10 @@
1414
"access": "public",
1515
"main": "build/index"
1616
},
17-
"files": ["build", "installBinary.js"],
17+
"files": [
18+
"build",
19+
"installBinary.js"
20+
],
1821
"scripts": {
1922
"check-types": "pnpm compile --noEmit",
2023
"build": "pnpm clean && pnpm compile",

0 commit comments

Comments
 (0)