Skip to content

Commit

Permalink
chore(release): publish v0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Somogyvari <[email protected]>
  • Loading branch information
petermetz committed Sep 7, 2021
1 parent 2161e0d commit e7b60a0
Show file tree
Hide file tree
Showing 70 changed files with 607 additions and 218 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/hyperledger/cactus/compare/v0.8.0...v0.9.0) (2021-08-31)


### Bug Fixes

* check for req function onPluginInit in isCactusPlugin ([f5ffb92](https://github.com/hyperledger/cactus/commit/f5ffb92d5a03ecb14ec6952d8dff0d8ec101df35)), closes [#1277](https://github.com/hyperledger/cactus/issues/1277)
* **cmd-api-server:** add missing deps remove unused ones [#1226](https://github.com/hyperledger/cactus/issues/1226) ([b348e42](https://github.com/hyperledger/cactus/commit/b348e4266369fed502610b4c0769d4d6b19f9115))
* **examples:** front-end packages missing browserify polyfills [#1224](https://github.com/hyperledger/cactus/issues/1224) ([4cc6f2c](https://github.com/hyperledger/cactus/commit/4cc6f2c5d3345a7af8cc04b9218c38d7670872a8))
* **indy-validator:** fixing indy validator initialization ([d9f6d5d](https://github.com/hyperledger/cactus/commit/d9f6d5d9cf32eb49a6159d42c717484642a98e61))
* remove no longer working scripts from package.json ([fcf26ed](https://github.com/hyperledger/cactus/commit/fcf26edf6e2d87ae619875e2d38135d5ed11a995)), closes [#1271](https://github.com/hyperledger/cactus/issues/1271)


### Features

* besu private transaction support ([53b4980](https://github.com/hyperledger/cactus/commit/53b49808615aced96b628bf1498a1b62c5c9ca42))
* **cmd-api-server:** support grpc web services [#1189](https://github.com/hyperledger/cactus/issues/1189) ([4cace1d](https://github.com/hyperledger/cactus/commit/4cace1dca3377e09d2ed37fdadeec6b125d47896))
* **connector-fabric:** add support for vault transit secret engine ([2161e0d](https://github.com/hyperledger/cactus/commit/2161e0d75bac49654f0d38c8a9e2b03234894ed8))
* **connector-iroha:** adds connector plugin ([4745df0](https://github.com/hyperledger/cactus/commit/4745df0bee6b9ab5fb9e57bb603ae95d6baeb391))
* **corda:** resolves [#888](https://github.com/hyperledger/cactus/issues/888) ([d4af647](https://github.com/hyperledger/cactus/commit/d4af647f96b9eda592ffe1797679e086e32a039d))
* **iroha:** add iroha AIO image and iroha test ledger ([1eb811a](https://github.com/hyperledger/cactus/commit/1eb811a3c92f8459298c9f10b9e0d13e36d667b6))





# [0.8.0](https://github.com/hyperledger/cactus/compare/v0.7.0...v0.8.0) (2021-08-17)


Expand Down
12 changes: 12 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,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/hyperledger/cactus/compare/v0.8.0...v0.9.0) (2021-08-31)


### Features

* besu private transaction support ([53b4980](https://github.com/hyperledger/cactus/commit/53b49808615aced96b628bf1498a1b62c5c9ca42))
* **cmd-api-server:** support grpc web services [#1189](https://github.com/hyperledger/cactus/issues/1189) ([4cace1d](https://github.com/hyperledger/cactus/commit/4cace1dca3377e09d2ed37fdadeec6b125d47896))





# [0.8.0](https://github.com/hyperledger/cactus/compare/v0.7.0...v0.8.0) (2021-08-17)

**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": "0.8.0",
"version": "0.9.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 Down Expand Up @@ -69,16 +69,16 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-api-client": "0.8.0",
"@hyperledger/cactus-cmd-api-server": "0.8.0",
"@hyperledger/cactus-common": "0.8.0",
"@hyperledger/cactus-core": "0.8.0",
"@hyperledger/cactus-core-api": "0.8.0",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "0.8.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.8.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.8.0",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "0.8.0",
"@hyperledger/cactus-test-tooling": "0.8.0",
"@hyperledger/cactus-api-client": "0.9.0",
"@hyperledger/cactus-cmd-api-server": "0.9.0",
"@hyperledger/cactus-common": "0.9.0",
"@hyperledger/cactus-core": "0.9.0",
"@hyperledger/cactus-core-api": "0.9.0",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "0.9.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "0.9.0",
"@hyperledger/cactus-test-tooling": "0.9.0",
"@openzeppelin/contracts": "4.2.0",
"@openzeppelin/contracts-upgradeable": "4.2.0",
"async-exit-hook": "2.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/hyperledger/cactus/compare/v0.8.0...v0.9.0) (2021-08-31)

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





# [0.8.0](https://github.com/hyperledger/cactus/compare/v0.7.0...v0.8.0) (2021-08-17)

**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": "0.8.0",
"version": "0.9.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 @@ -72,14 +72,14 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-api-client": "0.8.0",
"@hyperledger/cactus-common": "0.8.0",
"@hyperledger/cactus-core": "0.8.0",
"@hyperledger/cactus-core-api": "0.8.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.8.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.8.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.8.0",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "0.8.0",
"@hyperledger/cactus-api-client": "0.9.0",
"@hyperledger/cactus-common": "0.9.0",
"@hyperledger/cactus-core": "0.9.0",
"@hyperledger/cactus-core-api": "0.9.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.9.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "0.9.0",
"async-exit-hook": "2.0.1",
"axios": "0.21.1",
"express": "4.17.1",
Expand Down
16 changes: 16 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,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/hyperledger/cactus/compare/v0.8.0...v0.9.0) (2021-08-31)


### Bug Fixes

* **examples:** front-end packages missing browserify polyfills [#1224](https://github.com/hyperledger/cactus/issues/1224) ([4cc6f2c](https://github.com/hyperledger/cactus/commit/4cc6f2c5d3345a7af8cc04b9218c38d7670872a8))


### Features

* **cmd-api-server:** support grpc web services [#1189](https://github.com/hyperledger/cactus/issues/1189) ([4cace1d](https://github.com/hyperledger/cactus/commit/4cace1dca3377e09d2ed37fdadeec6b125d47896))





# [0.8.0](https://github.com/hyperledger/cactus/compare/v0.7.0...v0.8.0) (2021-08-17)

**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": "0.8.0",
"version": "0.9.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": "12.2.0",
"@angular/platform-browser-dynamic": "12.2.0",
"@angular/router": "12.2.0",
"@hyperledger/cactus-api-client": "0.8.0",
"@hyperledger/cactus-common": "0.8.0",
"@hyperledger/cactus-core-api": "0.8.0",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "0.8.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.8.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.8.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.8.0",
"@hyperledger/cactus-api-client": "0.9.0",
"@hyperledger/cactus-common": "0.9.0",
"@hyperledger/cactus-core-api": "0.9.0",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "0.9.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.9.0",
"@ionic-native/core": "5.35.0",
"@ionic-native/splash-screen": "5.35.0",
"@ionic-native/status-bar": "5.35.0",
Expand Down
12 changes: 12 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,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/hyperledger/cactus/compare/v0.8.0...v0.9.0) (2021-08-31)


### Features

* besu private transaction support ([53b4980](https://github.com/hyperledger/cactus/commit/53b49808615aced96b628bf1498a1b62c5c9ca42))
* **cmd-api-server:** support grpc web services [#1189](https://github.com/hyperledger/cactus/issues/1189) ([4cace1d](https://github.com/hyperledger/cactus/commit/4cace1dca3377e09d2ed37fdadeec6b125d47896))





# [0.8.0](https://github.com/hyperledger/cactus/compare/v0.7.0...v0.8.0) (2021-08-17)


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": "0.8.0",
"version": "0.9.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 @@ -63,19 +63,19 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-api-client": "0.8.0",
"@hyperledger/cactus-cmd-api-server": "0.8.0",
"@hyperledger/cactus-common": "0.8.0",
"@hyperledger/cactus-core": "0.8.0",
"@hyperledger/cactus-core-api": "0.8.0",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "0.8.0",
"@hyperledger/cactus-example-supply-chain-frontend": "0.8.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.8.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.8.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.8.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.8.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.8.0",
"@hyperledger/cactus-test-tooling": "0.8.0",
"@hyperledger/cactus-api-client": "0.9.0",
"@hyperledger/cactus-cmd-api-server": "0.9.0",
"@hyperledger/cactus-common": "0.9.0",
"@hyperledger/cactus-core": "0.9.0",
"@hyperledger/cactus-core-api": "0.9.0",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "0.9.0",
"@hyperledger/cactus-example-supply-chain-frontend": "0.9.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.9.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.9.0",
"@hyperledger/cactus-test-tooling": "0.9.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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/hyperledger/cactus/compare/v0.8.0...v0.9.0) (2021-08-31)

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





# [0.8.0](https://github.com/hyperledger/cactus/compare/v0.7.0...v0.8.0) (2021-08-17)

**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": "0.8.0",
"version": "0.9.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 @@ -72,15 +72,15 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-api-client": "0.8.0",
"@hyperledger/cactus-common": "0.8.0",
"@hyperledger/cactus-core": "0.8.0",
"@hyperledger/cactus-core-api": "0.8.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.8.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.8.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.8.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.8.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.8.0",
"@hyperledger/cactus-api-client": "0.9.0",
"@hyperledger/cactus-common": "0.9.0",
"@hyperledger/cactus-core": "0.9.0",
"@hyperledger/cactus-core-api": "0.9.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.9.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.9.0",
"async-exit-hook": "2.0.1",
"axios": "0.21.1",
"express": "4.17.1",
Expand Down
16 changes: 16 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,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/hyperledger/cactus/compare/v0.8.0...v0.9.0) (2021-08-31)


### Bug Fixes

* **examples:** front-end packages missing browserify polyfills [#1224](https://github.com/hyperledger/cactus/issues/1224) ([4cc6f2c](https://github.com/hyperledger/cactus/commit/4cc6f2c5d3345a7af8cc04b9218c38d7670872a8))


### Features

* **cmd-api-server:** support grpc web services [#1189](https://github.com/hyperledger/cactus/issues/1189) ([4cace1d](https://github.com/hyperledger/cactus/commit/4cace1dca3377e09d2ed37fdadeec6b125d47896))





# [0.8.0](https://github.com/hyperledger/cactus/compare/v0.7.0...v0.8.0) (2021-08-17)

**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": "0.8.0",
"version": "0.9.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,14 +22,14 @@
"@angular/platform-browser": "12.2.0",
"@angular/platform-browser-dynamic": "12.2.0",
"@angular/router": "12.2.0",
"@hyperledger/cactus-api-client": "0.8.0",
"@hyperledger/cactus-common": "0.8.0",
"@hyperledger/cactus-core-api": "0.8.0",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "0.8.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.8.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.8.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.8.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.8.0",
"@hyperledger/cactus-api-client": "0.9.0",
"@hyperledger/cactus-common": "0.9.0",
"@hyperledger/cactus-core-api": "0.9.0",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "0.9.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.9.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.9.0",
"@ionic-native/core": "5.35.0",
"@ionic-native/splash-screen": "5.35.0",
"@ionic-native/status-bar": "5.35.0",
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/hyperledger/cactus/compare/v0.8.0...v0.9.0) (2021-08-31)


### Features

* besu private transaction support ([53b4980](https://github.com/hyperledger/cactus/commit/53b49808615aced96b628bf1498a1b62c5c9ca42))





# [0.8.0](https://github.com/hyperledger/cactus/compare/v0.7.0...v0.8.0) (2021-08-17)

**Note:** Version bump only for package @hyperledger/cactus-plugin-object-store-ipfs
Expand Down
10 changes: 5 additions & 5 deletions extensions/cactus-plugin-object-store-ipfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-plugin-object-store-ipfs",
"version": "0.8.0",
"version": "0.9.0",
"description": "IPFS backed objec store plugin implementation for Hyperledger Cactus",
"main": "dist/lib/main/typescript/index.js",
"mainMinified": "dist/cactus-plugin-object-store-ipfs.node.umd.min.js",
Expand Down Expand Up @@ -72,17 +72,17 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-common": "0.8.0",
"@hyperledger/cactus-core": "0.8.0",
"@hyperledger/cactus-core-api": "0.8.0",
"@hyperledger/cactus-common": "0.9.0",
"@hyperledger/cactus-core": "0.9.0",
"@hyperledger/cactus-core-api": "0.9.0",
"axios": "0.21.1",
"ipfs-http-client": "51.0.1",
"run-time-error": "1.4.0",
"typescript-optional": "2.0.1",
"uuid": "8.3.2"
},
"devDependencies": {
"@hyperledger/cactus-test-tooling": "0.8.0",
"@hyperledger/cactus-test-tooling": "0.9.0",
"@types/express": "4.17.13",
"express": "4.17.1",
"ipfs-core-types": "0.6.1",
Expand Down
Loading

0 comments on commit e7b60a0

Please sign in to comment.