From 48c697d1db052d0815f38549f9b7fcbf5aac02f3 Mon Sep 17 00:00:00 2001 From: Patrik Date: Tue, 8 Feb 2022 16:23:54 +0100 Subject: [PATCH] Release 0.30.0 (#440) 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 94d88dd1e8..dc37df633a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -77,7 +77,7 @@ dependencies = [ [[package]] name = "aries-vcx" -version = "0.29.0" +version = "0.30.0" dependencies = [ "agency_client", "android_logger", @@ -1162,7 +1162,7 @@ checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" [[package]] name = "libvcx" -version = "0.29.0" +version = "0.30.0" dependencies = [ "android_logger", "aries-vcx", diff --git a/agents/node/vcxagent-core/package.json b/agents/node/vcxagent-core/package.json index fc6ce3a775..df09e01fc4 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.29.0" + "@hyperledger/node-vcx-wrapper": "^0.30.0" } } diff --git a/aries_vcx/Cargo.toml b/aries_vcx/Cargo.toml index eb48a92e05..c4c0922566 100644 --- a/aries_vcx/Cargo.toml +++ b/aries_vcx/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "aries-vcx" -version = "0.29.0" +version = "0.30.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 a70eeadfff..857e4915fc 100644 --- a/libvcx/Cargo.toml +++ b/libvcx/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libvcx" -version = "0.29.0" +version = "0.30.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 e8d3b9fa8f..e3c09bc417 100644 --- a/wrappers/node/package-lock.json +++ b/wrappers/node/package-lock.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/node-vcx-wrapper", - "version": "0.29.0", + "version": "0.30.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/wrappers/node/package.json b/wrappers/node/package.json index ede5558762..7f95c731df 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.29.0", + "version": "0.30.0", "directories": { "test": "test", "build": "dist",