Skip to content

Commit

Permalink
chore(release): publish v0.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Somogyvari <[email protected]>
  • Loading branch information
petermetz committed Apr 3, 2021
1 parent bfc9c19 commit 277e2d7
Show file tree
Hide file tree
Showing 62 changed files with 359 additions and 120 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.1](https://github.com/petermetz/cactus/compare/v0.4.0...v0.4.1) (2021-04-02)


### Bug Fixes

* **connector-corda:** regenerate kotlin backend with correct version ([34f8e17](https://github.com/petermetz/cactus/commit/34f8e17a06a8b58647e8d5e59b9d32d15ef6c8ef))
* **connector-fabric:** cve-2020-7774 Prototype Pollution high sev. [#745](https://github.com/petermetz/cactus/issues/745) ([6114cef](https://github.com/petermetz/cactus/commit/6114ceff5c078674993af319653dc770a2011983))
* **docs:** supply chain example container image exact versions [#751](https://github.com/petermetz/cactus/issues/751) ([bfc9c19](https://github.com/petermetz/cactus/commit/bfc9c19969267e1db861ced28f4859251446570d))
* **examples:** add explanations about docker group to examples/electricity-trade and examples/cartrade ([6174cbd](https://github.com/petermetz/cactus/commit/6174cbd32c8b849a6c736ff44dc5baa225b46f24))
* **examples:** add explanations about docker group to examples/electricity-trade and examples/cartrade-2 ([74119a0](https://github.com/petermetz/cactus/commit/74119a05cc4b5416baeac0caba1a01ab4c7af936))
* **ledger-plugin:** restore packages/package.json ([a93e451](https://github.com/petermetz/cactus/commit/a93e4511ca05dc242697e4bc91618318f9d4e85d))
* **release:** package.json publish config non-public [#753](https://github.com/petermetz/cactus/issues/753) ([5a1b7a6](https://github.com/petermetz/cactus/commit/5a1b7a6eba9a18d4f7474a3c44d4a4035fc99e84))


### Features

* **api-server:** add prometheus exporter ([c348aa4](https://github.com/petermetz/cactus/commit/c348aa4f858536bca350af6abd524a5d345aacc7)), closes [#539](https://github.com/petermetz/cactus/issues/539)
* **connector-fabric:** common interface ([c35cfe7](https://github.com/petermetz/cactus/commit/c35cfe755c75ae860fdf28eb7fc89215557635c5))
* **corda-connector:** dsl to support collections, enums [#622](https://github.com/petermetz/cactus/issues/622) ([78e6754](https://github.com/petermetz/cactus/commit/78e675424ebed5bb36e5d076252a05a424e5a170))





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


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.4.1](https://github.com/hyperledger/cactus/compare/v0.4.0...v0.4.1) (2021-04-02)


### Bug Fixes

* **release:** package.json publish config non-public [#753](https://github.com/hyperledger/cactus/issues/753) ([5a1b7a6](https://github.com/hyperledger/cactus/commit/5a1b7a6eba9a18d4f7474a3c44d4a4035fc99e84))





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


Expand Down

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-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.4.0",
"version": "0.4.1",
"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,18 +82,18 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-api-client": "0.4.0",
"@hyperledger/cactus-cmd-api-server": "0.4.0",
"@hyperledger/cactus-api-client": "0.4.1",
"@hyperledger/cactus-cmd-api-server": "0.4.1",
"@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-core": "0.4.1",
"@hyperledger/cactus-core-api": "0.4.1",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "0.4.1",
"@hyperledger/cactus-example-supply-chain-frontend": "0.4.1",
"@hyperledger/cactus-plugin-consortium-manual": "0.4.1",
"@hyperledger/cactus-plugin-keychain-memory": "0.4.1",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.4.1",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.4.1",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.4.1",
"@hyperledger/cactus-test-tooling": "0.4.0",
"async-exit-hook": "2.0.1",
"axios": "0.21.1",
Expand Down
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.4.1](https://github.com/hyperledger/cactus/compare/v0.4.0...v0.4.1) (2021-04-02)


### Bug Fixes

* **release:** package.json publish config non-public [#753](https://github.com/hyperledger/cactus/issues/753) ([5a1b7a6](https://github.com/hyperledger/cactus/commit/5a1b7a6eba9a18d4f7474a3c44d4a4035fc99e84))


### Features

* **connector-fabric:** common interface ([c35cfe7](https://github.com/hyperledger/cactus/commit/c35cfe755c75ae860fdf28eb7fc89215557635c5))





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


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.4.0",
"version": "0.4.1",
"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.4.0",
"@hyperledger/cactus-api-client": "0.4.1",
"@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",
"@hyperledger/cactus-core": "0.4.1",
"@hyperledger/cactus-core-api": "0.4.1",
"@hyperledger/cactus-plugin-consortium-manual": "0.4.1",
"@hyperledger/cactus-plugin-keychain-memory": "0.4.1",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.4.1",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.4.1",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.4.1",
"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.1](https://github.com/hyperledger/cactus/compare/v0.4.0...v0.4.1) (2021-04-02)


### Bug Fixes

* **release:** package.json publish config non-public [#753](https://github.com/hyperledger/cactus/issues/753) ([5a1b7a6](https://github.com/hyperledger/cactus/commit/5a1b7a6eba9a18d4f7474a3c44d4a4035fc99e84))





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


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-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.4.0",
"version": "0.4.1",
"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.4.0",
"@hyperledger/cactus-api-client": "0.4.1",
"@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",
"@hyperledger/cactus-core-api": "0.4.1",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "0.4.1",
"@hyperledger/cactus-plugin-consortium-manual": "0.4.1",
"@hyperledger/cactus-plugin-ledger-connector-besu": "0.4.1",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "0.4.1",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "0.4.1",
"@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.4.0",
"version": "0.4.1",
"command": {
"version": {
"message": "chore(release): publish"
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.4.1](https://github.com/hyperledger/cactus/compare/v0.4.0...v0.4.1) (2021-04-02)

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





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


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.

8 changes: 4 additions & 4 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.4.0",
"version": "0.4.1",
"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 @@ -82,8 +82,8 @@
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@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-core": "0.4.1",
"@hyperledger/cactus-core-api": "0.4.1",
"@hyperledger/cactus-plugin-consortium-manual": "0.4.1"
}
}
16 changes: 16 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,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.1](https://github.com/hyperledger/cactus/compare/v0.4.0...v0.4.1) (2021-04-02)


### Bug Fixes

* **release:** package.json publish config non-public [#753](https://github.com/hyperledger/cactus/issues/753) ([5a1b7a6](https://github.com/hyperledger/cactus/commit/5a1b7a6eba9a18d4f7474a3c44d4a4035fc99e84))


### Features

* **api-server:** add prometheus exporter ([c348aa4](https://github.com/hyperledger/cactus/commit/c348aa4f858536bca350af6abd524a5d345aacc7)), closes [#539](https://github.com/hyperledger/cactus/issues/539)





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


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.

14 changes: 7 additions & 7 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.4.0",
"version": "0.4.1",
"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 @@ -86,12 +86,12 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-cockpit": "0.4.0",
"@hyperledger/cactus-cockpit": "0.4.1",
"@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-core": "0.4.1",
"@hyperledger/cactus-core-api": "0.4.1",
"@hyperledger/cactus-plugin-consortium-manual": "0.4.1",
"@hyperledger/cactus-plugin-keychain-memory": "0.4.1",
"axios": "0.21.1",
"body-parser": "1.19.0",
"compression": "1.7.4",
Expand All @@ -108,7 +108,7 @@
"uuid": "7.0.2"
},
"devDependencies": {
"@hyperledger/cactus-plugin-keychain-vault": "0.4.0",
"@hyperledger/cactus-plugin-keychain-vault": "0.4.1",
"@hyperledger/cactus-test-tooling": "0.4.0",
"@types/compression": "1.7.0",
"@types/convict": "5.2.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/cactus-cockpit/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.1](https://github.com/hyperledger/cactus/compare/v0.4.0...v0.4.1) (2021-04-02)


### Bug Fixes

* **release:** package.json publish config non-public [#753](https://github.com/hyperledger/cactus/issues/753) ([5a1b7a6](https://github.com/hyperledger/cactus/commit/5a1b7a6eba9a18d4f7474a3c44d4a4035fc99e84))





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


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.

6 changes: 3 additions & 3 deletions packages/cactus-cockpit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/cactus-cockpit",
"version": "0.4.0",
"version": "0.4.1",
"files": [
"www/*"
],
Expand All @@ -26,9 +26,9 @@
"@angular/platform-browser": "11.2.1",
"@angular/platform-browser-dynamic": "11.2.1",
"@angular/router": "11.2.1",
"@hyperledger/cactus-api-client": "0.4.0",
"@hyperledger/cactus-api-client": "0.4.1",
"@hyperledger/cactus-common": "0.4.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.4.0",
"@hyperledger/cactus-plugin-consortium-manual": "0.4.1",
"@ionic-native/core": "5.0.0",
"@ionic-native/splash-screen": "5.0.0",
"@ionic-native/status-bar": "5.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/cactus-core-api/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.1](https://github.com/hyperledger/cactus/compare/v0.4.0...v0.4.1) (2021-04-02)


### Bug Fixes

* **release:** package.json publish config non-public [#753](https://github.com/hyperledger/cactus/issues/753) ([5a1b7a6](https://github.com/hyperledger/cactus/commit/5a1b7a6eba9a18d4f7474a3c44d4a4035fc99e84))





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


Expand Down
Loading

0 comments on commit 277e2d7

Please sign in to comment.