Skip to content

Commit

Permalink
chore(release): publish v2.0.0-alpha.1
Browse files Browse the repository at this point in the history
    - updated repo URLs of all cactus packages

Co-authored-by: Peter Somogyvari <peter.somogyvari@accenture.com>

Signed-off-by: Sandeep Nishad <sandeep.nishad1@ibm.com>
Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
sandeepnRES committed May 25, 2023
1 parent 3e6d908 commit e54842d
Show file tree
Hide file tree
Showing 165 changed files with 814 additions and 553 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/test_weaver-pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
28 changes: 14 additions & 14 deletions examples/cactus-example-carbon-accounting-backend/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
22 changes: 11 additions & 11 deletions examples/cactus-example-carbon-accounting-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"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",
"Cactus",
"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": {
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 4 additions & 0 deletions examples/cactus-example-discounted-asset-trade/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 4 additions & 0 deletions examples/cactus-example-electricity-trade/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/cactus-example-electricity-trade/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 5 additions & 1 deletion examples/cactus-example-supply-chain-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
34 changes: 17 additions & 17 deletions examples/cactus-example-supply-chain-backend/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading

0 comments on commit e54842d

Please sign in to comment.