From 7f94df9983fb6e007d6c9fe2e70b83d43440504b Mon Sep 17 00:00:00 2001 From: Patrik Stas Date: Wed, 12 Jan 2022 15:53:23 +0100 Subject: [PATCH] Release 0.28.0 (#425) Signed-off-by: Patrik Stas --- Cargo.lock | 4 ++-- agents/node/vcxagent-core/package.json | 2 +- aries_vcx/Cargo.toml | 2 +- libvcx/Cargo.toml | 2 +- wrappers/node/package-lock.json | 2 +- wrappers/node/package.json | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 78ae150ff0..ca367470f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -77,7 +77,7 @@ dependencies = [ [[package]] name = "aries-vcx" -version = "0.27.0" +version = "0.28.0" dependencies = [ "agency_client", "android_logger", @@ -1325,7 +1325,7 @@ checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" [[package]] name = "libvcx" -version = "0.27.0" +version = "0.28.0" dependencies = [ "android_logger", "aries-vcx", diff --git a/agents/node/vcxagent-core/package.json b/agents/node/vcxagent-core/package.json index c7894a7170..e44d79dc9e 100644 --- a/agents/node/vcxagent-core/package.json +++ b/agents/node/vcxagent-core/package.json @@ -69,6 +69,6 @@ "winston": "^3.3.3" }, "peerDependencies": { - "@hyperledger/node-vcx-wrapper": "^0.27.0" + "@hyperledger/node-vcx-wrapper": "^0.28.0" } } diff --git a/aries_vcx/Cargo.toml b/aries_vcx/Cargo.toml index 77d859d358..9f08cf162d 100644 --- a/aries_vcx/Cargo.toml +++ b/aries_vcx/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aries-vcx" -version = "0.27.0" +version = "0.28.0" authors = ["Absa Group Limited", "Hyperledger Indy Contributors "] publish = false license = "Apache-2.0" diff --git a/libvcx/Cargo.toml b/libvcx/Cargo.toml index bcfc62da01..61ef76ceb3 100644 --- a/libvcx/Cargo.toml +++ b/libvcx/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libvcx" -version = "0.27.0" +version = "0.28.0" authors = ["Absa Group Limited", "Hyperledger Indy Contributors "] publish = false description = "Absa's fork of HL LibVCX" diff --git a/wrappers/node/package-lock.json b/wrappers/node/package-lock.json index b0548fedab..0e152bd9ee 100644 --- a/wrappers/node/package-lock.json +++ b/wrappers/node/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/node-vcx-wrapper", - "version": "0.27.0", + "version": "0.28.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/wrappers/node/package.json b/wrappers/node/package.json index a245d32eb6..981945acad 100644 --- a/wrappers/node/package.json +++ b/wrappers/node/package.json @@ -3,7 +3,7 @@ "name": "@hyperledger/node-vcx-wrapper", "description": "NodeJS wrapper Aries Framework", "license": "Apache-2.0", - "version": "0.27.0", + "version": "0.28.0", "directories": { "test": "test", "build": "dist",