Skip to content

Commit

Permalink
chore(release): publish v0.8.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 17, 2021
1 parent 57afe15 commit 63d34d0
Show file tree
Hide file tree
Showing 68 changed files with 818 additions and 499 deletions.
540 changes: 277 additions & 263 deletions CHANGELOG.md

Large diffs are not rendered by default.

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





# [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
Expand Down
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.7.0",
"version": "0.8.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.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",
"@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",
"@openzeppelin/contracts": "3.3.0",
"@openzeppelin/contracts-upgradeable": "3.4.1",
"async-exit-hook": "2.0.1",
Expand All @@ -99,4 +99,4 @@
"http-status-codes": "2.1.4",
"jose": "1.27.2"
}
}
}
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.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





# [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
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.7.0",
"version": "0.8.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.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",
"@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",
"async-exit-hook": "2.0.1",
"axios": "0.21.1",
"express": "4.17.1",
Expand All @@ -92,4 +92,4 @@
"@types/ssh2": "0.5.46",
"@types/uuid": "8.0.1"
}
}
}
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.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





# [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
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.7.0",
"version": "0.8.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.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",
"@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",
"@ionic-native/core": "5.34.0",
"@ionic-native/splash-screen": "5.34.0",
"@ionic-native/status-bar": "5.34.0",
Expand Down
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

* **plugin-consortium-manual:** drop repo constructor arg [#1199](https://github.com/hyperledger/cactus/issues/1199) ([7b424d4](https://github.com/hyperledger/cactus/commit/7b424d465dd7c11900e0afea5c32514a9b585084))





# [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
Expand Down
30 changes: 15 additions & 15 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.7.0",
"version": "0.8.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.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",
"@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",
"async-exit-hook": "2.0.1",
"axios": "0.21.1",
"express": "4.17.1",
Expand All @@ -91,4 +91,4 @@
"@types/express": "4.17.8",
"@types/uuid": "8.0.1"
}
}
}
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.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





# [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
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.7.0",
"version": "0.8.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.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",
"@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",
"async-exit-hook": "2.0.1",
"axios": "0.21.1",
"express": "4.17.1",
Expand All @@ -93,4 +93,4 @@
"@types/ssh2": "0.5.46",
"@types/uuid": "8.0.1"
}
}
}
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.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





# [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
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.7.0",
"version": "0.8.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.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",
"@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",
"@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.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





# [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
Expand Down
12 changes: 6 additions & 6 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.7.0",
"version": "0.8.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,19 +72,19 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-common": "0.7.0",
"@hyperledger/cactus-core": "0.7.0",
"@hyperledger/cactus-core-api": "0.7.0",
"@hyperledger/cactus-common": "0.8.0",
"@hyperledger/cactus-core": "0.8.0",
"@hyperledger/cactus-core-api": "0.8.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.7.0",
"@hyperledger/cactus-test-tooling": "0.8.0",
"@types/express": "4.17.8",
"express": "4.17.1",
"ipfs-core-types": "0.5.0"
}
}
}
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.7.0",
"version": "0.8.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.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-api-client





# [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
Expand Down
Loading

0 comments on commit 63d34d0

Please sign in to comment.