Skip to content

Commit

Permalink
chore(release): publish v0.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Somogyvari <[email protected]>
  • Loading branch information
petermetz committed Aug 10, 2021
1 parent b0688e8 commit 91bb1f8
Show file tree
Hide file tree
Showing 68 changed files with 554 additions and 214 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.7.0](https://github.com/petermetz/cactus/compare/v0.6.0...v0.7.0) (2021-08-04)


### Bug Fixes

* **connector-corda:** fix build broken by operationId rename ([291dd3b](https://github.com/petermetz/cactus/commit/291dd3bc666939fffbc3780eaefd9059c756878a))
* **examples/discounted-cartrade:** update default.json to activate trade process ([dd5c3f1](https://github.com/petermetz/cactus/commit/dd5c3f12e6c08a5798ef5b7f794114242a1b1e94))


### Features

* **aws-sm:** added keychain plugin for aws secret manager ([ed6db9e](https://github.com/petermetz/cactus/commit/ed6db9edc2064046308be91b73f620cbb2a6fb58)), closes [#912](https://github.com/petermetz/cactus/issues/912)
* **azure-kv:** added keychain plugin for azure keyvault ([69e7b50](https://github.com/petermetz/cactus/commit/69e7b50f127fbf247a43288353388782a4301686)), closes [#971](https://github.com/petermetz/cactus/issues/971)
* **besu:** record locator ([2410d6d](https://github.com/petermetz/cactus/commit/2410d6d4430f5b1f587befa01824a7674c6e11fa))
* **connector-fabric:** endorsing peers request arg [#1122](https://github.com/petermetz/cactus/issues/1122) ([c6057a7](https://github.com/petermetz/cactus/commit/c6057a7ac508f3bd8da8c9611414a627ff772024)), closes [#1123](https://github.com/petermetz/cactus/issues/1123) [#1130](https://github.com/petermetz/cactus/issues/1130)
* **connector-fabric:** identity json signing credentials [#1130](https://github.com/petermetz/cactus/issues/1130) ([bc262a2](https://github.com/petermetz/cactus/commit/bc262a24ae654899e8941e7910953c6c561ea778)), closes [#1124](https://github.com/petermetz/cactus/issues/1124)
* **example:** add README on examples/discounted-cartrade ([2eac8bf](https://github.com/petermetz/cactus/commit/2eac8bf8c819911ded6cbdf2368398fbd6977a64))
* **examples/discounted_cartrade:** add preferredcustomer-jugdement ([43be168](https://github.com/petermetz/cactus/commit/43be16828581ebf0fabb4b0e8356e052bbcd8760))
* **google-sm:** added keychain plugin for google secret manager ([1419b2c](https://github.com/petermetz/cactus/commit/1419b2c8c1b12a08e940ba4f0ff824420d88c233)), closes [#983](https://github.com/petermetz/cactus/issues/983)
* **validator-indy:** enhance the request feature on Validator-Indy [#1181](https://github.com/hyperledger/cactus/issues/1181





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


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.7.0](https://github.com/hyperledger/cactus/compare/v0.6.0...v0.7.0) (2021-08-04)

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





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


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.6.0",
"version": "0.7.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.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",
"@hyperledger/cactus-api-client": "0.7.0",
"@hyperledger/cactus-cmd-api-server": "0.7.0",
"@hyperledger/cactus-common": "0.7.0",
"@hyperledger/cactus-core": "0.7.0",
"@hyperledger/cactus-core-api": "0.7.0",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "0.7.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.7.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.7.0",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "0.7.0",
"@hyperledger/cactus-test-tooling": "0.7.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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.0](https://github.com/hyperledger/cactus/compare/v0.6.0...v0.7.0) (2021-08-04)

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





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


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.6.0",
"version": "0.7.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.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",
"@hyperledger/cactus-api-client": "0.7.0",
"@hyperledger/cactus-common": "0.7.0",
"@hyperledger/cactus-core": "0.7.0",
"@hyperledger/cactus-core-api": "0.7.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.7.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.7.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.7.0",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "0.7.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.7.0](https://github.com/hyperledger/cactus/compare/v0.6.0...v0.7.0) (2021-08-04)

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





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


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

# [0.7.0](https://github.com/hyperledger/cactus/compare/v0.6.0...v0.7.0) (2021-08-04)

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





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


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.6.0",
"version": "0.7.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.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",
"@hyperledger/cactus-api-client": "0.7.0",
"@hyperledger/cactus-cmd-api-server": "0.7.0",
"@hyperledger/cactus-common": "0.7.0",
"@hyperledger/cactus-core": "0.7.0",
"@hyperledger/cactus-core-api": "0.7.0",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "0.7.0",
"@hyperledger/cactus-example-supply-chain-frontend": "0.7.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.7.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.7.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.7.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.7.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.7.0",
"@hyperledger/cactus-test-tooling": "0.7.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.7.0](https://github.com/hyperledger/cactus/compare/v0.6.0...v0.7.0) (2021-08-04)

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





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


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.6.0",
"version": "0.7.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.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",
"@hyperledger/cactus-api-client": "0.7.0",
"@hyperledger/cactus-common": "0.7.0",
"@hyperledger/cactus-core": "0.7.0",
"@hyperledger/cactus-core-api": "0.7.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.7.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.7.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.7.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.7.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.7.0",
"async-exit-hook": "2.0.1",
"axios": "0.21.1",
"express": "4.17.1",
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.0](https://github.com/hyperledger/cactus/compare/v0.6.0...v0.7.0) (2021-08-04)

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





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


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

# [0.7.0](https://github.com/hyperledger/cactus/compare/v0.6.0...v0.7.0) (2021-08-04)

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





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


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.6.0",
"version": "0.7.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.6.0",
"@hyperledger/cactus-core": "0.6.0",
"@hyperledger/cactus-core-api": "0.6.0",
"@hyperledger/cactus-common": "0.7.0",
"@hyperledger/cactus-core": "0.7.0",
"@hyperledger/cactus-core-api": "0.7.0",
"axios": "0.21.1",
"ipfs-http-client": "50.1.0",
"run-time-error": "1.4.0",
"typescript-optional": "2.0.1",
"uuid": "8.3.2"
},
"devDependencies": {
"@hyperledger/cactus-test-tooling": "0.6.0",
"@hyperledger/cactus-test-tooling": "0.7.0",
"@types/express": "4.17.8",
"express": "4.17.1",
"ipfs-core-types": "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"examples/cactus-*",
"extensions/cactus-*"
],
"version": "0.6.0",
"version": "0.7.0",
"npmClient": "yarn",
"useWorkspaces": "true",
"command": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cactus-api-client/CHANGELOG.md
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.7.0](https://github.com/hyperledger/cactus/compare/v0.6.0...v0.7.0) (2021-08-04)

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





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


Expand Down
Loading

0 comments on commit 91bb1f8

Please sign in to comment.