Skip to content

Commit

Permalink
chore(release): publish v0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Somogyvari <[email protected]>
  • Loading branch information
petermetz committed Mar 30, 2021
1 parent d04426b commit b03611f
Show file tree
Hide file tree
Showing 68 changed files with 684 additions and 174 deletions.
114 changes: 114 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

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.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30)


### Features

* **example:** example extended with fabric ([55d6587](https://github.com/hyperledger/cactus/commit/55d65872dc689ee3b319c23515c1fea1df0a6444))





# [0.3.0](https://github.com/hyperledger/cactus/compare/v0.1.0...v0.3.0) (2021-01-06)

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

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

37 changes: 20 additions & 17 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.3.0",
"version": "0.4.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 @@ -32,7 +32,10 @@
"ignore": [
"src/**/generated/*"
],
"extensions": ["ts", "json"],
"extensions": [
"ts",
"json"
],
"quiet": true,
"verbose": false,
"runOnChangeOnly": true
Expand Down Expand Up @@ -76,29 +79,29 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-api-client": "0.3.0",
"@hyperledger/cactus-cmd-api-server": "0.3.0",
"@hyperledger/cactus-common": "0.3.0",
"@hyperledger/cactus-core": "0.3.0",
"@hyperledger/cactus-core-api": "0.3.0",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "0.3.0",
"@hyperledger/cactus-example-supply-chain-frontend": "0.3.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.3.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.3.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.3.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.3.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.3.0",
"@hyperledger/cactus-test-tooling": "0.3.0",
"@hyperledger/cactus-api-client": "0.4.0",
"@hyperledger/cactus-cmd-api-server": "0.4.0",
"@hyperledger/cactus-common": "0.4.0",
"@hyperledger/cactus-core": "0.4.0",
"@hyperledger/cactus-core-api": "0.4.0",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "0.4.0",
"@hyperledger/cactus-example-supply-chain-frontend": "0.4.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.4.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.4.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.4.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.4.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.4.0",
"@hyperledger/cactus-test-tooling": "0.4.0",
"async-exit-hook": "2.0.1",
"axios": "0.21.1",
"express": "4.17.1",
"fabric-network": "1.4.13",
"jose": "1.28.0",
"openapi-types": "7.0.1",
"solc": "0.7.1",
"typescript-optional": "2.0.1",
"uuid": "8.3.0",
"web3-core": "1.3.0",
"fabric-network": "1.4.13"
"web3-core": "1.3.0"
},
"devDependencies": {
"@types/express": "4.17.8",
Expand Down
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.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30)


### Features

* **example:** example extended with fabric ([55d6587](https://github.com/hyperledger/cactus/commit/55d65872dc689ee3b319c23515c1fea1df0a6444))





# [0.3.0](https://github.com/hyperledger/cactus/compare/v0.1.0...v0.3.0) (2021-01-06)

**Note:** Version bump only for package @hyperledger/cactus-example-supply-chain-business-logic-plugin
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.3.0",
"version": "0.4.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 @@ -80,15 +80,15 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-api-client": "0.3.0",
"@hyperledger/cactus-common": "0.3.0",
"@hyperledger/cactus-core": "0.3.0",
"@hyperledger/cactus-core-api": "0.3.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.3.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.3.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.3.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.3.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.3.0",
"@hyperledger/cactus-api-client": "0.4.0",
"@hyperledger/cactus-common": "0.4.0",
"@hyperledger/cactus-core": "0.4.0",
"@hyperledger/cactus-core-api": "0.4.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.4.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.4.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.4.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.4.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.4.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-supply-chain-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.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30)


### Features

* **example:** example extended with fabric ([55d6587](https://github.com/hyperledger/cactus/commit/55d65872dc689ee3b319c23515c1fea1df0a6444))





# [0.3.0](https://github.com/hyperledger/cactus/compare/v0.1.0...v0.3.0) (2021-01-06)

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

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

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.3.0",
"version": "0.4.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": "~10.0.0",
"@angular/platform-browser-dynamic": "~10.0.0",
"@angular/router": "~10.0.0",
"@hyperledger/cactus-api-client": "0.3.0",
"@hyperledger/cactus-common": "0.3.0",
"@hyperledger/cactus-core-api": "0.3.0",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "0.3.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.3.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.3.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.3.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.3.0",
"@hyperledger/cactus-api-client": "0.4.0",
"@hyperledger/cactus-common": "0.4.0",
"@hyperledger/cactus-core-api": "0.4.0",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "0.4.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.4.0",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.4.0",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.4.0",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.4.0",
"@ionic-native/core": "^5.0.0",
"@ionic-native/splash-screen": "^5.0.0",
"@ionic-native/status-bar": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/cactus-*",
"examples/cactus-*"
],
"version": "0.3.0",
"version": "0.4.0",
"command": {
"version": {
"message": "chore(release): publish"
Expand Down
14 changes: 14 additions & 0 deletions packages/cactus-api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30)


### Bug Fixes

* **api-client:** flaky DefaultConsortiumProvider test [#605](https://github.com/hyperledger/cactus/issues/605) ([2ff9a25](https://github.com/hyperledger/cactus/commit/2ff9a25c316b8567e8393748386f4187cd58ea48))
* **cockpit:** compilation issues [#496](https://github.com/hyperledger/cactus/issues/496) ([fad9fff](https://github.com/hyperledger/cactus/commit/fad9fffb59136f1fdbcef4645a0da3ccd2913233))
* **general:** fixed unused deps and updated them ([b76a970](https://github.com/hyperledger/cactus/commit/b76a9703341c5a4cabe056e743338cbedebbeaad))
* dci lint errors [#514](https://github.com/hyperledger/cactus/issues/514) ([99ab3af](https://github.com/hyperledger/cactus/commit/99ab3afa23b043d4d5b7d6f75db33d4256a11af9))





# [0.3.0](https://github.com/hyperledger/cactus/compare/v0.1.0...v0.3.0) (2021-01-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/cactus-api-client/package-lock.json

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

17 changes: 9 additions & 8 deletions packages/cactus-api-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-api-client",
"version": "0.3.0",
"version": "0.4.0",
"description": "Universal library used by both front end and back end components of Cactus. Aims to be a developer swiss army knife.",
"main": "dist/lib/main/typescript/index.js",
"mainMinified": "dist/cactus-api-client.node.umd.min.js",
Expand Down Expand Up @@ -31,7 +31,10 @@
"ignore": [
"src/**/generated/*"
],
"extensions": ["ts", "json"],
"extensions": [
"ts",
"json"
],
"quiet": true,
"verbose": false,
"runOnChangeOnly": true
Expand Down Expand Up @@ -78,11 +81,9 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-common": "0.3.0",
"@hyperledger/cactus-core": "0.3.0",
"@hyperledger/cactus-core-api": "0.3.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.3.0"
},
"devDependencies": {
"@hyperledger/cactus-common": "0.4.0",
"@hyperledger/cactus-core": "0.4.0",
"@hyperledger/cactus-core-api": "0.4.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.4.0"
}
}
19 changes: 19 additions & 0 deletions packages/cactus-cmd-api-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30)


### Bug Fixes

* **cmd-api-server:** config generator emits correct type ([ecd63b9](https://github.com/hyperledger/cactus/commit/ecd63b9fac831f198f0f979754a7790f61133f49)), closes [#598](https://github.com/hyperledger/cactus/issues/598)
* **cmd-api-server:** missing pretsc npm script [#500](https://github.com/hyperledger/cactus/issues/500) ([a79b11a](https://github.com/hyperledger/cactus/commit/a79b11a3a0001a9fb9732da295451f1b424e7b35))
* **general:** fixed unused deps and updated them ([b76a970](https://github.com/hyperledger/cactus/commit/b76a9703341c5a4cabe056e743338cbedebbeaad))


### Features

* **core-api:** plugin import types: LOCAL & REMOTE ([f4d51da](https://github.com/hyperledger/cactus/commit/f4d51dae5b28367e714a2b9aa35dd84a2cb4cb37))
* **keychain:** add rust keychain plugin vault implementation ([6dcdb8a](https://github.com/hyperledger/cactus/commit/6dcdb8a02db30e4dfe3d912bd56d5979b0cb3bc3))





# [0.3.0](https://github.com/hyperledger/cactus/compare/v0.1.0...v0.3.0) (2021-01-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/cactus-cmd-api-server/package-lock.json

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

19 changes: 9 additions & 10 deletions packages/cactus-cmd-api-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-cmd-api-server",
"version": "0.3.0",
"version": "0.4.0",
"description": "API server that combines and exposes all the functionality of a Cactus deployment through a unified REST API interface.",
"bin": {
"cactusapi": "./dist/lib/main/typescript/cmd/cactus-api.js"
Expand Down Expand Up @@ -83,13 +83,12 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-cockpit": "0.3.0",
"@hyperledger/cactus-common": "0.3.0",
"@hyperledger/cactus-core": "0.3.0",
"@hyperledger/cactus-core-api": "0.3.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.3.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.3.0",

"@hyperledger/cactus-cockpit": "0.4.0",
"@hyperledger/cactus-common": "0.4.0",
"@hyperledger/cactus-core": "0.4.0",
"@hyperledger/cactus-core-api": "0.4.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.4.0",
"@hyperledger/cactus-plugin-keychain-memory": "0.4.0",
"axios": "0.21.1",
"body-parser": "1.19.0",
"compression": "1.7.4",
Expand All @@ -105,8 +104,8 @@
"uuid": "7.0.2"
},
"devDependencies": {
"@hyperledger/cactus-plugin-keychain-vault": "0.3.0",
"@hyperledger/cactus-test-tooling": "0.3.0",
"@hyperledger/cactus-plugin-keychain-vault": "0.4.0",
"@hyperledger/cactus-test-tooling": "0.4.0",
"@types/compression": "1.7.0",
"@types/convict": "5.2.1",
"@types/cors": "2.8.6",
Expand Down
13 changes: 13 additions & 0 deletions packages/cactus-cockpit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/hyperledger/cactus/compare/v0.3.0...v0.4.0) (2021-03-30)


### Bug Fixes

* **general:** fixed unused deps and updated them ([b76a970](https://github.com/hyperledger/cactus/commit/b76a9703341c5a4cabe056e743338cbedebbeaad))
* dci lint errors [#514](https://github.com/hyperledger/cactus/issues/514) ([99ab3af](https://github.com/hyperledger/cactus/commit/99ab3afa23b043d4d5b7d6f75db33d4256a11af9))
* **cockpit:** compilation issues [#496](https://github.com/hyperledger/cactus/issues/496) ([fad9fff](https://github.com/hyperledger/cactus/commit/fad9fffb59136f1fdbcef4645a0da3ccd2913233))





# [0.3.0](https://github.com/hyperledger/cactus/compare/v0.1.0...v0.3.0) (2021-01-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/cactus-cockpit/package-lock.json

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

Loading

0 comments on commit b03611f

Please sign in to comment.