Skip to content

Commit

Permalink
chore(release): publish v0.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Somogyvari <[email protected]>
  • Loading branch information
petermetz committed Jul 20, 2021
1 parent d79d965 commit c45c85b
Show file tree
Hide file tree
Showing 92 changed files with 1,115 additions and 423 deletions.
119 changes: 119 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions examples/cactus-example-carbon-accounting-backend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/hyperledger/cactus/compare/v0.4.1...v0.6.0) (2021-07-19)


### Bug Fixes

* **connector-corda:** container image kotlin compilation fails in model ([a8a4531](https://github.com/hyperledger/cactus/commit/a8a4531d379fe16d4c991802525ec573a7e3ede1))


### Features

* **cmd-api-server:** add Socket.IO as transport [#297](https://github.com/hyperledger/cactus/issues/297) ([51c586a](https://github.com/hyperledger/cactus/commit/51c586aa01bff3e75f0e87be43f0764b30d8222c))





# [0.5.0](https://github.com/hyperledger/cactus/compare/v0.4.1...v0.5.0) (2021-05-19)

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 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": "0.5.0",
"version": "0.6.0",
"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).",
"main": "dist/lib/main/typescript/index.js",
"mainMinified": "dist/cactus-example-carbon-accounting-backend.node.umd.min.js",
Expand All @@ -14,7 +14,7 @@
"bin": "./dist/lib/main/typescript/carbon-accounting-app-cli.js",
"scripts": {
"tsc": "tsc --project ./tsconfig.json",
"start" : "CONFIG_FILE=./example-config.json node dist/lib/main/typescript/carbon-accounting-app-cli.js",
"start": "CONFIG_FILE=./example-config.json node dist/lib/main/typescript/carbon-accounting-app-cli.js",
"solidity": "hardhat compile",
"pretsc": "npm run solidity",
"watch": "npm-watch",
Expand Down Expand Up @@ -84,16 +84,16 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-api-client": "0.5.0",
"@hyperledger/cactus-cmd-api-server": "0.5.0",
"@hyperledger/cactus-common": "0.5.0",
"@hyperledger/cactus-core": "0.5.0",
"@hyperledger/cactus-core-api": "0.5.0",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "0.5.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.5.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.5.0",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "0.5.0",
"@hyperledger/cactus-test-tooling": "0.5.0",
"@hyperledger/cactus-api-client": "0.6.0",
"@hyperledger/cactus-cmd-api-server": "0.6.0",
"@hyperledger/cactus-common": "0.6.0",
"@hyperledger/cactus-core": "0.6.0",
"@hyperledger/cactus-core-api": "0.6.0",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "0.6.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.6.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.6.0",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "0.6.0",
"@hyperledger/cactus-test-tooling": "0.6.0",
"@openzeppelin/contracts": "3.3.0",
"@openzeppelin/contracts-upgradeable": "3.4.1",
"async-exit-hook": "2.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/hyperledger/cactus/compare/v0.4.1...v0.6.0) (2021-07-19)


### Bug Fixes

* **carbon-accounting:** deleted incorrect plugin aspect ([e30f48a](https://github.com/hyperledger/cactus/commit/e30f48abcc8dfcd6fb17ec1ba90c4e742222543f))
* **connector-corda:** container image kotlin compilation fails in model ([a8a4531](https://github.com/hyperledger/cactus/commit/a8a4531d379fe16d4c991802525ec573a7e3ede1))


### Features

* **core-api:** plugin interface async initializer ([d40f68b](https://github.com/hyperledger/cactus/commit/d40f68bd9eaff498df8514fe7397986b5a2f865d))





# [0.5.0](https://github.com/hyperledger/cactus/compare/v0.4.1...v0.5.0) (2021-05-19)

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-carbon-accounting-business-logic-plugin",
"version": "0.5.0",
"version": "0.6.0",
"description": "An example business logic plugin implementation for Cactus",
"main": "dist/lib/main/typescript/index.js",
"mainMinified": "dist/cactus-example-carbon-accounting-business-logic-plugin.node.umd.min.js",
Expand Down Expand Up @@ -83,14 +83,14 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-api-client": "0.5.0",
"@hyperledger/cactus-common": "0.5.0",
"@hyperledger/cactus-core": "0.5.0",
"@hyperledger/cactus-core-api": "0.5.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.5.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.5.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.5.0",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "0.5.0",
"@hyperledger/cactus-api-client": "0.6.0",
"@hyperledger/cactus-common": "0.6.0",
"@hyperledger/cactus-core": "0.6.0",
"@hyperledger/cactus-core-api": "0.6.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.6.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.6.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.6.0",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "0.6.0",
"async-exit-hook": "2.0.1",
"axios": "0.21.1",
"express": "4.17.1",
Expand Down
11 changes: 11 additions & 0 deletions examples/cactus-example-carbon-accounting-frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/hyperledger/cactus/compare/v0.4.1...v0.6.0) (2021-07-19)


### Bug Fixes

* **connector-corda:** container image kotlin compilation fails in model ([a8a4531](https://github.com/hyperledger/cactus/commit/a8a4531d379fe16d4c991802525ec573a7e3ede1))





# [0.5.0](https://github.com/hyperledger/cactus/compare/v0.4.1...v0.5.0) (2021-05-19)

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "0.5.0",
"version": "0.6.0",
"description": "The frontend component of an example project demonstrating how Cactus can be used for cross-chain dapp development.",
"files": [
"www/*"
Expand All @@ -22,13 +22,13 @@
"@angular/platform-browser": "~10.0.0",
"@angular/platform-browser-dynamic": "~10.0.0",
"@angular/router": "~10.0.0",
"@hyperledger/cactus-api-client": "0.5.0",
"@hyperledger/cactus-common": "0.5.0",
"@hyperledger/cactus-core-api": "0.5.0",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "0.5.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.5.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.5.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.5.0",
"@hyperledger/cactus-api-client": "0.6.0",
"@hyperledger/cactus-common": "0.6.0",
"@hyperledger/cactus-core-api": "0.6.0",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "0.6.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.6.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.6.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.6.0",
"@ionic-native/core": "^5.0.0",
"@ionic-native/splash-screen": "^5.0.0",
"@ionic-native/status-bar": "^5.0.0",
Expand Down
23 changes: 23 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,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/hyperledger/cactus/compare/v0.4.1...v0.6.0) (2021-07-19)


### Bug Fixes

* **connector-corda:** container image kotlin compilation fails in model ([a8a4531](https://github.com/hyperledger/cactus/commit/a8a4531d379fe16d4c991802525ec573a7e3ede1))
* **deps:** elliptic upgrade to >6.5.3 for CVE-2020-28498 ([d75b9af](https://github.com/hyperledger/cactus/commit/d75b9af764241ab2e10914769412201fb040b1ed))
* **examples:** supply chain backend bundle build RAM [#766](https://github.com/hyperledger/cactus/issues/766) ([f5c5d82](https://github.com/hyperledger/cactus/commit/f5c5d82ef3ae327f057da94ea12a224f9b4d78c6))
* keychain to registry, uuid dep, add back missing gas req parameter ([4635d81](https://github.com/hyperledger/cactus/commit/4635d817a719bcdaa2a3bf1b4aa3b5d8cc1f6961))


### Features

* besu WatchBlocksV1Endpoint with SocketIO ([d5e1708](https://github.com/hyperledger/cactus/commit/d5e1708e84ab5192d07410d5120e144d477ef6ce))
* **connector-besu, connector-quorum:** filesystem replaced by keychain ([14d1790](https://github.com/hyperledger/cactus/commit/14d17904442723450790644653ff18dda79dfa5e))
* **connector-besu:** contract deployment with constructor arguments ([48d67a7](https://github.com/hyperledger/cactus/commit/48d67a7a7af223337777917a01002426a79f8463)), closes [#810](https://github.com/hyperledger/cactus/issues/810)
* **connector-besu:** replace invokeContractV2 ([ecd62ea](https://github.com/hyperledger/cactus/commit/ecd62eac5721514dbcfc401d5f28dfdc58ef8873))
* **connector-fabric:** contract deployment Fabric 2.x ([139a8ed](https://github.com/hyperledger/cactus/commit/139a8ed96d5d547a514839a461abcb7d0e937cb0))





# [0.5.0](https://github.com/hyperledger/cactus/compare/v0.4.1...v0.5.0) (2021-05-19)


Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "0.5.0",
"version": "0.6.0",
"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).",
"main": "dist/lib/main/typescript/index.js",
"mainMinified": "dist/cactus-example-supply-chain-backend.node.umd.min.js",
Expand Down Expand Up @@ -82,19 +82,19 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-api-client": "0.5.0",
"@hyperledger/cactus-cmd-api-server": "0.5.0",
"@hyperledger/cactus-common": "0.5.0",
"@hyperledger/cactus-core": "0.5.0",
"@hyperledger/cactus-core-api": "0.5.0",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "0.5.0",
"@hyperledger/cactus-example-supply-chain-frontend": "0.5.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.5.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.5.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.5.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.5.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.5.0",
"@hyperledger/cactus-test-tooling": "0.5.0",
"@hyperledger/cactus-api-client": "0.6.0",
"@hyperledger/cactus-cmd-api-server": "0.6.0",
"@hyperledger/cactus-common": "0.6.0",
"@hyperledger/cactus-core": "0.6.0",
"@hyperledger/cactus-core-api": "0.6.0",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "0.6.0",
"@hyperledger/cactus-example-supply-chain-frontend": "0.6.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.6.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.6.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.6.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.6.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.6.0",
"@hyperledger/cactus-test-tooling": "0.6.0",
"async-exit-hook": "2.0.1",
"axios": "0.21.1",
"express": "4.17.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/hyperledger/cactus/compare/v0.4.1...v0.6.0) (2021-07-19)


### Bug Fixes

* **connector-corda:** container image kotlin compilation fails in model ([a8a4531](https://github.com/hyperledger/cactus/commit/a8a4531d379fe16d4c991802525ec573a7e3ede1))
* **deps:** elliptic upgrade to >6.5.3 for CVE-2020-28498 ([d75b9af](https://github.com/hyperledger/cactus/commit/d75b9af764241ab2e10914769412201fb040b1ed))


### Features

* **connector-besu:** replace invokeContractV2 ([ecd62ea](https://github.com/hyperledger/cactus/commit/ecd62eac5721514dbcfc401d5f28dfdc58ef8873))
* **core-api:** decouple web service install & registration [#771](https://github.com/hyperledger/cactus/issues/771) ([b50e148](https://github.com/hyperledger/cactus/commit/b50e148f43c0b27138471c972aab391486e761e6))
* **core-api:** jwt authorization [#770](https://github.com/hyperledger/cactus/issues/770) ([2016750](https://github.com/hyperledger/cactus/commit/2016750849b4333bb4dd78897468771f0642a4f5))
* **core-api:** plugin interface async initializer ([d40f68b](https://github.com/hyperledger/cactus/commit/d40f68bd9eaff498df8514fe7397986b5a2f865d))





# [0.5.0](https://github.com/hyperledger/cactus/compare/v0.4.1...v0.5.0) (2021-05-19)


Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-example-supply-chain-business-logic-plugin",
"version": "0.5.0",
"version": "0.6.0",
"description": "An example business logic plugin implementation for Cactus",
"main": "dist/lib/main/typescript/index.js",
"mainMinified": "dist/cactus-example-supply-chain-business-logic-plugin.node.umd.min.js",
Expand Down Expand Up @@ -83,15 +83,15 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-api-client": "0.5.0",
"@hyperledger/cactus-common": "0.5.0",
"@hyperledger/cactus-core": "0.5.0",
"@hyperledger/cactus-core-api": "0.5.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.5.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.5.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.5.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.5.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.5.0",
"@hyperledger/cactus-api-client": "0.6.0",
"@hyperledger/cactus-common": "0.6.0",
"@hyperledger/cactus-core": "0.6.0",
"@hyperledger/cactus-core-api": "0.6.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.6.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.6.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.6.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.6.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.6.0",
"async-exit-hook": "2.0.1",
"axios": "0.21.1",
"express": "4.17.1",
Expand Down
12 changes: 12 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,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.6.0](https://github.com/hyperledger/cactus/compare/v0.4.1...v0.6.0) (2021-07-19)


### Bug Fixes

* **connector-corda:** container image kotlin compilation fails in model ([a8a4531](https://github.com/hyperledger/cactus/commit/a8a4531d379fe16d4c991802525ec573a7e3ede1))
* **deps:** elliptic upgrade to >6.5.3 for CVE-2020-28498 ([d75b9af](https://github.com/hyperledger/cactus/commit/d75b9af764241ab2e10914769412201fb040b1ed))





# [0.5.0](https://github.com/hyperledger/cactus/compare/v0.4.1...v0.5.0) (2021-05-19)


Expand Down
Loading

0 comments on commit c45c85b

Please sign in to comment.