Skip to content

Commit 5744dac

Browse files
mirgeePatrik-Stas
andauthored
Release 0.21.0 (#354)
* Release 0.21.0 Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com> * Publish libvcx image using custom access token Signed-off-by: Patrik Stas <patrik.stas@absa.africa> Co-authored-by: Patrik Stas <patrik.stas@absa.africa>
1 parent 5fb0127 commit 5744dac

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,8 +1015,8 @@ jobs:
10151015
uses: azure/docker-login@v1
10161016
with:
10171017
login-server: ghcr.io
1018-
username: $GITHUB_ACTOR
1019-
password: ${{ secrets.GITHUB_TOKEN }}
1018+
username: Patrik-Stas
1019+
password: ${{ secrets.PUBLISH_PKG_GITHUB_PATRIK }}
10201020

10211021
- name: Publish image
10221022
run: |

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agents/node/vcxagent-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@
6969
"winston": "^3.3.3"
7070
},
7171
"peerDependencies": {
72-
"@hyperledger/node-vcx-wrapper": "^0.20.2"
72+
"@hyperledger/node-vcx-wrapper": "^0.21.0"
7373
}
7474
}

aries_vcx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "aries-vcx"
4-
version = "0.20.2"
4+
version = "0.21.0"
55
authors = ["Absa Group Limited", "Hyperledger Indy Contributors <hyperledger-indy@lists.hyperledger.org>"]
66
publish = false
77
license = "Apache-2.0"

libvcx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "libvcx"
4-
version = "0.20.2"
4+
version = "0.21.0"
55
authors = ["Absa Group Limited", "Hyperledger Indy Contributors <hyperledger-indy@lists.hyperledger.org>"]
66
publish = false
77
description = "Absa's fork of HL LibVCX"

wrappers/node/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wrappers/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "@hyperledger/node-vcx-wrapper",
44
"description": "NodeJS wrapper Aries Framework",
55
"license": "Apache-2.0",
6-
"version": "0.20.2",
6+
"version": "0.21.0",
77
"directories": {
88
"test": "test",
99
"build": "dist",

0 commit comments

Comments
 (0)