diff --git a/.github/workflows/test_weaver-pre-release.yaml b/.github/workflows/test_weaver-pre-release.yaml index b371a22420..9d2704ac49 100644 --- a/.github/workflows/test_weaver-pre-release.yaml +++ b/.github/workflows/test_weaver-pre-release.yaml @@ -8,24 +8,6 @@ on: pull_request: branches: - main - paths: - - 'weaver/common/protos-java-kt/gradle.properties' - - 'weaver/core/network/corda-interop-app/gradle.properties' - - 'weaver/sdks/corda/gradle.properties' - - 'weaver/common/protos-js/package.json' - - 'weaver/sdks/fabric/interoperation-node-sdk/package.json' - - 'weaver/sdks/besu/node/package.json' - - 'weaver/common/protos-rs/pkg/Cargo.toml' - - 'weaver/core/drivers/corda-driver/VERSION' - - 'weaver/core/drivers/fabric-driver/VERSION' - - 'weaver/core/identity-management/iin-agent/VERSION' - - 'weaver/core/relay/VERSION' - - 'weaver/common/protos-go/VERSION' - - 'weaver/core/network/fabric-interop-cc/libs/utils/VERSION' - - 'weaver/core/network/fabric-interop-cc/libs/assetexchange/VERSION' - - 'weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/VERSION' - - 'weaver/core/network/fabric-interop-cc/contracts/interop/VERSION' - - 'weaver/sdks/fabric/go-sdk/VERSION' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} diff --git a/CHANGELOG.md b/CHANGELOG.md index acdd896aef..92516dfbff 100644 --- a/CHANGELOG.md +++ b/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. +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +### Bug Fixes + +* **ci:** multiple bug fixes in weaver deployment workflows ([3e6d908](https://github.com/hyperledger/cacti/commit/3e6d908cb4cf732ef057a30df3e8267381f3f806)) + # [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) ### Bug Fixes diff --git a/examples/cactus-check-connection-ethereum-validator/CHANGELOG.md b/examples/cactus-check-connection-ethereum-validator/CHANGELOG.md index 4cffe19af6..c031608b94 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. +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package check-connection-ethereum-validator + # [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **Note:** Version bump only for package check-connection-ethereum-validator diff --git a/examples/cactus-check-connection-ethereum-validator/package.json b/examples/cactus-check-connection-ethereum-validator/package.json index 61a31967a6..8fa09b6180 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.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 a31f3f80c9..694507fab9 100644 --- a/examples/cactus-example-carbon-accounting-backend/CHANGELOG.md +++ b/examples/cactus-example-carbon-accounting-backend/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-backend + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) ### Bug Fixes diff --git a/examples/cactus-example-carbon-accounting-backend/package.json b/examples/cactus-example-carbon-accounting-backend/package.json index 9b5797be0c..b9ddaa5714 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.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", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -52,16 +52,16 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-api-client": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-cmd-api-server": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-api-client": "2.0.0-alpha.1", + "@hyperledger/cactus-cmd-api-server": "2.0.0-alpha.1", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", + "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-alpha.1", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.1", "@openzeppelin/contracts": "4.7.3", "@openzeppelin/contracts-upgradeable": "4.8.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 906d9fc3c4..cde2c6f723 100644 --- a/examples/cactus-example-carbon-accounting-business-logic-plugin/CHANGELOG.md +++ b/examples/cactus-example-carbon-accounting-business-logic-plugin/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-business-logic-plugin + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **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 5a9d7cfe05..d700ac2ff7 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "An example business logic plugin implementation for Cactus", "keywords": [ "Hyperledger", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -55,14 +55,14 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-api-client": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-api-client": "2.0.0-alpha.1", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-xdai": "2.0.0-alpha.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 a95e8de824..7a7a4b24b4 100644 --- a/examples/cactus-example-carbon-accounting-frontend/CHANGELOG.md +++ b/examples/cactus-example-carbon-accounting-frontend/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-frontend + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **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 ec37aea85d..22e1b63eb4 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "The frontend component of an example project demonstrating how Cactus can be used for cross-chain dapp development.", "keywords": [ "Hyperledger", @@ -8,13 +8,13 @@ "Blockchain Integration", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -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": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-api-client": "2.0.0-alpha.1", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", + "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-alpha.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 61156c92a0..89b1ed593f 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. +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-example-discounted-asset-trade + # [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **Note:** Version bump only for package @hyperledger/cactus-example-discounted-asset-trade diff --git a/examples/cactus-example-discounted-asset-trade/package.json b/examples/cactus-example-discounted-asset-trade/package.json index 83473ec204..b01f0ef175 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.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 8261014d52..fb6dd270bf 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. +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-example-electricity-trade + # [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **Note:** Version bump only for package @hyperledger/cactus-example-electricity-trade diff --git a/examples/cactus-example-electricity-trade/package.json b/examples/cactus-example-electricity-trade/package.json index f0859d3faf..85c3418003 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.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 cc03bc7191..732892b9f3 100644 --- a/examples/cactus-example-supply-chain-backend/CHANGELOG.md +++ b/examples/cactus-example-supply-chain-backend/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-backend + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) ### Bug Fixes diff --git a/examples/cactus-example-supply-chain-backend/package.json b/examples/cactus-example-supply-chain-backend/package.json index 55b57e34c9..f7aabd49b0 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.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", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -50,19 +50,19 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-api-client": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-cmd-api-server": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-example-supply-chain-frontend": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-quorum": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-api-client": "2.0.0-alpha.1", + "@hyperledger/cactus-cmd-api-server": "2.0.0-alpha.1", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", + "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "2.0.0-alpha.1", + "@hyperledger/cactus-example-supply-chain-frontend": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-quorum": "2.0.0-alpha.1", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.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 d72aaa831d..d2d781e76f 100644 --- a/examples/cactus-example-supply-chain-business-logic-plugin/CHANGELOG.md +++ b/examples/cactus-example-supply-chain-business-logic-plugin/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-business-logic-plugin + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) ### Bug Fixes 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 d4b8043147..ced388c89d 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "An example business logic plugin implementation for Cactus", "keywords": [ "Hyperledger", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -55,15 +55,15 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-api-client": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-quorum": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-api-client": "2.0.0-alpha.1", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-quorum": "2.0.0-alpha.1", "async-exit-hook": "2.0.1", "axios": "0.21.4", "express": "4.17.3", diff --git a/examples/cactus-example-supply-chain-frontend/CHANGELOG.md b/examples/cactus-example-supply-chain-frontend/CHANGELOG.md index 5d68965802..fd2c5980ff 100644 --- a/examples/cactus-example-supply-chain-frontend/CHANGELOG.md +++ b/examples/cactus-example-supply-chain-frontend/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-frontend + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) ### Bug Fixes diff --git a/examples/cactus-example-supply-chain-frontend/package.json b/examples/cactus-example-supply-chain-frontend/package.json index 35a716e8cd..e16c9179b7 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "The frontend component of an example project demonstrating how Cactus can be used for cross-chain dapp development.", "keywords": [ "Hyperledger", @@ -8,13 +8,13 @@ "Blockchain Integration", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -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": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-quorum": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-api-client": "2.0.0-alpha.1", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", + "@hyperledger/cactus-example-supply-chain-business-logic-plugin": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-quorum": "2.0.0-alpha.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-workshop-examples-2022-11-14/CHANGELOG.md b/examples/cactus-workshop-examples-2022-11-14/CHANGELOG.md index 87f8ac3429..797d62de80 100644 --- a/examples/cactus-workshop-examples-2022-11-14/CHANGELOG.md +++ b/examples/cactus-workshop-examples-2022-11-14/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-workshop-examples-2022-11-14 + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **Note:** Version bump only for package @hyperledger/cactus-workshop-examples-2022-11-14 diff --git a/examples/cactus-workshop-examples-2022-11-14/package.json b/examples/cactus-workshop-examples-2022-11-14/package.json index 4d2d1904f0..5a75ab66c7 100644 --- a/examples/cactus-workshop-examples-2022-11-14/package.json +++ b/examples/cactus-workshop-examples-2022-11-14/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-workshop-examples-2022-11-14", - "version": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "Cacti Workshop 2022-11-14 Examples", "keywords": [ "Hyperledger", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -53,9 +53,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.1", "typescript-optional": "2.0.1" }, "engines": { diff --git a/extensions/cactus-plugin-htlc-coordinator-besu/CHANGELOG.md b/extensions/cactus-plugin-htlc-coordinator-besu/CHANGELOG.md index b00338a46e..9d9567a230 100644 --- a/extensions/cactus-plugin-htlc-coordinator-besu/CHANGELOG.md +++ b/extensions/cactus-plugin-htlc-coordinator-besu/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-htlc-coordinator-besu + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **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 28b14b1280..afd142bdf8 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "HTLC Coordinator to exchange tokens between networks.", "keywords": [ "Hyperledger", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -57,13 +57,13 @@ "webpack:prod:web": "webpack --env=prod --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-htlc-eth-besu": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-htlc-eth-besu": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-alpha.1", + "@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20": "2.0.0-alpha.1", "axios": "0.21.4", "body-parser": "1.19.0", "joi": "14.3.1", @@ -73,8 +73,8 @@ "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha.1", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.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 2ba0c7583d..9773e3a85e 100644 --- a/extensions/cactus-plugin-object-store-ipfs/CHANGELOG.md +++ b/extensions/cactus-plugin-object-store-ipfs/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-object-store-ipfs + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **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 ae6026a8ed..1f0477483d 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "IPFS backed objec store plugin implementation for Hyperledger Cactus", "keywords": [ "Hyperledger", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -55,9 +55,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", "axios": "0.21.4", "ipfs-http-client": "51.0.1", "run-time-error": "1.4.0", @@ -65,7 +65,7 @@ "uuid": "8.3.2" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.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 7ea80e6edb..2dc8f3ea4f 100644 --- a/lerna.json +++ b/lerna.json @@ -13,7 +13,7 @@ "weaver/samples/besu/simpleasset", "weaver/samples/besu/simplestate" ], - "version": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "npmClient": "yarn", "useWorkspaces": "true", "command": { diff --git a/packages/cactus-api-client/CHANGELOG.md b/packages/cactus-api-client/CHANGELOG.md index 01a199253d..57239b6a51 100644 --- a/packages/cactus-api-client/CHANGELOG.md +++ b/packages/cactus-api-client/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-api-client + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **Note:** Version bump only for package @hyperledger/cactus-api-client diff --git a/packages/cactus-api-client/package.json b/packages/cactus-api-client/package.json index 47b5823bad..0236d1b965 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.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", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -50,14 +50,14 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-alpha.1", "rxjs": "7.3.0" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease" + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.1" }, "engines": { "node": ">=10", diff --git a/packages/cactus-cmd-api-server/CHANGELOG.md b/packages/cactus-cmd-api-server/CHANGELOG.md index ff3b0d9265..879d582f67 100644 --- a/packages/cactus-cmd-api-server/CHANGELOG.md +++ b/packages/cactus-cmd-api-server/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-cmd-api-server + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) ### Bug Fixes diff --git a/packages/cactus-cmd-api-server/package.json b/packages/cactus-cmd-api-server/package.json index 133fefafce..13f3123a65 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "API server that combines and exposes all the functionality of a Cactus deployment through a unified REST API interface.", "keywords": [ "Hyperledger", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -60,9 +60,9 @@ "dependencies": { "@grpc/grpc-js": "1.3.6", "@grpc/proto-loader": "0.6.4", - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", "@thream/socketio-jwt": "2.1.1", "async-exit-hook": "2.0.1", "axios": "0.21.4", @@ -92,8 +92,8 @@ "uuid": "8.3.2" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-vault": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-plugin-keychain-vault": "2.0.0-alpha.1", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.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 3111b52284..6ecc08f88c 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. +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-cmd-socketio-server + # [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **Note:** Version bump only for package @hyperledger/cactus-cmd-socketio-server diff --git a/packages/cactus-cmd-socketio-server/package.json b/packages/cactus-cmd-socketio-server/package.json index d5a0d0659a..1815892774 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.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": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", "@types/node": "14.17.32", "body-parser": "1.19.2", "config": "3.3.7", @@ -37,7 +37,7 @@ "xmlhttprequest": "1.8.0" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.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 7d6b63a36b..42fca5a529 100644 --- a/packages/cactus-common/CHANGELOG.md +++ b/packages/cactus-common/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-common + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) ### Bug Fixes diff --git a/packages/cactus-common/package.json b/packages/cactus-common/package.json index a9defdfb84..2baa19cca6 100644 --- a/packages/cactus-common/package.json +++ b/packages/cactus-common/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-common", - "version": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.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", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { diff --git a/packages/cactus-core-api/CHANGELOG.md b/packages/cactus-core-api/CHANGELOG.md index 84772a46c6..c362da2518 100644 --- a/packages/cactus-core-api/CHANGELOG.md +++ b/packages/cactus-core-api/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-core-api + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **Note:** Version bump only for package @hyperledger/cactus-core-api diff --git a/packages/cactus-core-api/package.json b/packages/cactus-core-api/package.json index f7b9aa8842..342f7cb120 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.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", @@ -42,7 +42,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "keywords": [ "Hyperledger", @@ -51,9 +51,9 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "license": "Apache-2.0", "author": { @@ -74,7 +74,7 @@ } ], "dependencies": { - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-common": "2.0.0-alpha.1", "axios": "0.21.4" }, "devDependencies": { diff --git a/packages/cactus-core/CHANGELOG.md b/packages/cactus-core/CHANGELOG.md index 3c6bb184a7..ea0d15169d 100644 --- a/packages/cactus-core/CHANGELOG.md +++ b/packages/cactus-core/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-core + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) ### Bug Fixes diff --git a/packages/cactus-core/package.json b/packages/cactus-core/package.json index 86192e0734..2f370cd754 100644 --- a/packages/cactus-core/package.json +++ b/packages/cactus-core/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-core", - "version": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "Contains lower level abstractions/implementation that is to be shared by multiple other, higher level packages of the project.", "keywords": [ "Hyperledger", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -50,8 +50,8 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", "express": "4.17.3", "express-jwt-authz": "2.4.1", "express-openapi-validator": "4.13.8", diff --git a/packages/cactus-plugin-consortium-manual/CHANGELOG.md b/packages/cactus-plugin-consortium-manual/CHANGELOG.md index babd4d8164..2869ba81fb 100644 --- a/packages/cactus-plugin-consortium-manual/CHANGELOG.md +++ b/packages/cactus-plugin-consortium-manual/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-consortium-manual + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) ### Bug Fixes diff --git a/packages/cactus-plugin-consortium-manual/package.json b/packages/cactus-plugin-consortium-manual/package.json index ae6a4adbdc..f0ce0d0d2c 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "A web service plugin that provides management capabilities on a Cactus consortium as a whole for administrative purposes.", "keywords": [ "Hyperledger", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -55,9 +55,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", "axios": "0.21.4", "body-parser": "1.19.0", "express": "4.17.3", diff --git a/packages/cactus-plugin-htlc-eth-besu-erc20/CHANGELOG.md b/packages/cactus-plugin-htlc-eth-besu-erc20/CHANGELOG.md index 413d367edb..b9de5aa773 100644 --- a/packages/cactus-plugin-htlc-eth-besu-erc20/CHANGELOG.md +++ b/packages/cactus-plugin-htlc-eth-besu-erc20/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-htlc-eth-besu-erc20 + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **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 2094d57011..f33dcda2f6 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "Allows Cactus nodes to interact with HTLC contracts with ERC-20 Tokens", "keywords": [ "Hyperledger", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -60,10 +60,10 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-alpha.1", "axios": "0.21.4", "express": "4.17.1", "joi": "17.9.1", diff --git a/packages/cactus-plugin-htlc-eth-besu/CHANGELOG.md b/packages/cactus-plugin-htlc-eth-besu/CHANGELOG.md index 9c3a5e2b1d..77e109a2e2 100644 --- a/packages/cactus-plugin-htlc-eth-besu/CHANGELOG.md +++ b/packages/cactus-plugin-htlc-eth-besu/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-htlc-eth-besu + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **Note:** Version bump only for package @hyperledger/cactus-plugin-htlc-eth-besu diff --git a/packages/cactus-plugin-htlc-eth-besu/package.json b/packages/cactus-plugin-htlc-eth-besu/package.json index e5a402d7d8..be50467f36 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "Allows Cactus nodes to interact with HTLC ETH contracts", "keywords": [ "Hyperledger", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -59,12 +59,12 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-alpha.1", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.1", "axios": "0.21.4", "express": "4.17.1", "joi": "17.9.1", diff --git a/packages/cactus-plugin-keychain-aws-sm/CHANGELOG.md b/packages/cactus-plugin-keychain-aws-sm/CHANGELOG.md index bc68498770..7fa10e1fb0 100644 --- a/packages/cactus-plugin-keychain-aws-sm/CHANGELOG.md +++ b/packages/cactus-plugin-keychain-aws-sm/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-keychain-aws-sm + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **Note:** Version bump only for package @hyperledger/cactus-plugin-keychain-aws-sm diff --git a/packages/cactus-plugin-keychain-aws-sm/package.json b/packages/cactus-plugin-keychain-aws-sm/package.json index fa1ab3587b..786ae2869f 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "A keychain implementation storing its entries in AWS Secret Manger.", "keywords": [ "Hyperledger", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -55,16 +55,16 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.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": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.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 49da7408f1..96d7552be7 100644 --- a/packages/cactus-plugin-keychain-azure-kv/CHANGELOG.md +++ b/packages/cactus-plugin-keychain-azure-kv/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-keychain-azure-kv + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **Note:** Version bump only for package @hyperledger/cactus-plugin-keychain-azure-kv diff --git a/packages/cactus-plugin-keychain-azure-kv/package.json b/packages/cactus-plugin-keychain-azure-kv/package.json index 4a87794f3c..b342815347 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "A keychain implementation storing its entries in Azure key vault.", "keywords": [ "Hyperledger", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -62,15 +62,15 @@ "dependencies": { "@azure/identity": "1.5.0", "@azure/keyvault-secrets": "4.3.0", - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", "axios": "0.21.4", "http-status-codes": "2.1.4", "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.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 93bfcd8f89..75668acf38 100644 --- a/packages/cactus-plugin-keychain-google-sm/CHANGELOG.md +++ b/packages/cactus-plugin-keychain-google-sm/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-keychain-google-sm + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **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 3f583a29f9..41253e4fd3 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "A keychain implementation storing its entries in Azure key vault.", "keywords": [ "Hyperledger", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -56,15 +56,15 @@ }, "dependencies": { "@google-cloud/secret-manager": "3.9.0", - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", "axios": "0.21.4", "http-status-codes": "2.1.4", "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.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 283836447a..814a3af9bb 100644 --- a/packages/cactus-plugin-keychain-memory-wasm/CHANGELOG.md +++ b/packages/cactus-plugin-keychain-memory-wasm/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-keychain-memory-wasm + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) ### Bug Fixes diff --git a/packages/cactus-plugin-keychain-memory-wasm/package.json b/packages/cactus-plugin-keychain-memory-wasm/package.json index 93b5034f4c..0976551953 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.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", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -60,9 +60,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.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 a5db7095b2..7dc6aeee33 100644 --- a/packages/cactus-plugin-keychain-memory/CHANGELOG.md +++ b/packages/cactus-plugin-keychain-memory/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-keychain-memory + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) ### Bug Fixes diff --git a/packages/cactus-plugin-keychain-memory/package.json b/packages/cactus-plugin-keychain-memory/package.json index 039a081c0a..6f36c2234c 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "Dummy keychain implementation doing NO encryption and storing everything in-memory. Only suitable for development and testing.", "keywords": [ "Hyperledger", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -55,9 +55,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", "axios": "0.21.4", "express": "4.17.3", "prom-client": "13.2.0", diff --git a/packages/cactus-plugin-keychain-vault/CHANGELOG.md b/packages/cactus-plugin-keychain-vault/CHANGELOG.md index c72db47413..12793c75f3 100644 --- a/packages/cactus-plugin-keychain-vault/CHANGELOG.md +++ b/packages/cactus-plugin-keychain-vault/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-keychain-vault + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **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 70c840778f..2a1c673443 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "A keychain implementation storing its entries in Hashicorp Vault. Actual logic is implemented in Rust.", "keywords": [ "Hyperledger", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -55,9 +55,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", "axios": "0.21.4", "http-status-codes": "2.1.4", "node-vault": "0.9.22", @@ -65,7 +65,7 @@ "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.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 6f7e6a62ef..26c4e78a34 100644 --- a/packages/cactus-plugin-ledger-connector-besu/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-besu/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-besu + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) ### Bug Fixes diff --git a/packages/cactus-plugin-ledger-connector-besu/package.json b/packages/cactus-plugin-ledger-connector-besu/package.json index e13bfe495b..c6f93f3b47 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "Allows Cactus nodes to connect to a Besu ledger.", "keywords": [ "Hyperledger", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -54,9 +54,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", "axios": "0.21.4", "express": "4.17.3", "joi": "17.9.1", @@ -73,8 +73,8 @@ "web3js-quorum": "21.7.0-rc1" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha.1", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.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 a5013a5134..7b7dddbaef 100644 --- a/packages/cactus-plugin-ledger-connector-corda/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-corda/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-corda + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-corda diff --git a/packages/cactus-plugin-ledger-connector-corda/package.json b/packages/cactus-plugin-ledger-connector-corda/package.json index bbeb4ea892..7642b6f2d9 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "Allows Cactus nodes to connect to a Corda ledger.", "keywords": [ "Hyperledger", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -56,9 +56,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", "axios": "0.21.4", "express-openapi-validator": "3.10.0", "internal-ip": "6.2.0", @@ -70,7 +70,7 @@ "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.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 3ab573f0ee..133eca9fbd 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. +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-fabric-socketio + # [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-fabric-socketio diff --git a/packages/cactus-plugin-ledger-connector-fabric-socketio/package.json b/packages/cactus-plugin-ledger-connector-fabric-socketio/package.json index 412ef06d28..be4346b9bd 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "license": "Apache-2.0", "main": "dist/index.js", "module": "dist/index.js", @@ -14,8 +14,8 @@ "prepare-docker-build": "cp -af ../../yarn.lock ./dist/yarn.lock" }, "dependencies": { - "@hyperledger/cactus-cmd-socketio-server": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-cmd-socketio-server": "2.0.0-alpha.1", + "@hyperledger/cactus-common": "2.0.0-alpha.1", "@types/node": "14.17.32", "body-parser": "1.17.2", "cookie-parser": "1.4.6", @@ -37,8 +37,8 @@ "socket.io": "4.4.1" }, "devDependencies": { - "@hyperledger/cactus-api-client": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-api-client": "2.0.0-alpha.1", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.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 cee6f38708..dbd1d28325 100644 --- a/packages/cactus-plugin-ledger-connector-fabric/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-fabric/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-fabric + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) ### Bug Fixes diff --git a/packages/cactus-plugin-ledger-connector-fabric/package.json b/packages/cactus-plugin-ledger-connector-fabric/package.json index ffe02cd1e0..e9de3b50e0 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "Allows Cactus nodes to connect to a Fabric ledger.", "keywords": [ "Hyperledger", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -56,9 +56,9 @@ }, "dependencies": { "@fidm/x509": "1.2.1", - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", "axios": "0.21.4", "bl": "5.0.0", "bn.js": "4.12.0", @@ -87,8 +87,8 @@ "ws-identity-client": "1.0.2" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha.1", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.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 4a3ec1128f..ee4b135d64 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. +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-go-ethereum-socketio + # [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) ### Features 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 972636c587..5a896db634 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "license": "Apache-2.0", "main": "dist/index.js", "module": "dist/index.js", @@ -14,8 +14,8 @@ "init-ethereum": "cp -af ../../yarn.lock ./dist/yarn.lock" }, "dependencies": { - "@hyperledger/cactus-cmd-socketio-server": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-cmd-socketio-server": "2.0.0-alpha.1", + "@hyperledger/cactus-common": "2.0.0-alpha.1", "@types/node": "14.17.32", "body-parser": "1.17.2", "cookie-parser": "1.4.6", @@ -32,9 +32,9 @@ "web3": "1.8.1" }, "devDependencies": { - "@hyperledger/cactus-api-client": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-api-client": "2.0.0-alpha.1", "@hyperledger/cactus-common": "1.2.0", - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.1", "@types/config": "0.0.41" } } diff --git a/packages/cactus-plugin-ledger-connector-iroha/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-iroha/CHANGELOG.md index 75bff8228f..ec72be771a 100644 --- a/packages/cactus-plugin-ledger-connector-iroha/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-iroha/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-iroha + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-iroha diff --git a/packages/cactus-plugin-ledger-connector-iroha/package.json b/packages/cactus-plugin-ledger-connector-iroha/package.json index 1116508721..95d8f5cb0a 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "Allows Cactus nodes to connect to an Iroha ledger.", "keywords": [ "Hyperledger", @@ -10,13 +10,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -55,9 +55,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", "@types/google-protobuf": "3.15.5", "axios": "0.21.4", "express": "4.17.1", @@ -72,8 +72,8 @@ "typescript-optional": "2.0.1" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha.1", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.1", "@types/express": "4.17.8", "@types/sanitize-html": "2.6.2" }, diff --git a/packages/cactus-plugin-ledger-connector-iroha2/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-iroha2/CHANGELOG.md index 99a515c971..b50471dbca 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-iroha2/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-iroha2 + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) ### Bug Fixes diff --git a/packages/cactus-plugin-ledger-connector-iroha2/package.json b/packages/cactus-plugin-ledger-connector-iroha2/package.json index dd50b11da2..03cec858fa 100644 --- a/packages/cactus-plugin-ledger-connector-iroha2/package.json +++ b/packages/cactus-plugin-ledger-connector-iroha2/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-iroha2", - "version": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "Allows Cactus nodes to connect to an Iroha V2 ledger.", "keywords": [ "Hyperledger", @@ -12,13 +12,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -46,9 +46,9 @@ "generate-sdk:typescript-axios": "openapi-generator-cli generate -i ./src/main/json/openapi.json -g typescript-axios -o ./src/main/typescript/generated/openapi/typescript-axios/ --reserved-words-mappings protected=protected" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", "@iroha2/client": "3.0.0", "@iroha2/crypto-core": "0.1.1", "@iroha2/crypto-target-node": "0.4.0", @@ -60,8 +60,8 @@ "undici": "5.19.1" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha.1", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.1", "@types/express": "4.17.8", "@types/sanitize-html": "2.6.2", "body-parser": "1.19.0", diff --git a/packages/cactus-plugin-ledger-connector-quorum/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-quorum/CHANGELOG.md index dbda7b30e8..d024bae39a 100644 --- a/packages/cactus-plugin-ledger-connector-quorum/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-quorum/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-quorum + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) ### Bug Fixes diff --git a/packages/cactus-plugin-ledger-connector-quorum/package.json b/packages/cactus-plugin-ledger-connector-quorum/package.json index 937054b639..b4d136a557 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "Allows Cactus nodes to connect to a Quorum ledger.", "keywords": [ "Hyperledger", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -54,9 +54,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", "axios": "0.21.4", "express": "4.17.3", "prom-client": "13.2.0", @@ -69,8 +69,8 @@ "web3-utils": "1.5.2" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha.1", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.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 340a1ea0ad..7153b4fc95 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. +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-sawtooth-socketio + # [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-sawtooth-socketio diff --git a/packages/cactus-plugin-ledger-connector-sawtooth-socketio/package.json b/packages/cactus-plugin-ledger-connector-sawtooth-socketio/package.json index e830136a4b..ebf6fa48dc 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "license": "Apache-2.0", "main": "dist/index.js", "module": "dist/index.js", @@ -14,7 +14,7 @@ "init-sawtooth": "cp -af ../../yarn.lock ./dist/yarn.lock" }, "dependencies": { - "@hyperledger/cactus-cmd-socketio-server": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-cmd-socketio-server": "2.0.0-alpha.1", "@types/node": "14.17.32", "body-parser": "1.17.2", "cbor": "6.0.1", @@ -31,9 +31,9 @@ "xmlhttprequest": "1.8.0" }, "devDependencies": { - "@hyperledger/cactus-api-client": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-api-client": "2.0.0-alpha.1", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.1", "@types/config": "0.0.41" } } diff --git a/packages/cactus-plugin-ledger-connector-ubiquity/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-ubiquity/CHANGELOG.md index cbece5181a..56edda479d 100644 --- a/packages/cactus-plugin-ledger-connector-ubiquity/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-ubiquity/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-ubiquity + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-ubiquity diff --git a/packages/cactus-plugin-ledger-connector-ubiquity/package.json b/packages/cactus-plugin-ledger-connector-ubiquity/package.json index 413258fc77..53060f84e4 100644 --- a/packages/cactus-plugin-ledger-connector-ubiquity/package.json +++ b/packages/cactus-plugin-ledger-connector-ubiquity/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-ledger-connector-ubiquity", - "version": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "Allows Cacti nodes to connect to a set of public blockchains.", "keywords": [ "Hyperledger", @@ -10,13 +10,13 @@ "Distributed Ledger Technology", "Ubiquity" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { diff --git a/packages/cactus-plugin-ledger-connector-xdai/CHANGELOG.md b/packages/cactus-plugin-ledger-connector-xdai/CHANGELOG.md index 8eb814c01b..d55fc24fcb 100644 --- a/packages/cactus-plugin-ledger-connector-xdai/CHANGELOG.md +++ b/packages/cactus-plugin-ledger-connector-xdai/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-xdai + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **Note:** Version bump only for package @hyperledger/cactus-plugin-ledger-connector-xdai diff --git a/packages/cactus-plugin-ledger-connector-xdai/package.json b/packages/cactus-plugin-ledger-connector-xdai/package.json index 4e16e43d16..b01e28a7c7 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "Allows Cactus nodes to connect to a Xdai ledger.", "keywords": [ "Hyperledger", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -54,9 +54,9 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", "axios": "0.21.4", "express": "4.17.1", "joi": "17.9.1", @@ -67,8 +67,8 @@ "web3-utils": "1.5.2" }, "devDependencies": { - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha.1", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.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 8891b25db5..743e9c157a 100644 --- a/packages/cactus-plugin-odap-hermes/CHANGELOG.md +++ b/packages/cactus-plugin-odap-hermes/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-odap-hermes + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **Note:** Version bump only for package @hyperledger/cactus-plugin-odap-hermes diff --git a/packages/cactus-plugin-odap-hermes/package.json b/packages/cactus-plugin-odap-hermes/package.json index e2cf0f78fb..154f0dbcfc 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "Proof of concept of ODAP", "keywords": [ "Hyperledger", @@ -12,7 +12,7 @@ ], "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -48,15 +48,15 @@ "watch": "npm-watch" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-object-store-ipfs": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-cmd-api-server": "2.0.0-alpha.1", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-object-store-ipfs": "2.0.0-alpha.1", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.1", "axios": "0.21.4", "crypto-js": "4.0.0", "knex": "2.4.0", diff --git a/packages/cactus-plugin-persistence-ethereum/CHANGELOG.md b/packages/cactus-plugin-persistence-ethereum/CHANGELOG.md index e638d1715f..22033d94e2 100644 --- a/packages/cactus-plugin-persistence-ethereum/CHANGELOG.md +++ b/packages/cactus-plugin-persistence-ethereum/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-plugin-persistence-ethereum + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) ### Features diff --git a/packages/cactus-plugin-persistence-ethereum/package.json b/packages/cactus-plugin-persistence-ethereum/package.json index 15a2abcca0..f94514944c 100644 --- a/packages/cactus-plugin-persistence-ethereum/package.json +++ b/packages/cactus-plugin-persistence-ethereum/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-plugin-persistence-ethereum", - "version": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "Persistence plugin for Ethereum ledgers to store data into a database.", "keywords": [ "Hyperledger", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -58,8 +58,8 @@ }, "dependencies": { "@ethersproject/abi": "5.7.0", - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", "async-mutex": "0.4.0", "fast-safe-stringify": "2.1.1", "pg": "8.8.0", @@ -69,9 +69,9 @@ "web3-utils": "1.5.2" }, "devDependencies": { - "@hyperledger/cactus-api-client": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-api-client": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.1", "@types/express": "4.17.13", "@types/pg": "8.6.5", "jest-extended": "2.0.0", diff --git a/packages/cactus-test-api-client/CHANGELOG.md b/packages/cactus-test-api-client/CHANGELOG.md index 1fb887e009..a09a5b651a 100644 --- a/packages/cactus-test-api-client/CHANGELOG.md +++ b/packages/cactus-test-api-client/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-test-api-client + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **Note:** Version bump only for package @hyperledger/cactus-test-api-client diff --git a/packages/cactus-test-api-client/package.json b/packages/cactus-test-api-client/package.json index 1ccd98e8a4..1d43723e75 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.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", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -50,17 +50,17 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-api-client": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-cmd-api-server": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-api-client": "2.0.0-alpha.1", + "@hyperledger/cactus-cmd-api-server": "2.0.0-alpha.1", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-alpha.1", "jose": "4.9.2", "web3": "1.5.2" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease" + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.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 19c1e4479a..a207d09011 100644 --- a/packages/cactus-test-cmd-api-server/CHANGELOG.md +++ b/packages/cactus-test-cmd-api-server/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-test-cmd-api-server + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **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 74600d8fb1..117a03829c 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.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", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -50,16 +50,16 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-keychain-vault": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-cmd-api-server": "2.0.0-alpha.1", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-keychain-vault": "2.0.0-alpha.1", "express-jwt-authz": "2.4.1", "jose": "4.9.2" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease" + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.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 a00c1bd971..8b36e650e5 100644 --- a/packages/cactus-test-plugin-consortium-manual/CHANGELOG.md +++ b/packages/cactus-test-plugin-consortium-manual/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-test-plugin-consortium-manual + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **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 4498622599..df9404b1e1 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "Integration tests for the Quorum ledger and the API server.", "keywords": [ "Hyperledger", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -50,12 +50,12 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-cmd-api-server": "2.0.0-alpha.1", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-consortium-manual": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha.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 55960e558f..a167f90aaa 100644 --- a/packages/cactus-test-plugin-htlc-eth-besu-erc20/CHANGELOG.md +++ b/packages/cactus-test-plugin-htlc-eth-besu-erc20/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-test-plugin-htlc-eth-besu-erc20 + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **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 2c68886aa3..aa08b42b09 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "Integration tests for HTLC with ERC-20 tokens plugin.", "keywords": [ "Hyperledger", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -50,14 +50,14 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-cmd-api-server": "2.0.0-alpha.1", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-alpha.1", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.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 0ab1dd6950..17b9284b27 100644 --- a/packages/cactus-test-plugin-htlc-eth-besu/CHANGELOG.md +++ b/packages/cactus-test-plugin-htlc-eth-besu/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-test-plugin-htlc-eth-besu + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **Note:** Version bump only for package @hyperledger/cactus-test-plugin-htlc-eth-besu diff --git a/packages/cactus-test-plugin-htlc-eth-besu/package.json b/packages/cactus-test-plugin-htlc-eth-besu/package.json index 121c154f03..fc9c35a046 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "Integration tests for the Besu ledger and the API server.", "keywords": [ "Hyperledger", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -50,14 +50,14 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-htlc-eth-besu": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-cmd-api-server": "2.0.0-alpha.1", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-htlc-eth-besu": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-alpha.1", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.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 9395ff94cb..7f2c57783e 100644 --- a/packages/cactus-test-plugin-ledger-connector-besu/CHANGELOG.md +++ b/packages/cactus-test-plugin-ledger-connector-besu/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-test-plugin-ledger-connector-besu + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **Note:** Version bump only for package @hyperledger/cactus-test-plugin-ledger-connector-besu diff --git a/packages/cactus-test-plugin-ledger-connector-besu/package.json b/packages/cactus-test-plugin-ledger-connector-besu/package.json index 589eae7d34..04ef06c1f3 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "Integration tests for the Besu ledger and the API server.", "keywords": [ "Hyperledger", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -50,13 +50,13 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-verifier-client": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-cmd-api-server": "2.0.0-alpha.1", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-alpha.1", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.1", + "@hyperledger/cactus-verifier-client": "2.0.0-alpha.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 047abcd925..e2c6c11b1f 100644 --- a/packages/cactus-test-plugin-ledger-connector-quorum/CHANGELOG.md +++ b/packages/cactus-test-plugin-ledger-connector-quorum/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-test-plugin-ledger-connector-quorum + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) ### Bug Fixes diff --git a/packages/cactus-test-plugin-ledger-connector-quorum/package.json b/packages/cactus-test-plugin-ledger-connector-quorum/package.json index f335f5ce37..b608ad605f 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "Integration tests for the Quorum ledger and the API server.", "keywords": [ "Hyperledger", @@ -9,13 +9,13 @@ "Blockchain", "Distributed Ledger Technology" ], - "homepage": "https://github.com/hyperledger/cactus#readme", + "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { - "url": "https://github.com/hyperledger/cactus/issues" + "url": "https://github.com/hyperledger/cacti/issues" }, "repository": { "type": "git", - "url": "git+https://github.com/hyperledger/cactus.git" + "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { @@ -50,18 +50,18 @@ "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { - "@hyperledger/cactus-cmd-api-server": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-quorum": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-verifier-client": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-cmd-api-server": "2.0.0-alpha.1", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-keychain-memory": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-quorum": "2.0.0-alpha.1", + "@hyperledger/cactus-verifier-client": "2.0.0-alpha.1", "web3": "1.5.2", "web3-utils": "1.5.2" }, "devDependencies": { - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease" + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.1" }, "engines": { "node": ">=10", diff --git a/packages/cactus-test-tooling/CHANGELOG.md b/packages/cactus-test-tooling/CHANGELOG.md index 49c2041181..6c221a1824 100644 --- a/packages/cactus-test-tooling/CHANGELOG.md +++ b/packages/cactus-test-tooling/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-test-tooling + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) ### Features diff --git a/packages/cactus-test-tooling/package.json b/packages/cactus-test-tooling/package.json index 8e88a79cfd..91974e5eca 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.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": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-common": "2.0.0-alpha.1", "axios": "0.21.4", "compare-versions": "3.6.0", "dockerode": "3.3.0", diff --git a/packages/cactus-test-verifier-client/CHANGELOG.md b/packages/cactus-test-verifier-client/CHANGELOG.md index 58c32aa014..fd863b80c2 100644 --- a/packages/cactus-test-verifier-client/CHANGELOG.md +++ b/packages/cactus-test-verifier-client/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-test-verifier-client + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **Note:** Version bump only for package @hyperledger/cactus-test-verifier-client diff --git a/packages/cactus-test-verifier-client/package.json b/packages/cactus-test-verifier-client/package.json index 880fa2ddd0..b76538fa40 100644 --- a/packages/cactus-test-verifier-client/package.json +++ b/packages/cactus-test-verifier-client/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cactus-test-verifier-client", - "version": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "Integration and stress tests for the verifier client.", "keywords": [ "Hyperledger", @@ -46,12 +46,12 @@ "stress-test-inspect": "node --expose-gc --inspect-brk --no-opt dist/main/typescript/verifier-with-go-eth-stress-check.js" }, "dependencies": { - "@hyperledger/cactus-api-client": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-cmd-api-server": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-go-ethereum-socketio": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-test-tooling": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-verifier-client": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-api-client": "2.0.0-alpha.1", + "@hyperledger/cactus-cmd-api-server": "2.0.0-alpha.1", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-go-ethereum-socketio": "2.0.0-alpha.1", + "@hyperledger/cactus-test-tooling": "2.0.0-alpha.1", + "@hyperledger/cactus-verifier-client": "2.0.0-alpha.1", "log4js": "6.4.1", "web3": "1.7.3" }, diff --git a/packages/cactus-verifier-client/CHANGELOG.md b/packages/cactus-verifier-client/CHANGELOG.md index e9638c58f5..4649740307 100644 --- a/packages/cactus-verifier-client/CHANGELOG.md +++ b/packages/cactus-verifier-client/CHANGELOG.md @@ -3,7 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cactus/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cactus-verifier-client + +# [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **Note:** Version bump only for package @hyperledger/cactus-verifier-client diff --git a/packages/cactus-verifier-client/package.json b/packages/cactus-verifier-client/package.json index fdc6a7b6b8..463587f70b 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": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.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,14 +49,14 @@ }, "homepage": "https://github.com/hyperledger/cactus#readme", "dependencies": { - "@hyperledger/cactus-api-client": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-common": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-core-api": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-corda": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-iroha": "2.0.0-alpha-prerelease", - "@hyperledger/cactus-plugin-ledger-connector-quorum": "2.0.0-alpha-prerelease", + "@hyperledger/cactus-api-client": "2.0.0-alpha.1", + "@hyperledger/cactus-common": "2.0.0-alpha.1", + "@hyperledger/cactus-core-api": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-corda": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-fabric": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-iroha": "2.0.0-alpha.1", + "@hyperledger/cactus-plugin-ledger-connector-quorum": "2.0.0-alpha.1", "jest-extended": "0.11.5", "rxjs": "7.3.0" } diff --git a/tools/weaver-update-version.sh b/tools/weaver-update-version.sh index b4bc366500..95ce6f5dec 100755 --- a/tools/weaver-update-version.sh +++ b/tools/weaver-update-version.sh @@ -80,7 +80,7 @@ GRADLE_FILES=("weaver/core/drivers/corda-driver" for MODULE in ${GRADLE_FILES[@]}; do echo "DEP UPDATE MODULE: $MODULE" pushd $ROOT_DIR/$MODULE > /dev/null - sed -i'.scriptbak' "s#cactiVersion=.*#version=${VERSION}#g" constants.properties + sed -i'.scriptbak' "s#cactiVersion=.*#cactiVersion=${VERSION}#g" constants.properties rm -rf constants.properties.scriptbak popd > /dev/null done diff --git a/weaver/common/protos-go/VERSION b/weaver/common/protos-go/VERSION index eca2b7d195..68e06170e2 100644 --- a/weaver/common/protos-go/VERSION +++ b/weaver/common/protos-go/VERSION @@ -1 +1 @@ -2.0.0-alpha-prerelease \ No newline at end of file +2.0.0-alpha.1 \ No newline at end of file diff --git a/weaver/common/protos-java-kt/gradle.properties b/weaver/common/protos-java-kt/gradle.properties index c6bb828ab0..f64551d7e1 100644 --- a/weaver/common/protos-java-kt/gradle.properties +++ b/weaver/common/protos-java-kt/gradle.properties @@ -1,4 +1,4 @@ name=Interop Protos group=org.hyperledger.cacti.weaver.protos -version=2.0.0-alpha-prerelease +version=2.0.0-alpha.1 kotlin.incremental=false diff --git a/weaver/common/protos-js/CHANGELOG.md b/weaver/common/protos-js/CHANGELOG.md index 5c2da07a1e..a33c12c780 100644 --- a/weaver/common/protos-js/CHANGELOG.md +++ b/weaver/common/protos-js/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. +# [2.0.0-alpha.1](https://github.com/hyperledger/cacti/compare/v2.0.0-alpha-prerelease...v2.0.0-alpha.1) (2023-05-19) + +**Note:** Version bump only for package @hyperledger/cacti-weaver-protos-js + # [2.0.0-alpha-prerelease](https://github.com/hyperledger/cacti/compare/v1.2.0...v2.0.0-alpha-prerelease) (2023-05-11) **Note:** Version bump only for package @hyperledger/cacti-weaver-protos-js diff --git a/weaver/common/protos-js/package.json b/weaver/common/protos-js/package.json index 2d9446aa29..f5cda3b466 100644 --- a/weaver/common/protos-js/package.json +++ b/weaver/common/protos-js/package.json @@ -1,6 +1,6 @@ { "name": "@hyperledger/cacti-weaver-protos-js", - "version": "2.0.0-alpha-prerelease", + "version": "2.0.0-alpha.1", "description": "Interop protos for Node JS (Weaver)", "main": "index.js", "exports": { diff --git a/weaver/common/protos-rs/pkg/Cargo.toml b/weaver/common/protos-rs/pkg/Cargo.toml index 4fc35caf2e..ba0ccdd97f 100644 --- a/weaver/common/protos-rs/pkg/Cargo.toml +++ b/weaver/common/protos-rs/pkg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cacti_weaver_protos_rs" -version = "2.0.0-alpha-prerelease" +version = "2.0.0-alpha.1" authors = ["Peter Somogyvari ", "Sandeep Nishad 1.2.11-r4 zlib-dev>1.2.11-r4 COPY --from=build /fabric-interop-cc/contracts/interop/interop /app/interop RUN chmod +x /app/interop RUN chown 1000 /app @@ -21,4 +22,4 @@ WORKDIR /app CMD ./interop ARG GIT_URL -LABEL org.opencontainers.image.source ${GIT_URL} \ No newline at end of file +LABEL org.opencontainers.image.source ${GIT_URL} diff --git a/weaver/core/network/fabric-interop-cc/contracts/interop/VERSION b/weaver/core/network/fabric-interop-cc/contracts/interop/VERSION index eca2b7d195..68e06170e2 100644 --- a/weaver/core/network/fabric-interop-cc/contracts/interop/VERSION +++ b/weaver/core/network/fabric-interop-cc/contracts/interop/VERSION @@ -1 +1 @@ -2.0.0-alpha-prerelease \ No newline at end of file +2.0.0-alpha.1 \ No newline at end of file diff --git a/weaver/core/network/fabric-interop-cc/contracts/interop/go.mod b/weaver/core/network/fabric-interop-cc/contracts/interop/go.mod index d299064fd5..76e17e361f 100644 --- a/weaver/core/network/fabric-interop-cc/contracts/interop/go.mod +++ b/weaver/core/network/fabric-interop-cc/contracts/interop/go.mod @@ -5,10 +5,10 @@ go 1.20 require ( github.com/ethereum/go-ethereum v1.11.5 github.com/golang/protobuf v1.5.3 - github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-alpha-prerelease - github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange/v2 v2.0.0-alpha-prerelease + github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-alpha.1 + github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange/v2 v2.0.0-alpha.1 github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/testutils v0.0.0-20220522111555-ae96e46bf4a1 - github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-alpha-prerelease + github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-alpha.1 github.com/hyperledger/fabric-chaincode-go v0.0.0-20230228194215-b84622ba6a7a github.com/hyperledger/fabric-contract-api-go v1.2.1 github.com/hyperledger/fabric-protos-go v0.3.0 diff --git a/weaver/core/network/fabric-interop-cc/contracts/interop/go.sum b/weaver/core/network/fabric-interop-cc/contracts/interop/go.sum index 71bdebf7ad..6c06583f8b 100644 --- a/weaver/core/network/fabric-interop-cc/contracts/interop/go.sum +++ b/weaver/core/network/fabric-interop-cc/contracts/interop/go.sum @@ -166,3 +166,9 @@ github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexc github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange/v2 v2.0.0-alpha-prerelease/go.mod h1:69kzJ+z9leO5RR/icoxRG0YGcSr3rkZ8zu2jr1YDj2M= github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-alpha-prerelease h1:QW9k76GGiBwfNvDJNthqVgJSsteVfADls+y8BuRQCc8= github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-alpha-prerelease/go.mod h1:ZHqgO9kxhAGELpb/W8q9obq0+2TgQr3kC6IBsyaBA20= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-alpha.1 h1:r7RknfMWs/riL4saBB31iWfRaP03AJuo19K2ettHP3E= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-alpha.1/go.mod h1:3DmkYfZoc+TtcAgF3kX6CmQDNKKKCHgbaoQuYu/3ayc= +github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange/v2 v2.0.0-alpha.1 h1:esc1xxMhVF2nN0PoocN+9de/xbRwzXyb+/2/lH+3l+8= +github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/assetexchange/v2 v2.0.0-alpha.1/go.mod h1:lhP2/eiE9Wk+k07+WeiY9zuckSFhMOlkuDipZj8xIXI= +github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-alpha.1 h1:TTdDqQ2Uo9i5yGJMgmvRTL7chYzt4L0fxJ1ids1E7ow= +github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/utils/v2 v2.0.0-alpha.1/go.mod h1:HojcT13Dd55weDNk/hdZvftpUIjLF16Zn21tRzN8K+c= diff --git a/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/VERSION b/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/VERSION index eca2b7d195..68e06170e2 100644 --- a/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/VERSION +++ b/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/VERSION @@ -1 +1 @@ -2.0.0-alpha-prerelease \ No newline at end of file +2.0.0-alpha.1 \ No newline at end of file diff --git a/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.mod b/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.mod index a3bf72e658..6026734f1a 100644 --- a/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.mod +++ b/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/golang/protobuf v1.5.3 - github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-alpha-prerelease + github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-alpha.1 github.com/hyperledger/cacti/weaver/core/network/fabric-interop-cc/libs/testutils v0.0.0-20210920170720-5d5bf2a54081 github.com/hyperledger/fabric-chaincode-go v0.0.0-20230228194215-b84622ba6a7a github.com/hyperledger/fabric-contract-api-go v1.2.1 diff --git a/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.sum b/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.sum index ae6b830fe1..3843f5819c 100644 --- a/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.sum +++ b/weaver/core/network/fabric-interop-cc/interfaces/asset-mgmt/go.sum @@ -149,3 +149,5 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-alpha-prerelease h1:MpVTzM8FvQ+2Qij/0DH0cGy2NoC1S5gD5c40HuEQlsI= github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-alpha-prerelease/go.mod h1:3DmkYfZoc+TtcAgF3kX6CmQDNKKKCHgbaoQuYu/3ayc= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-alpha.1 h1:r7RknfMWs/riL4saBB31iWfRaP03AJuo19K2ettHP3E= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-alpha.1/go.mod h1:3DmkYfZoc+TtcAgF3kX6CmQDNKKKCHgbaoQuYu/3ayc= diff --git a/weaver/core/network/fabric-interop-cc/libs/assetexchange/VERSION b/weaver/core/network/fabric-interop-cc/libs/assetexchange/VERSION index eca2b7d195..68e06170e2 100644 --- a/weaver/core/network/fabric-interop-cc/libs/assetexchange/VERSION +++ b/weaver/core/network/fabric-interop-cc/libs/assetexchange/VERSION @@ -1 +1 @@ -2.0.0-alpha-prerelease \ No newline at end of file +2.0.0-alpha.1 \ No newline at end of file diff --git a/weaver/core/network/fabric-interop-cc/libs/assetexchange/go.mod b/weaver/core/network/fabric-interop-cc/libs/assetexchange/go.mod index 892eaf2c47..c9c3b6bfe8 100644 --- a/weaver/core/network/fabric-interop-cc/libs/assetexchange/go.mod +++ b/weaver/core/network/fabric-interop-cc/libs/assetexchange/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/golang/protobuf v1.5.2 - github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-alpha-prerelease + github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-alpha.1 github.com/hyperledger/fabric-contract-api-go v1.1.1 github.com/hyperledger/fabric-protos-go v0.3.0 github.com/sirupsen/logrus v1.8.1 diff --git a/weaver/core/network/fabric-interop-cc/libs/assetexchange/go.sum b/weaver/core/network/fabric-interop-cc/libs/assetexchange/go.sum index f5b91d787e..18bc8ccad4 100644 --- a/weaver/core/network/fabric-interop-cc/libs/assetexchange/go.sum +++ b/weaver/core/network/fabric-interop-cc/libs/assetexchange/go.sum @@ -162,3 +162,5 @@ gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-alpha-prerelease h1:MpVTzM8FvQ+2Qij/0DH0cGy2NoC1S5gD5c40HuEQlsI= github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-alpha-prerelease/go.mod h1:3DmkYfZoc+TtcAgF3kX6CmQDNKKKCHgbaoQuYu/3ayc= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-alpha.1 h1:r7RknfMWs/riL4saBB31iWfRaP03AJuo19K2ettHP3E= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-alpha.1/go.mod h1:3DmkYfZoc+TtcAgF3kX6CmQDNKKKCHgbaoQuYu/3ayc= diff --git a/weaver/core/network/fabric-interop-cc/libs/utils/VERSION b/weaver/core/network/fabric-interop-cc/libs/utils/VERSION index eca2b7d195..68e06170e2 100644 --- a/weaver/core/network/fabric-interop-cc/libs/utils/VERSION +++ b/weaver/core/network/fabric-interop-cc/libs/utils/VERSION @@ -1 +1 @@ -2.0.0-alpha-prerelease \ No newline at end of file +2.0.0-alpha.1 \ No newline at end of file diff --git a/weaver/core/network/fabric-interop-cc/libs/utils/go.mod b/weaver/core/network/fabric-interop-cc/libs/utils/go.mod index 05317b6d3b..ec8145c59a 100644 --- a/weaver/core/network/fabric-interop-cc/libs/utils/go.mod +++ b/weaver/core/network/fabric-interop-cc/libs/utils/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/golang/protobuf v1.5.2 - github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-alpha-prerelease + github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-alpha.1 github.com/hyperledger/fabric-chaincode-go v0.0.0-20210718160520-38d29fabecb9 github.com/hyperledger/fabric-contract-api-go v1.1.1 github.com/hyperledger/fabric-protos-go v0.3.0 diff --git a/weaver/core/network/fabric-interop-cc/libs/utils/go.sum b/weaver/core/network/fabric-interop-cc/libs/utils/go.sum index 45b116a786..052f93bcb0 100644 --- a/weaver/core/network/fabric-interop-cc/libs/utils/go.sum +++ b/weaver/core/network/fabric-interop-cc/libs/utils/go.sum @@ -160,3 +160,5 @@ gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-alpha-prerelease h1:MpVTzM8FvQ+2Qij/0DH0cGy2NoC1S5gD5c40HuEQlsI= github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-alpha-prerelease/go.mod h1:3DmkYfZoc+TtcAgF3kX6CmQDNKKKCHgbaoQuYu/3ayc= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-alpha.1 h1:r7RknfMWs/riL4saBB31iWfRaP03AJuo19K2ettHP3E= +github.com/hyperledger/cacti/weaver/common/protos-go/v2 v2.0.0-alpha.1/go.mod h1:3DmkYfZoc+TtcAgF3kX6CmQDNKKKCHgbaoQuYu/3ayc= diff --git a/weaver/core/relay/Cargo.toml b/weaver/core/relay/Cargo.toml index f4aa953f0c..e2c646c146 100644 --- a/weaver/core/relay/Cargo.toml +++ b/weaver/core/relay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "relay" -version = "2.0.0-alpha-prerelease" +version = "2.0.0-alpha.1" authors = ["Antony Targett ", "Nick Waywood ", "Sandeep Nishad