diff --git a/CHANGELOG.md b/CHANGELOG.md index b1f0e562d9..168f9d2bb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +### Bug Fixes + +* **plugin-keychain-vault:** hyper upgrade ([3062343](https://github.com/hyperledger/cactus/commit/3062343d47a492d6a15f7189a72e6ab3bb6a52f2)), closes [#2120](https://github.com/hyperledger/cactus/issues/2120) +* **security:** vulnerabilities found in besu-all-in-one [#2055](https://github.com/hyperledger/cactus/issues/2055) ([2ce098f](https://github.com/hyperledger/cactus/commit/2ce098f490c0e20c7f5d00a81e8fced1ec81341c)) +* **tools:** ghcr-quorum-multi-party-all-in-one pip install ([5809fd8](https://github.com/hyperledger/cactus/commit/5809fd8fac06638220bbe12df4f3ff82d02ef0eb)), closes [#2183](https://github.com/hyperledger/cactus/issues/2183) + +### Features + +* **cbdc-bridging-app:** refactor ODAP plugin implementation ([6975fef](https://github.com/hyperledger/cactus/commit/6975fefd4994cc9c6dd7d649dc2d6400646a59ae)) +* **connector-iroha:** add dynamic request params ([a1f908f](https://github.com/hyperledger/cactus/commit/a1f908f4c27b652a15896c9847aee97cc6ea11fd)) + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Bug Fixes diff --git a/examples/cactus-check-connection-ethereum-validator/CHANGELOG.md b/examples/cactus-check-connection-ethereum-validator/CHANGELOG.md index 4cbd4a96c9..c1f1a2694e 100644 --- a/examples/cactus-check-connection-ethereum-validator/CHANGELOG.md +++ b/examples/cactus-check-connection-ethereum-validator/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package check-connection-ethereum-validator + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Bug Fixes diff --git a/examples/cactus-check-connection-ethereum-validator/package.json b/examples/cactus-check-connection-ethereum-validator/package.json index 67baf4e952..6135808b91 100644 --- a/examples/cactus-check-connection-ethereum-validator/package.json +++ b/examples/cactus-check-connection-ethereum-validator/package.json @@ -1,6 +1,6 @@ { "name": "check-connection-ethereum-validator", - "version": "1.1.0", + "version": "1.1.1", "private": true, "scripts": { "start": "node ../../dist/packages/cactus-cmd-socketio-server/src/main/typescript/routing-interface/www.js", diff --git a/examples/cactus-example-carbon-accounting-backend/CHANGELOG.md b/examples/cactus-example-carbon-accounting-backend/CHANGELOG.md index 07b8f6b58b..5482d4dbfe 100644 --- a/examples/cactus-example-carbon-accounting-backend/CHANGELOG.md +++ b/examples/cactus-example-carbon-accounting-backend/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-backend + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) **Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-backend diff --git a/examples/cactus-example-carbon-accounting-backend/package.json b/examples/cactus-example-carbon-accounting-backend/package.json index 016b1083b4..afd94dcbf3 100644 --- a/examples/cactus-example-carbon-accounting-backend/package.json +++ b/examples/cactus-example-carbon-accounting-backend/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-carbon-accounting-backend", - "version": "1.1.0", + "version": "1.1.1", "description": "An example application showing how to use Cactus when implementing a Carbon Accounting Application where two or more blockchains are sharing data with each other to achieve a certain business outcome beneficial to multiple parties (business organizations).", "keywords": [ "Hyperledger", @@ -52,16 +52,16 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-api-client": "1.1.0", - "@hyperledger/cactus-cmd-api-server": "1.1.0", - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", - "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.1.0", - "@hyperledger/cactus-plugin-keychain-memory": "1.1.0", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.0", - "@hyperledger/cactus-plugin-ledger-connector-xdai": "1.1.0", - "@hyperledger/cactus-test-tooling": "1.1.0", + "@hyperledger/cactus-api-client": "1.1.1", + "@hyperledger/cactus-cmd-api-server": "1.1.1", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", + "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.1.1", + "@hyperledger/cactus-plugin-keychain-memory": "1.1.1", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.1", + "@hyperledger/cactus-plugin-ledger-connector-xdai": "1.1.1", + "@hyperledger/cactus-test-tooling": "1.1.1", "@openzeppelin/contracts": "4.7.3", "@openzeppelin/contracts-upgradeable": "4.7.3", "async-exit-hook": "2.0.1", diff --git a/examples/cactus-example-carbon-accounting-business-logic-plugin/CHANGELOG.md b/examples/cactus-example-carbon-accounting-business-logic-plugin/CHANGELOG.md index ba77d38717..53a34f7fdf 100644 --- a/examples/cactus-example-carbon-accounting-business-logic-plugin/CHANGELOG.md +++ b/examples/cactus-example-carbon-accounting-business-logic-plugin/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-business-logic-plugin + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) **Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-business-logic-plugin diff --git a/examples/cactus-example-carbon-accounting-business-logic-plugin/package.json b/examples/cactus-example-carbon-accounting-business-logic-plugin/package.json index 1a3e0fd54c..8cbd1fe5ab 100644 --- a/examples/cactus-example-carbon-accounting-business-logic-plugin/package.json +++ b/examples/cactus-example-carbon-accounting-business-logic-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin", - "version": "1.1.0", + "version": "1.1.1", "description": "An example business logic plugin implementation for Cactus", "keywords": [ "Hyperledger", @@ -53,14 +53,14 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-api-client": "1.1.0", - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", - "@hyperledger/cactus-plugin-consortium-manual": "1.1.0", - "@hyperledger/cactus-plugin-keychain-memory": "1.1.0", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.0", - "@hyperledger/cactus-plugin-ledger-connector-xdai": "1.1.0", + "@hyperledger/cactus-api-client": "1.1.1", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", + "@hyperledger/cactus-plugin-consortium-manual": "1.1.1", + "@hyperledger/cactus-plugin-keychain-memory": "1.1.1", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.1", + "@hyperledger/cactus-plugin-ledger-connector-xdai": "1.1.1", "async-exit-hook": "2.0.1", "axios": "0.21.4", "express": "4.17.1", diff --git a/examples/cactus-example-carbon-accounting-frontend/CHANGELOG.md b/examples/cactus-example-carbon-accounting-frontend/CHANGELOG.md index 09a6a82314..cef348b86d 100644 --- a/examples/cactus-example-carbon-accounting-frontend/CHANGELOG.md +++ b/examples/cactus-example-carbon-accounting-frontend/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-frontend + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) **Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-frontend diff --git a/examples/cactus-example-carbon-accounting-frontend/package.json b/examples/cactus-example-carbon-accounting-frontend/package.json index ecb67ef53d..e3293094a4 100644 --- a/examples/cactus-example-carbon-accounting-frontend/package.json +++ b/examples/cactus-example-carbon-accounting-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-carbon-accounting-frontend", - "version": "1.1.0", + "version": "1.1.1", "description": "The frontend component of an example project demonstrating how Cactus can be used for cross-chain dapp development.", "keywords": [ "Hyperledger", @@ -54,13 +54,13 @@ "@angular/platform-browser": "13.3.2", "@angular/platform-browser-dynamic": "13.3.2", "@angular/router": "13.3.2", - "@hyperledger/cactus-api-client": "1.1.0", - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", - "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.1.0", - "@hyperledger/cactus-plugin-consortium-manual": "1.1.0", - "@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.0", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.0", + "@hyperledger/cactus-api-client": "1.1.1", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", + "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.1.1", + "@hyperledger/cactus-plugin-consortium-manual": "1.1.1", + "@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.1", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.1", "@ionic-native/core": "5.36.0", "@ionic-native/splash-screen": "5.36.0", "@ionic-native/status-bar": "5.36.0", diff --git a/examples/cactus-example-discounted-asset-trade/CHANGELOG.md b/examples/cactus-example-discounted-asset-trade/CHANGELOG.md index 3d654f4212..d02d7874dd 100644 --- a/examples/cactus-example-discounted-asset-trade/CHANGELOG.md +++ b/examples/cactus-example-discounted-asset-trade/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-example-discounted-asset-trade + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Bug Fixes diff --git a/examples/cactus-example-discounted-asset-trade/package.json b/examples/cactus-example-discounted-asset-trade/package.json index 8acda1939e..8f2afde355 100644 --- a/examples/cactus-example-discounted-asset-trade/package.json +++ b/examples/cactus-example-discounted-asset-trade/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-discounted-asset-trade", - "version": "1.1.0", + "version": "1.1.1", "license": "Apache-2.0", "main": "dist/www.js", "module": "dist/www.js", diff --git a/examples/cactus-example-electricity-trade/CHANGELOG.md b/examples/cactus-example-electricity-trade/CHANGELOG.md index a185e8ace2..b92041bef7 100644 --- a/examples/cactus-example-electricity-trade/CHANGELOG.md +++ b/examples/cactus-example-electricity-trade/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-example-electricity-trade + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Bug Fixes diff --git a/examples/cactus-example-electricity-trade/package.json b/examples/cactus-example-electricity-trade/package.json index 3721f137dc..d0cd0367a3 100644 --- a/examples/cactus-example-electricity-trade/package.json +++ b/examples/cactus-example-electricity-trade/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-electricity-trade", - "version": "1.1.0", + "version": "1.1.1", "license": "Apache-2.0", "main": "dist/www.js", "module": "dist/www.js", diff --git a/examples/cactus-example-supply-chain-backend/CHANGELOG.md b/examples/cactus-example-supply-chain-backend/CHANGELOG.md index 6ab1a65115..509cda7605 100644 --- a/examples/cactus-example-supply-chain-backend/CHANGELOG.md +++ b/examples/cactus-example-supply-chain-backend/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-backend + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Features diff --git a/examples/cactus-example-supply-chain-backend/package.json b/examples/cactus-example-supply-chain-backend/package.json index 7c2f1447e1..60deca166e 100644 --- a/examples/cactus-example-supply-chain-backend/package.json +++ b/examples/cactus-example-supply-chain-backend/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-supply-chain-backend", - "version": "1.1.0", + "version": "1.1.1", "description": "An example application showing how to use Cactus when implementing a supply chain application where two or more blockchains are sharing data with each other to achieve a certain business outcome beneficial to multiple parties (business organizations).", "keywords": [ "Hyperledger", @@ -50,19 +50,19 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-api-client": "1.1.0", - "@hyperledger/cactus-cmd-api-server": "1.1.0", - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", - "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.1.0", - "@hyperledger/cactus-example-supply-chain-frontend": "1.1.0", - "@hyperledger/cactus-plugin-consortium-manual": "1.1.0", - "@hyperledger/cactus-plugin-keychain-memory": "1.1.0", - "@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.0", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.0", - "@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.0", - "@hyperledger/cactus-test-tooling": "1.1.0", + "@hyperledger/cactus-api-client": "1.1.1", + "@hyperledger/cactus-cmd-api-server": "1.1.1", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", + "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.1.1", + "@hyperledger/cactus-example-supply-chain-frontend": "1.1.1", + "@hyperledger/cactus-plugin-consortium-manual": "1.1.1", + "@hyperledger/cactus-plugin-keychain-memory": "1.1.1", + "@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.1", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.1", + "@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.1", + "@hyperledger/cactus-test-tooling": "1.1.1", "async-exit-hook": "2.0.1", "axios": "0.21.4", "dotenv": "16.0.0", diff --git a/examples/cactus-example-supply-chain-business-logic-plugin/CHANGELOG.md b/examples/cactus-example-supply-chain-business-logic-plugin/CHANGELOG.md index 0d93914a54..92b0069372 100644 --- a/examples/cactus-example-supply-chain-business-logic-plugin/CHANGELOG.md +++ b/examples/cactus-example-supply-chain-business-logic-plugin/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-business-logic-plugin + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) **Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-business-logic-plugin diff --git a/examples/cactus-example-supply-chain-business-logic-plugin/package.json b/examples/cactus-example-supply-chain-business-logic-plugin/package.json index 4087f89941..bf5b9ffc83 100644 --- a/examples/cactus-example-supply-chain-business-logic-plugin/package.json +++ b/examples/cactus-example-supply-chain-business-logic-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-supply-chain-business-logic-plugin", - "version": "1.1.0", + "version": "1.1.1", "description": "An example business logic plugin implementation for Cactus", "keywords": [ "Hyperledger", @@ -53,15 +53,15 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-api-client": "1.1.0", - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", - "@hyperledger/cactus-plugin-consortium-manual": "1.1.0", - "@hyperledger/cactus-plugin-keychain-memory": "1.1.0", - "@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.0", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.0", - "@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.0", + "@hyperledger/cactus-api-client": "1.1.1", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", + "@hyperledger/cactus-plugin-consortium-manual": "1.1.1", + "@hyperledger/cactus-plugin-keychain-memory": "1.1.1", + "@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.1", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.1", + "@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.1", "async-exit-hook": "2.0.1", "axios": "0.21.4", "express": "4.17.1", diff --git a/examples/cactus-example-supply-chain-frontend/CHANGELOG.md b/examples/cactus-example-supply-chain-frontend/CHANGELOG.md index 1c7008a01c..f0794e5dd9 100644 --- a/examples/cactus-example-supply-chain-frontend/CHANGELOG.md +++ b/examples/cactus-example-supply-chain-frontend/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-frontend + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Features diff --git a/examples/cactus-example-supply-chain-frontend/package.json b/examples/cactus-example-supply-chain-frontend/package.json index 7e1f7c1e68..3c56615a9c 100644 --- a/examples/cactus-example-supply-chain-frontend/package.json +++ b/examples/cactus-example-supply-chain-frontend/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-example-supply-chain-frontend", - "version": "1.1.0", + "version": "1.1.1", "description": "The frontend component of an example project demonstrating how Cactus can be used for cross-chain dapp development.", "keywords": [ "Hyperledger", @@ -54,14 +54,14 @@ "@angular/platform-browser": "13.3.7", "@angular/platform-browser-dynamic": "13.3.7", "@angular/router": "13.3.7", - "@hyperledger/cactus-api-client": "1.1.0", - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", - "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.1.0", - "@hyperledger/cactus-plugin-consortium-manual": "1.1.0", - "@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.0", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.0", - "@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.0", + "@hyperledger/cactus-api-client": "1.1.1", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", + "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.1.1", + "@hyperledger/cactus-plugin-consortium-manual": "1.1.1", + "@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.1", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.1", + "@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.1", "@ionic-native/core": "5.36.0", "@ionic-native/splash-screen": "5.36.0", "@ionic-native/status-bar": "5.36.0", diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/CHANGELOG.md b/extensions/cactus-plugin-htlc-coordinator-besu/CHANGELOG.md index aa7e73e317..dd7e9d2499 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/CHANGELOG.md +++ b/extensions/cactus-plugin-htlc-coordinator-besu/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-htlc-coordinator-besu + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) **Note:** Version bump only for package @hyperledger/cactus-plugin-htlc-coordinator-besu diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/package.json b/extensions/cactus-plugin-htlc-coordinator-besu/package.json index 6840f9211f..eb401d278b 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/package.json +++ b/extensions/cactus-plugin-htlc-coordinator-besu/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-htlc-coordinator-besu", - "version": "1.1.0", + "version": "1.1.1", "description": "HTLC Coordinator to exchange tokens between networks.", "keywords": [ "Hyperledger", @@ -56,13 +56,13 @@ "webpack:prod:web": "webpack --env=prod --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", - "@hyperledger/cactus-plugin-htlc-eth-besu": "1.1.0", - "@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "1.1.0", - "@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.0", - "@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20": "1.1.0", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", + "@hyperledger/cactus-plugin-htlc-eth-besu": "1.1.1", + "@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "1.1.1", + "@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.1", + "@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20": "1.1.1", "axios": "0.21.4", "body-parser": "1.19.0", "joi": "14.3.1", @@ -72,8 +72,8 @@ "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "1.1.0", - "@hyperledger/cactus-test-tooling": "1.1.0", + "@hyperledger/cactus-plugin-keychain-memory": "1.1.1", + "@hyperledger/cactus-test-tooling": "1.1.1", "@types/express": "4.17.8", "socket.io": "4.4.1" }, diff --git a/extensions/cactus-plugin-object-store-ipfs/CHANGELOG.md b/extensions/cactus-plugin-object-store-ipfs/CHANGELOG.md index a30b0bdd7b..eb72eb8563 100644 --- a/extensions/cactus-plugin-object-store-ipfs/CHANGELOG.md +++ b/extensions/cactus-plugin-object-store-ipfs/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +### Features + +* **cbdc-bridging-app:** refactor ODAP plugin implementation ([6975fef](https://github.com/hyperledger/cactus/commit/6975fefd4994cc9c6dd7d649dc2d6400646a59ae)) + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) **Note:** Version bump only for package @hyperledger/cactus-plugin-object-store-ipfs diff --git a/extensions/cactus-plugin-object-store-ipfs/package.json b/extensions/cactus-plugin-object-store-ipfs/package.json index aecb678808..8b96fd88e4 100644 --- a/extensions/cactus-plugin-object-store-ipfs/package.json +++ b/extensions/cactus-plugin-object-store-ipfs/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-object-store-ipfs", - "version": "1.1.0", + "version": "1.1.1", "description": "IPFS backed objec store plugin implementation for Hyperledger Cactus", "keywords": [ "Hyperledger", @@ -53,9 +53,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", "axios": "0.21.4", "ipfs-http-client": "51.0.1", "run-time-error": "1.4.0", @@ -63,7 +63,7 @@ "uuid": "8.3.2" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "1.1.0", + "@hyperledger/cactus-test-tooling": "1.1.1", "@types/express": "4.17.13", "express": "4.17.1", "ipfs-core-types": "0.6.1", diff --git a/lerna.json b/lerna.json index 1b63947a34..6802a1c33a 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "examples/cactus-*", "extensions/cactus-*" ], - "version": "1.1.0", + "version": "1.1.1", "npmClient": "yarn", "useWorkspaces": "true", "command": { diff --git a/packages/cactus-api-client/CHANGELOG.md b/packages/cactus-api-client/CHANGELOG.md index 553740a1ab..9ef3879a2a 100644 --- a/packages/cactus-api-client/CHANGELOG.md +++ b/packages/cactus-api-client/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-api-client + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Features diff --git a/packages/cactus-api-client/package.json b/packages/cactus-api-client/package.json index 04311917bd..646d106738 100644 --- a/packages/cactus-api-client/package.json +++ b/packages/cactus-api-client/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-api-client", - "version": "1.1.0", + "version": "1.1.1", "description": "Universal library used by both front end and back end components of Cactus. Aims to be a developer swiss army knife.", "keywords": [ "Hyperledger", @@ -50,14 +50,14 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", - "@hyperledger/cactus-plugin-consortium-manual": "1.1.0", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", + "@hyperledger/cactus-plugin-consortium-manual": "1.1.1", "rxjs": "7.3.0" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "1.1.0" + "@hyperledger/cactus-test-tooling": "1.1.1" }, "engines": { "node": ">=10", diff --git a/packages/cactus-cmd-api-server/CHANGELOG.md b/packages/cactus-cmd-api-server/CHANGELOG.md index cb17f57106..fcfcb3e5db 100644 --- a/packages/cactus-cmd-api-server/CHANGELOG.md +++ b/packages/cactus-cmd-api-server/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-cmd-api-server + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Bug Fixes diff --git a/packages/cactus-cmd-api-server/package.json b/packages/cactus-cmd-api-server/package.json index d75bb1051c..1640535a73 100644 --- a/packages/cactus-cmd-api-server/package.json +++ b/packages/cactus-cmd-api-server/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-cmd-api-server", - "version": "1.1.0", + "version": "1.1.1", "description": "API server that combines and exposes all the functionality of a Cactus deployment through a unified REST API interface.", "keywords": [ "Hyperledger", @@ -58,9 +58,9 @@ "dependencies": { "@grpc/grpc-js": "1.3.6", "@grpc/proto-loader": "0.6.4", - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", "@thream/socketio-jwt": "2.1.1", "async-exit-hook": "2.0.1", "axios": "0.21.4", @@ -90,8 +90,8 @@ "uuid": "8.3.2" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-vault": "1.1.0", - "@hyperledger/cactus-test-tooling": "1.1.0", + "@hyperledger/cactus-plugin-keychain-vault": "1.1.1", + "@hyperledger/cactus-test-tooling": "1.1.1", "@types/compression": "1.7.1", "@types/convict": "6.1.1", "@types/cors": "2.8.12", diff --git a/packages/cactus-cmd-socketio-server/CHANGELOG.md b/packages/cactus-cmd-socketio-server/CHANGELOG.md index c30be30638..265119adfd 100644 --- a/packages/cactus-cmd-socketio-server/CHANGELOG.md +++ b/packages/cactus-cmd-socketio-server/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-cmd-socketio-server + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Bug Fixes diff --git a/packages/cactus-cmd-socketio-server/package.json b/packages/cactus-cmd-socketio-server/package.json index 84c14bb13f..0604e22724 100644 --- a/packages/cactus-cmd-socketio-server/package.json +++ b/packages/cactus-cmd-socketio-server/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-cmd-socketio-server", - "version": "1.1.0", + "version": "1.1.1", "license": "Apache-2.0", "main": "dist/src/main/typescript/index.js", "module": "dist/src/main/typescript/index.js", @@ -11,8 +11,8 @@ "build:dev:backend:postbuild": "cp -f ../../yarn.lock ./dist/" }, "dependencies": { - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", "@types/node": "14.17.32", "body-parser": "1.19.2", "cookie-parser": "1.4.5", @@ -36,7 +36,7 @@ "xmlhttprequest": "1.8.0" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "1.1.0", + "@hyperledger/cactus-test-tooling": "1.1.1", "@types/cookie-parser": "1.4.2", "@types/escape-html": "1.0.1", "@types/http-errors": "1.6.3", diff --git a/packages/cactus-common/CHANGELOG.md b/packages/cactus-common/CHANGELOG.md index 8c9fa3d518..73dd9e79b6 100644 --- a/packages/cactus-common/CHANGELOG.md +++ b/packages/cactus-common/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-common + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) **Note:** Version bump only for package @hyperledger/cactus-common diff --git a/packages/cactus-common/package.json b/packages/cactus-common/package.json index 21975139cc..ecf734716c 100644 --- a/packages/cactus-common/package.json +++ b/packages/cactus-common/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-common", - "version": "1.1.0", + "version": "1.1.1", "description": "Universal library used by both front end and back end components of Cactus. Aims to be a developer swiss army knife.", "keywords": [ "Hyperledger", diff --git a/packages/cactus-core-api/CHANGELOG.md b/packages/cactus-core-api/CHANGELOG.md index e28bb419ba..8a34fefaa4 100644 --- a/packages/cactus-core-api/CHANGELOG.md +++ b/packages/cactus-core-api/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-core-api + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Features diff --git a/packages/cactus-core-api/package.json b/packages/cactus-core-api/package.json index 094ef4c408..e9dbc056e5 100644 --- a/packages/cactus-core-api/package.json +++ b/packages/cactus-core-api/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-core-api", - "version": "1.1.0", + "version": "1.1.1", "description": "Contains type definitions/interfaces for the kernel of the codebase. Kept separate from the implementation so that it is easier to use it as a dependency.", "main": "dist/lib/main/typescript/index.js", "mainMinified": "dist/cactus-core-api.node.umd.min.js", @@ -72,7 +72,7 @@ } ], "dependencies": { - "@hyperledger/cactus-common": "1.1.0", + "@hyperledger/cactus-common": "1.1.1", "axios": "0.21.4" }, "devDependencies": { diff --git a/packages/cactus-core/CHANGELOG.md b/packages/cactus-core/CHANGELOG.md index 9499cc6a86..f764bbcc49 100644 --- a/packages/cactus-core/CHANGELOG.md +++ b/packages/cactus-core/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-core + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) **Note:** Version bump only for package @hyperledger/cactus-core diff --git a/packages/cactus-core/package.json b/packages/cactus-core/package.json index 4eae1bdced..c34efc7747 100644 --- a/packages/cactus-core/package.json +++ b/packages/cactus-core/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-core", - "version": "1.1.0", + "version": "1.1.1", "description": "Contains lower level abstractions/implementation that is to be shared by multiple other, higher level packages of the project.", "keywords": [ "Hyperledger", @@ -50,8 +50,8 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", "express": "4.17.1", "express-jwt-authz": "2.4.1", "express-openapi-validator": "4.12.12", diff --git a/packages/cactus-plugin-consortium-manual/CHANGELOG.md b/packages/cactus-plugin-consortium-manual/CHANGELOG.md index 7fbebbe227..382909763e 100644 --- a/packages/cactus-plugin-consortium-manual/CHANGELOG.md +++ b/packages/cactus-plugin-consortium-manual/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-consortium-manual + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) **Note:** Version bump only for package @hyperledger/cactus-plugin-consortium-manual diff --git a/packages/cactus-plugin-consortium-manual/package.json b/packages/cactus-plugin-consortium-manual/package.json index 420c3bbb22..357f544b66 100644 --- a/packages/cactus-plugin-consortium-manual/package.json +++ b/packages/cactus-plugin-consortium-manual/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-consortium-manual", - "version": "1.1.0", + "version": "1.1.1", "description": "A web service plugin that provides management capabilities on a Cactus consortium as a whole for administrative purposes.", "keywords": [ "Hyperledger", @@ -53,9 +53,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", "axios": "0.21.4", "body-parser": "1.19.0", "express": "4.17.1", diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/CHANGELOG.md b/packages/cactus-plugin-htlc-eth-besu-erc20/CHANGELOG.md index fc9ba62661..eae9a55cf8 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/CHANGELOG.md +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-htlc-eth-besu-erc20 + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) **Note:** Version bump only for package @hyperledger/cactus-plugin-htlc-eth-besu-erc20 diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/package.json b/packages/cactus-plugin-htlc-eth-besu-erc20/package.json index d474043447..6306801fbf 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/package.json +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-htlc-eth-besu-erc20", - "version": "1.1.0", + "version": "1.1.1", "description": "Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens", "keywords": [ "Hyperledger", @@ -58,10 +58,10 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", - "@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.0", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", + "@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.1", "axios": "0.21.4", "express": "4.17.1", "joi": "17.4.2", diff --git a/packages/cactus-plugin-htlc-eth-besu/CHANGELOG.md b/packages/cactus-plugin-htlc-eth-besu/CHANGELOG.md index 3001cd5567..d54036478a 100644 --- a/packages/cactus-plugin-htlc-eth-besu/CHANGELOG.md +++ b/packages/cactus-plugin-htlc-eth-besu/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-htlc-eth-besu + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Bug Fixes diff --git a/packages/cactus-plugin-htlc-eth-besu/package.json b/packages/cactus-plugin-htlc-eth-besu/package.json index 741cd49555..5383c80a94 100644 --- a/packages/cactus-plugin-htlc-eth-besu/package.json +++ b/packages/cactus-plugin-htlc-eth-besu/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-htlc-eth-besu", - "version": "1.1.0", + "version": "1.1.1", "description": "Allows Cactus nodes to interact with HTLC ETH contracts", "keywords": [ "Hyperledger", @@ -58,12 +58,12 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", - "@hyperledger/cactus-plugin-keychain-memory": "1.1.0", - "@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.0", - "@hyperledger/cactus-test-tooling": "1.1.0", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", + "@hyperledger/cactus-plugin-keychain-memory": "1.1.1", + "@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.1", + "@hyperledger/cactus-test-tooling": "1.1.1", "axios": "0.21.4", "express": "4.17.1", "joi": "17.4.2", diff --git a/packages/cactus-plugin-keychain-aws-sm/CHANGELOG.md b/packages/cactus-plugin-keychain-aws-sm/CHANGELOG.md index 4f6868260d..d5ba1fffd8 100644 --- a/packages/cactus-plugin-keychain-aws-sm/CHANGELOG.md +++ b/packages/cactus-plugin-keychain-aws-sm/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-keychain-aws-sm + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Features diff --git a/packages/cactus-plugin-keychain-aws-sm/package.json b/packages/cactus-plugin-keychain-aws-sm/package.json index b29d4266a1..18520aa347 100644 --- a/packages/cactus-plugin-keychain-aws-sm/package.json +++ b/packages/cactus-plugin-keychain-aws-sm/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-keychain-aws-sm", - "version": "1.1.0", + "version": "1.1.1", "description": "A keychain implementation storing its entries in AWS Secret Manger.", "keywords": [ "Hyperledger", @@ -53,16 +53,16 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", "aws-sdk": "2.965.0", "axios": "0.21.4", "http-status-codes": "2.1.4", "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "1.1.0", + "@hyperledger/cactus-test-tooling": "1.1.1", "@types/express": "4.17.13", "@types/request": "2.48.7", "internal-ip": "6.2.0", diff --git a/packages/cactus-plugin-keychain-azure-kv/CHANGELOG.md b/packages/cactus-plugin-keychain-azure-kv/CHANGELOG.md index 6bb9b8a99c..dec45eabb6 100644 --- a/packages/cactus-plugin-keychain-azure-kv/CHANGELOG.md +++ b/packages/cactus-plugin-keychain-azure-kv/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-keychain-azure-kv + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Features diff --git a/packages/cactus-plugin-keychain-azure-kv/package.json b/packages/cactus-plugin-keychain-azure-kv/package.json index e5f99e5607..b8411bd0b9 100644 --- a/packages/cactus-plugin-keychain-azure-kv/package.json +++ b/packages/cactus-plugin-keychain-azure-kv/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-keychain-azure-kv", - "version": "1.1.0", + "version": "1.1.1", "description": "A keychain implementation storing its entries in Azure key vault.", "keywords": [ "Hyperledger", @@ -60,15 +60,15 @@ "dependencies": { "@azure/identity": "1.5.0", "@azure/keyvault-secrets": "4.3.0", - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", "axios": "0.21.4", "http-status-codes": "2.1.4", "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "1.1.0", + "@hyperledger/cactus-test-tooling": "1.1.1", "@types/express": "4.17.13", "@types/request": "2.48.7", "express": "4.17.1", diff --git a/packages/cactus-plugin-keychain-google-sm/CHANGELOG.md b/packages/cactus-plugin-keychain-google-sm/CHANGELOG.md index 5c4c9fe30e..630e3fc1f8 100644 --- a/packages/cactus-plugin-keychain-google-sm/CHANGELOG.md +++ b/packages/cactus-plugin-keychain-google-sm/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-keychain-google-sm + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) **Note:** Version bump only for package @hyperledger/cactus-plugin-keychain-google-sm diff --git a/packages/cactus-plugin-keychain-google-sm/package.json b/packages/cactus-plugin-keychain-google-sm/package.json index 4d0188351d..b807b440f6 100644 --- a/packages/cactus-plugin-keychain-google-sm/package.json +++ b/packages/cactus-plugin-keychain-google-sm/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-keychain-google-sm", - "version": "1.1.0", + "version": "1.1.1", "description": "A keychain implementation storing its entries in Azure key vault.", "keywords": [ "Hyperledger", @@ -54,15 +54,15 @@ }, "dependencies": { "@google-cloud/secret-manager": "3.9.0", - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", "axios": "0.21.4", "http-status-codes": "2.1.4", "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "1.1.0", + "@hyperledger/cactus-test-tooling": "1.1.1", "@types/express": "4.17.13", "@types/request": "2.48.7", "express": "4.17.1", diff --git a/packages/cactus-plugin-keychain-memory-wasm/CHANGELOG.md b/packages/cactus-plugin-keychain-memory-wasm/CHANGELOG.md index cfd4bf2210..31821d2d7b 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/CHANGELOG.md +++ b/packages/cactus-plugin-keychain-memory-wasm/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-keychain-memory-wasm + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) **Note:** Version bump only for package @hyperledger/cactus-plugin-keychain-memory-wasm diff --git a/packages/cactus-plugin-keychain-memory-wasm/package.json b/packages/cactus-plugin-keychain-memory-wasm/package.json index b615b0bba1..9afed590cf 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/package.json +++ b/packages/cactus-plugin-keychain-memory-wasm/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-keychain-memory-wasm", - "version": "1.1.0", + "version": "1.1.1", "description": "Dummy keychain implementation doing NO encryption and storing everything in-memory. Only suitable for development and testing. Same as the non-wasm version but this one has the backing implementation written in Rust and compiled down to WebAssembly.", "keywords": [ "Hyperledger", @@ -58,9 +58,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", "axios": "0.21.4", "express": "4.17.1", "prom-client": "13.2.0", diff --git a/packages/cactus-plugin-keychain-memory/CHANGELOG.md b/packages/cactus-plugin-keychain-memory/CHANGELOG.md index c6951eb872..57d7a1469b 100644 --- a/packages/cactus-plugin-keychain-memory/CHANGELOG.md +++ b/packages/cactus-plugin-keychain-memory/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-keychain-memory + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) **Note:** Version bump only for package @hyperledger/cactus-plugin-keychain-memory diff --git a/packages/cactus-plugin-keychain-memory/package.json b/packages/cactus-plugin-keychain-memory/package.json index afa8af8a2e..ecf828413f 100644 --- a/packages/cactus-plugin-keychain-memory/package.json +++ b/packages/cactus-plugin-keychain-memory/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-keychain-memory", - "version": "1.1.0", + "version": "1.1.1", "description": "Dummy keychain implementation doing NO encryption and storing everything in-memory. Only suitable for development and testing.", "keywords": [ "Hyperledger", @@ -53,9 +53,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", "axios": "0.21.4", "express": "4.17.1", "prom-client": "13.2.0", diff --git a/packages/cactus-plugin-keychain-vault/CHANGELOG.md b/packages/cactus-plugin-keychain-vault/CHANGELOG.md index 555d98a4a0..34ed22aaaf 100644 --- a/packages/cactus-plugin-keychain-vault/CHANGELOG.md +++ b/packages/cactus-plugin-keychain-vault/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +### Bug Fixes + +* **plugin-keychain-vault:** hyper upgrade ([3062343](https://github.com/hyperledger/cactus/commit/3062343d47a492d6a15f7189a72e6ab3bb6a52f2)), closes [#2120](https://github.com/hyperledger/cactus/issues/2120) + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) **Note:** Version bump only for package @hyperledger/cactus-plugin-keychain-vault diff --git a/packages/cactus-plugin-keychain-vault/package.json b/packages/cactus-plugin-keychain-vault/package.json index a2a43345af..a6ecb4c65f 100644 --- a/packages/cactus-plugin-keychain-vault/package.json +++ b/packages/cactus-plugin-keychain-vault/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-keychain-vault", - "version": "1.1.0", + "version": "1.1.1", "description": "A keychain implementation storing its entries in Hashicorp Vault. Actual logic is implemented in Rust.", "keywords": [ "Hyperledger", @@ -53,9 +53,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", "axios": "0.21.4", "http-status-codes": "2.1.4", "node-vault": "0.9.22", @@ -63,7 +63,7 @@ "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "1.1.0", + "@hyperledger/cactus-test-tooling": "1.1.1", "@types/body-parser": "1.19.1", "@types/express": "4.17.13", "@types/internal-ip": "4.1.0", diff --git a/packages/cactus-plugin-ledger-connector-besu/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-besu/CHANGELOG.md index 4edeae7000..d597fdbf25 100644 --- a/packages/cactus-plugin-ledger-connector-besu/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-besu/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-besu + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Bug Fixes diff --git a/packages/cactus-plugin-ledger-connector-besu/package.json b/packages/cactus-plugin-ledger-connector-besu/package.json index 46d2c9f7c2..ac758fcb7a 100644 --- a/packages/cactus-plugin-ledger-connector-besu/package.json +++ b/packages/cactus-plugin-ledger-connector-besu/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-besu", - "version": "1.1.0", + "version": "1.1.1", "description": "Allows Cactus nodes to connect to a Besu ledger.", "keywords": [ "Hyperledger", @@ -53,9 +53,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", "axios": "0.21.4", "express": "4.17.1", "joi": "17.4.2", @@ -72,8 +72,8 @@ "web3js-quorum": "21.7.0-rc1" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "1.1.0", - "@hyperledger/cactus-test-tooling": "1.1.0", + "@hyperledger/cactus-plugin-keychain-memory": "1.1.1", + "@hyperledger/cactus-test-tooling": "1.1.1", "@types/express": "4.17.13", "socket.io": "4.4.1", "web3-core": "1.5.2", diff --git a/packages/cactus-plugin-ledger-connector-corda/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-corda/CHANGELOG.md index f46a3ecb0b..ff7c5f0a1c 100644 --- a/packages/cactus-plugin-ledger-connector-corda/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-corda/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-corda + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Features diff --git a/packages/cactus-plugin-ledger-connector-corda/package.json b/packages/cactus-plugin-ledger-connector-corda/package.json index 6fcba366ba..78a81e8bbd 100644 --- a/packages/cactus-plugin-ledger-connector-corda/package.json +++ b/packages/cactus-plugin-ledger-connector-corda/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-corda", - "version": "1.1.0", + "version": "1.1.1", "description": "Allows Cactus nodes to connect to a Corda ledger.", "keywords": [ "Hyperledger", @@ -54,9 +54,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", "axios": "0.21.4", "express-openapi-validator": "3.10.0", "internal-ip": "6.2.0", @@ -68,7 +68,7 @@ "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "1.1.0", + "@hyperledger/cactus-test-tooling": "1.1.1", "@types/express": "4.17.13", "@types/multer": "1.4.7", "@types/node-ssh": "7.0.1", diff --git a/packages/cactus-plugin-ledger-connector-fabric-socketio/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-fabric-socketio/CHANGELOG.md index 87f21baaaf..a5f1b06660 100644 --- a/packages/cactus-plugin-ledger-connector-fabric-socketio/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-fabric-socketio/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-fabric-socketio + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Bug Fixes diff --git a/packages/cactus-plugin-ledger-connector-fabric-socketio/package.json b/packages/cactus-plugin-ledger-connector-fabric-socketio/package.json index e448c63792..630f60a180 100644 --- a/packages/cactus-plugin-ledger-connector-fabric-socketio/package.json +++ b/packages/cactus-plugin-ledger-connector-fabric-socketio/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-fabric-socketio", - "version": "1.1.0", + "version": "1.1.1", "license": "Apache-2.0", "main": "dist/common/core/bin/www.js", "module": "dist/common/core/bin/www.js", @@ -34,8 +34,8 @@ "socket.io": "4.4.1" }, "devDependencies": { - "@hyperledger/cactus-api-client": "1.1.0", - "@hyperledger/cactus-test-tooling": "1.1.0", + "@hyperledger/cactus-api-client": "1.1.1", + "@hyperledger/cactus-test-tooling": "1.1.1", "@types/config": "0.0.41", "ts-node": "9.1.1" } diff --git a/packages/cactus-plugin-ledger-connector-fabric/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-fabric/CHANGELOG.md index 29f59b7937..4764b978f0 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-fabric/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-fabric + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Features diff --git a/packages/cactus-plugin-ledger-connector-fabric/package.json b/packages/cactus-plugin-ledger-connector-fabric/package.json index c69df7f96d..49df955a4c 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/package.json +++ b/packages/cactus-plugin-ledger-connector-fabric/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-fabric", - "version": "1.1.0", + "version": "1.1.1", "description": "Allows Cactus nodes to connect to a Fabric ledger.", "keywords": [ "Hyperledger", @@ -54,9 +54,9 @@ }, "dependencies": { "@fidm/x509": "1.2.1", - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", "axios": "0.21.4", "bl": "5.0.0", "bn.js": "4.12.0", @@ -84,8 +84,8 @@ "ws-identity-client": "1.0.2" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "1.1.0", - "@hyperledger/cactus-test-tooling": "1.1.0", + "@hyperledger/cactus-plugin-keychain-memory": "1.1.1", + "@hyperledger/cactus-test-tooling": "1.1.1", "@types/express": "4.17.13", "@types/fs-extra": "9.0.12", "@types/jsrsasign": "8.0.13", diff --git a/packages/cactus-plugin-ledger-connector-go-ethereum-socketio/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-go-ethereum-socketio/CHANGELOG.md index 7f0dd40caf..ad651ae7b5 100644 --- a/packages/cactus-plugin-ledger-connector-go-ethereum-socketio/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-go-ethereum-socketio/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-go-ethereum-socketio + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Bug Fixes diff --git a/packages/cactus-plugin-ledger-connector-go-ethereum-socketio/package.json b/packages/cactus-plugin-ledger-connector-go-ethereum-socketio/package.json index 168f8a9cdb..ca8670fd7b 100644 --- a/packages/cactus-plugin-ledger-connector-go-ethereum-socketio/package.json +++ b/packages/cactus-plugin-ledger-connector-go-ethereum-socketio/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-go-ethereum-socketio", - "version": "1.1.0", + "version": "1.1.1", "license": "Apache-2.0", "scripts": { "start": "cd ./dist && node common/core/bin/www.js", diff --git a/packages/cactus-plugin-ledger-connector-iroha/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-iroha/CHANGELOG.md index 34eba2b513..5060e21331 100644 --- a/packages/cactus-plugin-ledger-connector-iroha/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-iroha/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +### Features + +* **connector-iroha:** add dynamic request params ([a1f908f](https://github.com/hyperledger/cactus/commit/a1f908f4c27b652a15896c9847aee97cc6ea11fd)) + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Bug Fixes diff --git a/packages/cactus-plugin-ledger-connector-iroha/package.json b/packages/cactus-plugin-ledger-connector-iroha/package.json index f5ea6e9303..403c458991 100644 --- a/packages/cactus-plugin-ledger-connector-iroha/package.json +++ b/packages/cactus-plugin-ledger-connector-iroha/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-iroha", - "version": "1.1.0", + "version": "1.1.1", "description": "Allows Cactus nodes to connect to an Iroha ledger.", "keywords": [ "Hyperledger", @@ -54,9 +54,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", "@types/google-protobuf": "3.15.5", "axios": "0.21.4", "express": "4.17.1", @@ -69,8 +69,8 @@ "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "1.1.0", - "@hyperledger/cactus-test-tooling": "1.1.0", + "@hyperledger/cactus-plugin-keychain-memory": "1.1.1", + "@hyperledger/cactus-test-tooling": "1.1.1", "@types/express": "4.17.8", "@types/sanitize-html": "2.6.2" }, diff --git a/packages/cactus-plugin-ledger-connector-quorum/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-quorum/CHANGELOG.md index 2f0ccd03a4..f5209fb835 100644 --- a/packages/cactus-plugin-ledger-connector-quorum/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-quorum/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-quorum + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Features diff --git a/packages/cactus-plugin-ledger-connector-quorum/package.json b/packages/cactus-plugin-ledger-connector-quorum/package.json index 8c038c8242..5d9bc312f9 100644 --- a/packages/cactus-plugin-ledger-connector-quorum/package.json +++ b/packages/cactus-plugin-ledger-connector-quorum/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-quorum", - "version": "1.1.0", + "version": "1.1.1", "description": "Allows Cactus nodes to connect to a Quorum ledger.", "keywords": [ "Hyperledger", @@ -53,9 +53,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", "axios": "0.21.4", "express": "4.17.1", "prom-client": "13.2.0", @@ -67,8 +67,8 @@ "web3-eth-contract": "1.5.2" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "1.1.0", - "@hyperledger/cactus-test-tooling": "1.1.0", + "@hyperledger/cactus-plugin-keychain-memory": "1.1.1", + "@hyperledger/cactus-test-tooling": "1.1.1", "@types/express": "4.17.13", "@types/sanitize-html": "2.6.2", "web3-eth": "1.5.2" diff --git a/packages/cactus-plugin-ledger-connector-sawtooth-socketio/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-sawtooth-socketio/CHANGELOG.md index 6ae34af32b..a886f175b3 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth-socketio/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-sawtooth-socketio/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-sawtooth-socketio + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Bug Fixes diff --git a/packages/cactus-plugin-ledger-connector-sawtooth-socketio/package.json b/packages/cactus-plugin-ledger-connector-sawtooth-socketio/package.json index 64890f2096..cf02293622 100644 --- a/packages/cactus-plugin-ledger-connector-sawtooth-socketio/package.json +++ b/packages/cactus-plugin-ledger-connector-sawtooth-socketio/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-sawtooth-socketio", - "version": "1.1.0", + "version": "1.1.1", "license": "Apache-2.0", "scripts": { "start": "cd ./dist && node common/core/bin/www.js", diff --git a/packages/cactus-plugin-ledger-connector-xdai/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-xdai/CHANGELOG.md index 7af63be0dc..47dc928ce3 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-xdai/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-xdai + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Bug Fixes diff --git a/packages/cactus-plugin-ledger-connector-xdai/package.json b/packages/cactus-plugin-ledger-connector-xdai/package.json index 05a4f01446..34e07ad9fd 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/package.json +++ b/packages/cactus-plugin-ledger-connector-xdai/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-xdai", - "version": "1.1.0", + "version": "1.1.1", "description": "Allows Cactus nodes to connect to a Xdai ledger.", "keywords": [ "Hyperledger", @@ -53,9 +53,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", "axios": "0.21.4", "express": "4.17.1", "joi": "17.4.2", @@ -66,8 +66,8 @@ "web3-utils": "1.5.2" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "1.1.0", - "@hyperledger/cactus-test-tooling": "1.1.0", + "@hyperledger/cactus-plugin-keychain-memory": "1.1.1", + "@hyperledger/cactus-test-tooling": "1.1.1", "@types/express": "4.17.13" }, "engines": { diff --git a/packages/cactus-plugin-odap-hermes/CHANGELOG.md b/packages/cactus-plugin-odap-hermes/CHANGELOG.md index f5ba70ca15..3cc9c60498 100644 --- a/packages/cactus-plugin-odap-hermes/CHANGELOG.md +++ b/packages/cactus-plugin-odap-hermes/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +### Features + +* **cbdc-bridging-app:** refactor ODAP plugin implementation ([6975fef](https://github.com/hyperledger/cactus/commit/6975fefd4994cc9c6dd7d649dc2d6400646a59ae)) + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Features diff --git a/packages/cactus-plugin-odap-hermes/package.json b/packages/cactus-plugin-odap-hermes/package.json index 8761029497..f1ca1c657f 100644 --- a/packages/cactus-plugin-odap-hermes/package.json +++ b/packages/cactus-plugin-odap-hermes/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-odap-hermes", - "version": "1.1.0", + "version": "1.1.1", "description": "Proof of concept of ODAP", "keywords": [ "Hyperledger", @@ -46,15 +46,15 @@ "watch": "npm-watch" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "1.1.0", - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", - "@hyperledger/cactus-plugin-keychain-memory": "1.1.0", - "@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.0", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.0", - "@hyperledger/cactus-plugin-object-store-ipfs": "1.1.0", - "@hyperledger/cactus-test-tooling": "1.1.0", + "@hyperledger/cactus-cmd-api-server": "1.1.1", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", + "@hyperledger/cactus-plugin-keychain-memory": "1.1.1", + "@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.1", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.1", + "@hyperledger/cactus-plugin-object-store-ipfs": "1.1.1", + "@hyperledger/cactus-test-tooling": "1.1.1", "axios": "0.21.4", "crypto-js": "4.0.0", "knex": "2.0.0", diff --git a/packages/cactus-test-api-client/CHANGELOG.md b/packages/cactus-test-api-client/CHANGELOG.md index 66554deae8..c1b717de71 100644 --- a/packages/cactus-test-api-client/CHANGELOG.md +++ b/packages/cactus-test-api-client/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-test-api-client + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Features diff --git a/packages/cactus-test-api-client/package.json b/packages/cactus-test-api-client/package.json index f81ca985e4..5baca0ec4c 100644 --- a/packages/cactus-test-api-client/package.json +++ b/packages/cactus-test-api-client/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-api-client", - "version": "1.1.0", + "version": "1.1.1", "description": "Integration tests for the Cactus API Client package (formerly known as the Cactus SDK package that has been renamed for to purpose of being less ambiguous)", "keywords": [ "Hyperledger", @@ -50,17 +50,17 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-api-client": "1.1.0", - "@hyperledger/cactus-cmd-api-server": "1.1.0", - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", - "@hyperledger/cactus-plugin-consortium-manual": "1.1.0", + "@hyperledger/cactus-api-client": "1.1.1", + "@hyperledger/cactus-cmd-api-server": "1.1.1", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", + "@hyperledger/cactus-plugin-consortium-manual": "1.1.1", "jose": "4.9.2", "web3": "1.5.2" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "1.1.0" + "@hyperledger/cactus-test-tooling": "1.1.1" }, "engines": { "node": ">=10", diff --git a/packages/cactus-test-cmd-api-server/CHANGELOG.md b/packages/cactus-test-cmd-api-server/CHANGELOG.md index 701eb65a61..46e788a53f 100644 --- a/packages/cactus-test-cmd-api-server/CHANGELOG.md +++ b/packages/cactus-test-cmd-api-server/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-test-cmd-api-server + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) **Note:** Version bump only for package @hyperledger/cactus-test-cmd-api-server diff --git a/packages/cactus-test-cmd-api-server/package.json b/packages/cactus-test-cmd-api-server/package.json index 14ccbf20c5..c87830296f 100644 --- a/packages/cactus-test-cmd-api-server/package.json +++ b/packages/cactus-test-cmd-api-server/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-cmd-api-server", - "version": "1.1.0", + "version": "1.1.1", "description": "Integration tests for the Cactus API Client package (formerly known as the Cactus SDK package that has been renamed for to purpose of being less ambiguous)", "keywords": [ "Hyperledger", @@ -50,16 +50,16 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "1.1.0", - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", - "@hyperledger/cactus-plugin-keychain-vault": "1.1.0", + "@hyperledger/cactus-cmd-api-server": "1.1.1", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", + "@hyperledger/cactus-plugin-keychain-vault": "1.1.1", "express-jwt-authz": "2.4.1", "jose": "4.9.2" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "1.1.0" + "@hyperledger/cactus-test-tooling": "1.1.1" }, "engines": { "node": ">=10", diff --git a/packages/cactus-test-plugin-consortium-manual/CHANGELOG.md b/packages/cactus-test-plugin-consortium-manual/CHANGELOG.md index 2c52e3db43..139ee39113 100644 --- a/packages/cactus-test-plugin-consortium-manual/CHANGELOG.md +++ b/packages/cactus-test-plugin-consortium-manual/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-test-plugin-consortium-manual + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) **Note:** Version bump only for package @hyperledger/cactus-test-plugin-consortium-manual diff --git a/packages/cactus-test-plugin-consortium-manual/package.json b/packages/cactus-test-plugin-consortium-manual/package.json index f9ca11ec90..3c3da898f7 100644 --- a/packages/cactus-test-plugin-consortium-manual/package.json +++ b/packages/cactus-test-plugin-consortium-manual/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-plugin-consortium-manual", - "version": "1.1.0", + "version": "1.1.1", "description": "Integration tests for the Quorum ledger and the API server.", "keywords": [ "Hyperledger", @@ -50,12 +50,12 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "1.1.0", - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", - "@hyperledger/cactus-plugin-consortium-manual": "1.1.0", - "@hyperledger/cactus-plugin-keychain-memory": "1.1.0", + "@hyperledger/cactus-cmd-api-server": "1.1.1", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", + "@hyperledger/cactus-plugin-consortium-manual": "1.1.1", + "@hyperledger/cactus-plugin-keychain-memory": "1.1.1", "axios": "0.21.4", "jose": "4.9.2" }, diff --git a/packages/cactus-test-plugin-htlc-eth-besu-erc20/CHANGELOG.md b/packages/cactus-test-plugin-htlc-eth-besu-erc20/CHANGELOG.md index 8661977cb6..a23120c819 100644 --- a/packages/cactus-test-plugin-htlc-eth-besu-erc20/CHANGELOG.md +++ b/packages/cactus-test-plugin-htlc-eth-besu-erc20/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-test-plugin-htlc-eth-besu-erc20 + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) **Note:** Version bump only for package @hyperledger/cactus-test-plugin-htlc-eth-besu-erc20 diff --git a/packages/cactus-test-plugin-htlc-eth-besu-erc20/package.json b/packages/cactus-test-plugin-htlc-eth-besu-erc20/package.json index 528b150bda..a601bc7f43 100644 --- a/packages/cactus-test-plugin-htlc-eth-besu-erc20/package.json +++ b/packages/cactus-test-plugin-htlc-eth-besu-erc20/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20", - "version": "1.1.0", + "version": "1.1.1", "description": "Integration tests for HTLC with ERC-20 tokens plugin.", "keywords": [ "Hyperledger", @@ -50,14 +50,14 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "1.1.0", - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", - "@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "1.1.0", - "@hyperledger/cactus-plugin-keychain-memory": "1.1.0", - "@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.0", - "@hyperledger/cactus-test-tooling": "1.1.0", + "@hyperledger/cactus-cmd-api-server": "1.1.1", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", + "@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "1.1.1", + "@hyperledger/cactus-plugin-keychain-memory": "1.1.1", + "@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.1", + "@hyperledger/cactus-test-tooling": "1.1.1", "axios": "0.21.4", "express": "4.17.1" }, diff --git a/packages/cactus-test-plugin-htlc-eth-besu/CHANGELOG.md b/packages/cactus-test-plugin-htlc-eth-besu/CHANGELOG.md index d6112cb759..cef7c64dd3 100644 --- a/packages/cactus-test-plugin-htlc-eth-besu/CHANGELOG.md +++ b/packages/cactus-test-plugin-htlc-eth-besu/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-test-plugin-htlc-eth-besu + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Bug Fixes diff --git a/packages/cactus-test-plugin-htlc-eth-besu/package.json b/packages/cactus-test-plugin-htlc-eth-besu/package.json index 45851079d7..a22de596ab 100644 --- a/packages/cactus-test-plugin-htlc-eth-besu/package.json +++ b/packages/cactus-test-plugin-htlc-eth-besu/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-plugin-htlc-eth-besu", - "version": "1.1.0", + "version": "1.1.1", "description": "Integration tests for the Besu ledger and the API server.", "keywords": [ "Hyperledger", @@ -50,14 +50,14 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "1.1.0", - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", - "@hyperledger/cactus-plugin-htlc-eth-besu": "1.1.0", - "@hyperledger/cactus-plugin-keychain-memory": "1.1.0", - "@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.0", - "@hyperledger/cactus-test-tooling": "1.1.0", + "@hyperledger/cactus-cmd-api-server": "1.1.1", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", + "@hyperledger/cactus-plugin-htlc-eth-besu": "1.1.1", + "@hyperledger/cactus-plugin-keychain-memory": "1.1.1", + "@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.1", + "@hyperledger/cactus-test-tooling": "1.1.1", "axios": "0.21.4", "key-encoder": "2.0.3", "web3": "1.5.2", diff --git a/packages/cactus-test-plugin-ledger-connector-besu/CHANGELOG.md b/packages/cactus-test-plugin-ledger-connector-besu/CHANGELOG.md index 3759f81aa5..b5ec1036b8 100644 --- a/packages/cactus-test-plugin-ledger-connector-besu/CHANGELOG.md +++ b/packages/cactus-test-plugin-ledger-connector-besu/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-test-plugin-ledger-connector-besu + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Bug Fixes diff --git a/packages/cactus-test-plugin-ledger-connector-besu/package.json b/packages/cactus-test-plugin-ledger-connector-besu/package.json index c3690d4f6a..75a315d0d7 100644 --- a/packages/cactus-test-plugin-ledger-connector-besu/package.json +++ b/packages/cactus-test-plugin-ledger-connector-besu/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-plugin-ledger-connector-besu", - "version": "1.1.0", + "version": "1.1.1", "description": "Integration tests for the Besu ledger and the API server.", "keywords": [ "Hyperledger", @@ -50,13 +50,13 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "1.1.0", - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-plugin-keychain-memory": "1.1.0", - "@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.0", - "@hyperledger/cactus-test-tooling": "1.1.0", - "@hyperledger/cactus-verifier-client": "1.1.0", + "@hyperledger/cactus-cmd-api-server": "1.1.1", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-plugin-keychain-memory": "1.1.1", + "@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.1", + "@hyperledger/cactus-test-tooling": "1.1.1", + "@hyperledger/cactus-verifier-client": "1.1.1", "key-encoder": "2.0.3", "web3": "1.5.2", "web3js-quorum": "21.7.0-rc1" diff --git a/packages/cactus-test-plugin-ledger-connector-quorum/CHANGELOG.md b/packages/cactus-test-plugin-ledger-connector-quorum/CHANGELOG.md index 2760cab723..484de5ce13 100644 --- a/packages/cactus-test-plugin-ledger-connector-quorum/CHANGELOG.md +++ b/packages/cactus-test-plugin-ledger-connector-quorum/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-test-plugin-ledger-connector-quorum + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Features diff --git a/packages/cactus-test-plugin-ledger-connector-quorum/package.json b/packages/cactus-test-plugin-ledger-connector-quorum/package.json index f6521c25b1..e1094e840a 100644 --- a/packages/cactus-test-plugin-ledger-connector-quorum/package.json +++ b/packages/cactus-test-plugin-ledger-connector-quorum/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-plugin-ledger-connector-quorum", - "version": "1.1.0", + "version": "1.1.1", "description": "Integration tests for the Quorum ledger and the API server.", "keywords": [ "Hyperledger", @@ -50,17 +50,17 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "1.1.0", - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", - "@hyperledger/cactus-plugin-keychain-memory": "1.1.0", - "@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.0", - "@hyperledger/cactus-verifier-client": "1.1.0", + "@hyperledger/cactus-cmd-api-server": "1.1.1", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", + "@hyperledger/cactus-plugin-keychain-memory": "1.1.1", + "@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.1", + "@hyperledger/cactus-verifier-client": "1.1.1", "web3": "1.5.2" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "1.1.0" + "@hyperledger/cactus-test-tooling": "1.1.1" }, "engines": { "node": ">=10", diff --git a/packages/cactus-test-tooling/CHANGELOG.md b/packages/cactus-test-tooling/CHANGELOG.md index 29734e6bd2..b3c7a7f476 100644 --- a/packages/cactus-test-tooling/CHANGELOG.md +++ b/packages/cactus-test-tooling/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-test-tooling + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Features diff --git a/packages/cactus-test-tooling/package.json b/packages/cactus-test-tooling/package.json index e459b26403..99d106c4a6 100644 --- a/packages/cactus-test-tooling/package.json +++ b/packages/cactus-test-tooling/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-tooling", - "version": "1.1.0", + "version": "1.1.1", "description": "Swiss army knife for test development. Main goal is to make pulling up test/dummy ledgers on the fly for tests easy, especially for test cases that are about simulating clean ledger state or wiped ledger state, etc.", "keywords": [ "Hyperledger", @@ -60,7 +60,7 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "1.1.0", + "@hyperledger/cactus-common": "1.1.1", "axios": "0.21.4", "compare-versions": "3.6.0", "dockerode": "3.3.0", diff --git a/packages/cactus-verifier-client/CHANGELOG.md b/packages/cactus-verifier-client/CHANGELOG.md index b080ecda9a..29579c5bc9 100644 --- a/packages/cactus-verifier-client/CHANGELOG.md +++ b/packages/cactus-verifier-client/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03) + +**Note:** Version bump only for package @hyperledger/cactus-verifier-client + # [1.1.0](https://github.com/hyperledger/cactus/compare/v1.0.0...v1.1.0) (2022-10-17) ### Bug Fixes diff --git a/packages/cactus-verifier-client/package.json b/packages/cactus-verifier-client/package.json index a13e67e4d7..8ffd0c369c 100644 --- a/packages/cactus-verifier-client/package.json +++ b/packages/cactus-verifier-client/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-verifier-client", - "version": "1.1.0", + "version": "1.1.1", "description": "Verifier cactus client library to communicate with validators through socket.io", "main": "dist/lib/main/typescript/index.js", "module": "dist/lib/main/typescript/index.js", @@ -49,12 +49,12 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-api-client": "1.1.0", - "@hyperledger/cactus-common": "1.1.0", - "@hyperledger/cactus-core-api": "1.1.0", - "@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.0", - "@hyperledger/cactus-plugin-ledger-connector-corda": "1.1.0", - "@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.0", + "@hyperledger/cactus-api-client": "1.1.1", + "@hyperledger/cactus-common": "1.1.1", + "@hyperledger/cactus-core-api": "1.1.1", + "@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.1", + "@hyperledger/cactus-plugin-ledger-connector-corda": "1.1.1", + "@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.1", "jest-extended": "0.11.5", "rxjs": "7.3.0" }