Skip to content

Commit

Permalink
chore(release): publish v1.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Nov 11, 2022
1 parent 2f2fb1c commit c339075
Show file tree
Hide file tree
Showing 92 changed files with 448 additions and 264 deletions.
4 changes: 4 additions & 0 deletions 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.

## [1.1.2](https://github.com/hyperledger/cactus/compare/v1.1.1...v1.1.2) (2022-11-11)

**Note:** Version bump only for package @hyperledger/cactus

## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03)

### 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.

## [1.1.2](https://github.com/hyperledger/cactus/compare/v1.1.1...v1.1.2) (2022-11-11)

**Note:** Version bump only for package check-connection-ethereum-validator

## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03)

**Note:** Version bump only for package check-connection-ethereum-validator
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "check-connection-ethereum-validator",
"version": "1.1.1",
"version": "1.1.2",
"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,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/hyperledger/cactus/compare/v1.1.1...v1.1.2) (2022-11-11)

**Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-backend

## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03)

**Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-backend
Expand Down
22 changes: 11 additions & 11 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": "1.1.1",
"version": "1.1.2",
"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 Down Expand Up @@ -52,16 +52,16 @@
"webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js"
},
"dependencies": {
"@hyperledger/cactus-api-client": "1.1.1",
"@hyperledger/cactus-cmd-api-server": "1.1.1",
"@hyperledger/cactus-common": "1.1.1",
"@hyperledger/cactus-core": "1.1.1",
"@hyperledger/cactus-core-api": "1.1.1",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.1.1",
"@hyperledger/cactus-plugin-keychain-memory": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "1.1.1",
"@hyperledger/cactus-test-tooling": "1.1.1",
"@hyperledger/cactus-api-client": "1.1.2",
"@hyperledger/cactus-cmd-api-server": "1.1.2",
"@hyperledger/cactus-common": "1.1.2",
"@hyperledger/cactus-core": "1.1.2",
"@hyperledger/cactus-core-api": "1.1.2",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.1.2",
"@hyperledger/cactus-plugin-keychain-memory": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "1.1.2",
"@hyperledger/cactus-test-tooling": "1.1.2",
"@openzeppelin/contracts": "4.7.3",
"@openzeppelin/contracts-upgradeable": "4.7.3",
"async-exit-hook": "2.0.1",
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.

## [1.1.2](https://github.com/hyperledger/cactus/compare/v1.1.1...v1.1.2) (2022-11-11)

**Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-business-logic-plugin

## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03)

**Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-business-logic-plugin
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": "1.1.1",
"version": "1.1.2",
"description": "An example business logic plugin implementation for Cactus",
"keywords": [
"Hyperledger",
Expand Down Expand Up @@ -53,14 +53,14 @@
"webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js"
},
"dependencies": {
"@hyperledger/cactus-api-client": "1.1.1",
"@hyperledger/cactus-common": "1.1.1",
"@hyperledger/cactus-core": "1.1.1",
"@hyperledger/cactus-core-api": "1.1.1",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.1",
"@hyperledger/cactus-plugin-keychain-memory": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "1.1.1",
"@hyperledger/cactus-api-client": "1.1.2",
"@hyperledger/cactus-common": "1.1.2",
"@hyperledger/cactus-core": "1.1.2",
"@hyperledger/cactus-core-api": "1.1.2",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.2",
"@hyperledger/cactus-plugin-keychain-memory": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "1.1.2",
"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,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/hyperledger/cactus/compare/v1.1.1...v1.1.2) (2022-11-11)

**Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-frontend

## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03)

**Note:** Version bump only for package @hyperledger/cactus-example-carbon-accounting-frontend
Expand Down
16 changes: 8 additions & 8 deletions examples/cactus-example-carbon-accounting-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-carbon-accounting-frontend",
"version": "1.1.1",
"version": "1.1.2",
"description": "The frontend component of an example project demonstrating how Cactus can be used for cross-chain dapp development.",
"keywords": [
"Hyperledger",
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": "1.1.1",
"@hyperledger/cactus-common": "1.1.1",
"@hyperledger/cactus-core-api": "1.1.1",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.1.1",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.1",
"@hyperledger/cactus-api-client": "1.1.2",
"@hyperledger/cactus-common": "1.1.2",
"@hyperledger/cactus-core-api": "1.1.2",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.1.2",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.2",
"@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.

## [1.1.2](https://github.com/hyperledger/cactus/compare/v1.1.1...v1.1.2) (2022-11-11)

**Note:** Version bump only for package @hyperledger/cactus-example-discounted-asset-trade

## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03)

**Note:** Version bump only for package @hyperledger/cactus-example-discounted-asset-trade
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-discounted-asset-trade",
"version": "1.1.1",
"version": "1.1.2",
"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.

## [1.1.2](https://github.com/hyperledger/cactus/compare/v1.1.1...v1.1.2) (2022-11-11)

**Note:** Version bump only for package @hyperledger/cactus-example-electricity-trade

## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03)

**Note:** Version bump only for package @hyperledger/cactus-example-electricity-trade
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": "1.1.1",
"version": "1.1.2",
"license": "Apache-2.0",
"main": "dist/www.js",
"module": "dist/www.js",
Expand Down
4 changes: 4 additions & 0 deletions examples/cactus-example-supply-chain-backend/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.

## [1.1.2](https://github.com/hyperledger/cactus/compare/v1.1.1...v1.1.2) (2022-11-11)

**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-backend

## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03)

**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-backend
Expand Down
28 changes: 14 additions & 14 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": "1.1.1",
"version": "1.1.2",
"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 Down Expand Up @@ -50,19 +50,19 @@
"webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js"
},
"dependencies": {
"@hyperledger/cactus-api-client": "1.1.1",
"@hyperledger/cactus-cmd-api-server": "1.1.1",
"@hyperledger/cactus-common": "1.1.1",
"@hyperledger/cactus-core": "1.1.1",
"@hyperledger/cactus-core-api": "1.1.1",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.1.1",
"@hyperledger/cactus-example-supply-chain-frontend": "1.1.1",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.1",
"@hyperledger/cactus-plugin-keychain-memory": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.1",
"@hyperledger/cactus-test-tooling": "1.1.1",
"@hyperledger/cactus-api-client": "1.1.2",
"@hyperledger/cactus-cmd-api-server": "1.1.2",
"@hyperledger/cactus-common": "1.1.2",
"@hyperledger/cactus-core": "1.1.2",
"@hyperledger/cactus-core-api": "1.1.2",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.1.2",
"@hyperledger/cactus-example-supply-chain-frontend": "1.1.2",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.2",
"@hyperledger/cactus-plugin-keychain-memory": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.2",
"@hyperledger/cactus-test-tooling": "1.1.2",
"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,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.2](https://github.com/hyperledger/cactus/compare/v1.1.1...v1.1.2) (2022-11-11)

**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-business-logic-plugin

## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03)

**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-business-logic-plugin
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-supply-chain-business-logic-plugin",
"version": "1.1.1",
"version": "1.1.2",
"description": "An example business logic plugin implementation for Cactus",
"keywords": [
"Hyperledger",
Expand Down Expand Up @@ -53,15 +53,15 @@
"webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js"
},
"dependencies": {
"@hyperledger/cactus-api-client": "1.1.1",
"@hyperledger/cactus-common": "1.1.1",
"@hyperledger/cactus-core": "1.1.1",
"@hyperledger/cactus-core-api": "1.1.1",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.1",
"@hyperledger/cactus-plugin-keychain-memory": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.1",
"@hyperledger/cactus-api-client": "1.1.2",
"@hyperledger/cactus-common": "1.1.2",
"@hyperledger/cactus-core": "1.1.2",
"@hyperledger/cactus-core-api": "1.1.2",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.2",
"@hyperledger/cactus-plugin-keychain-memory": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.2",
"async-exit-hook": "2.0.1",
"axios": "0.21.4",
"express": "4.17.1",
Expand Down
4 changes: 4 additions & 0 deletions examples/cactus-example-supply-chain-frontend/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.

## [1.1.2](https://github.com/hyperledger/cactus/compare/v1.1.1...v1.1.2) (2022-11-11)

**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-frontend

## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03)

**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-frontend
Expand Down
18 changes: 9 additions & 9 deletions examples/cactus-example-supply-chain-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-supply-chain-frontend",
"version": "1.1.1",
"version": "1.1.2",
"description": "The frontend component of an example project demonstrating how Cactus can be used for cross-chain dapp development.",
"keywords": [
"Hyperledger",
Expand Down Expand Up @@ -54,14 +54,14 @@
"@angular/platform-browser": "13.3.7",
"@angular/platform-browser-dynamic": "13.3.7",
"@angular/router": "13.3.7",
"@hyperledger/cactus-api-client": "1.1.1",
"@hyperledger/cactus-common": "1.1.1",
"@hyperledger/cactus-core-api": "1.1.1",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.1.1",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.1",
"@hyperledger/cactus-api-client": "1.1.2",
"@hyperledger/cactus-common": "1.1.2",
"@hyperledger/cactus-core-api": "1.1.2",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.1.2",
"@hyperledger/cactus-plugin-consortium-manual": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.1.2",
"@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 extensions/cactus-plugin-htlc-coordinator-besu/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.

## [1.1.2](https://github.com/hyperledger/cactus/compare/v1.1.1...v1.1.2) (2022-11-11)

**Note:** Version bump only for package @hyperledger/cactus-plugin-htlc-coordinator-besu

## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03)

**Note:** Version bump only for package @hyperledger/cactus-plugin-htlc-coordinator-besu
Expand Down
20 changes: 10 additions & 10 deletions extensions/cactus-plugin-htlc-coordinator-besu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-plugin-htlc-coordinator-besu",
"version": "1.1.1",
"version": "1.1.2",
"description": "HTLC Coordinator to exchange tokens between networks.",
"keywords": [
"Hyperledger",
Expand Down Expand Up @@ -56,13 +56,13 @@
"webpack:prod:web": "webpack --env=prod --target=web --config ../../webpack.config.js"
},
"dependencies": {
"@hyperledger/cactus-common": "1.1.1",
"@hyperledger/cactus-core": "1.1.1",
"@hyperledger/cactus-core-api": "1.1.1",
"@hyperledger/cactus-plugin-htlc-eth-besu": "1.1.1",
"@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "1.1.1",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.1",
"@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20": "1.1.1",
"@hyperledger/cactus-common": "1.1.2",
"@hyperledger/cactus-core": "1.1.2",
"@hyperledger/cactus-core-api": "1.1.2",
"@hyperledger/cactus-plugin-htlc-eth-besu": "1.1.2",
"@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "1.1.2",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.1.2",
"@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20": "1.1.2",
"axios": "0.21.4",
"body-parser": "1.19.0",
"joi": "14.3.1",
Expand All @@ -72,8 +72,8 @@
"typescript-optional": "2.0.1"
},
"devDependencies": {
"@hyperledger/cactus-plugin-keychain-memory": "1.1.1",
"@hyperledger/cactus-test-tooling": "1.1.1",
"@hyperledger/cactus-plugin-keychain-memory": "1.1.2",
"@hyperledger/cactus-test-tooling": "1.1.2",
"@types/express": "4.17.8",
"socket.io": "4.4.1"
},
Expand Down
4 changes: 4 additions & 0 deletions extensions/cactus-plugin-object-store-ipfs/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.

## [1.1.2](https://github.com/hyperledger/cactus/compare/v1.1.1...v1.1.2) (2022-11-11)

**Note:** Version bump only for package @hyperledger/cactus-plugin-object-store-ipfs

## [1.1.1](https://github.com/hyperledger/cactus/compare/v1.1.0...v1.1.1) (2022-11-03)

### Features
Expand Down
Loading

0 comments on commit c339075

Please sign in to comment.