Skip to content

Commit

Permalink
chore(release): publish v1.0.0-rc.3
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz authored and takeutak committed Dec 7, 2021
1 parent 4a65b96 commit fdd8883
Show file tree
Hide file tree
Showing 86 changed files with 777 additions and 287 deletions.
58 changes: 47 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,61 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.0.0-rc.2](https://github.com/petermetz/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01)
# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07)


### Bug Fixes

* fixes issue 1444 invoking the onPluginInit ([0b4dc2e](https://github.com/petermetz/cactus/commit/0b4dc2eb121cb52d6038822efca434b9a0e4abcf)), closes [#1444](https://github.com/petermetz/cactus/issues/1444)
* **lint:** fix issue [#1359](https://github.com/petermetz/cactus/issues/1359) ([f7eb39b](https://github.com/petermetz/cactus/commit/f7eb39bb1392b2762adac3a189da071249f4eca3))
* **lint:** fix issue [#1359](https://github.com/petermetz/cactus/issues/1359) ([d067df2](https://github.com/petermetz/cactus/commit/d067df29db21325ba9b29b52d244066fce0e3a02))
* openapi validation for keychain-google-sm plugin ([45f8c7c](https://github.com/petermetz/cactus/commit/45f8c7c007e604b0fe54af6cba888eaaff15519b)), closes [#847](https://github.com/petermetz/cactus/issues/847)
* added a dummy package ([e1e8aee](https://github.com/hyperledger/cactus/commit/e1e8aee692dd0055e4f2b772590ad7386008c500)), closes [#1210](https://github.com/hyperledger/cactus/issues/1210)
* **cmd-api-server:** build occasionally broken - protoc-gen-ts [#1563](https://github.com/hyperledger/cactus/issues/1563) ([c2ecba5](https://github.com/hyperledger/cactus/commit/c2ecba54396d5e72b28d9ad538460d3bde2ca6d0))
* **cmd-api-server:** cockpit off by default [#1239](https://github.com/hyperledger/cactus/issues/1239) ([10344b5](https://github.com/hyperledger/cactus/commit/10344b574013209f1cb96e37a01d0d79e629be1f))
* **connector-corda:** add script to remove files before generate them ([58d1ce9](https://github.com/hyperledger/cactus/commit/58d1ce9d5fb176c1e3b9a55e1a4e6cd9c673f682)), closes [#1559](https://github.com/hyperledger/cactus/issues/1559)
* **connector-fabric:** chain code deployment fails >1 scp concurrency ([71c9063](https://github.com/hyperledger/cactus/commit/71c9063a70d3ea77264d631272e792d339ffb1e3)), closes [#1570](https://github.com/hyperledger/cactus/issues/1570)
* **connector-quorum:** transaction with different credentials [#1098](https://github.com/hyperledger/cactus/issues/1098) ([af6c240](https://github.com/hyperledger/cactus/commit/af6c24045f3696b3a64d64182afbd610c6409b17))
* **deps:** sibling package dependencies keychain-memory 0.6.0 [#1532](https://github.com/hyperledger/cactus/issues/1532) ([d01d72d](https://github.com/hyperledger/cactus/commit/d01d72d36200d47acac89f7ab90f6ddc96afba6f))
* endpoints implementation in corda plugin ([21a22b5](https://github.com/hyperledger/cactus/commit/21a22b574fb2e08c8c69106a6b3ecf1cb252c654)), closes [#1346](https://github.com/hyperledger/cactus/issues/1346)
* fixes 1445 and implementing correct interface types ([9022064](https://github.com/hyperledger/cactus/commit/9022064e245a92f71d2d303d77bfdaf64d1b1678)), closes [#1445](https://github.com/hyperledger/cactus/issues/1445)
* openapi validation for corda server endpoints ([21fc5ba](https://github.com/hyperledger/cactus/commit/21fc5ba874e0d1974a7e9524aff5103bb8af4b53))
* openapi validation for keychain-aws-sm plugin ([b270d28](https://github.com/hyperledger/cactus/commit/b270d2891d88149caa3de66096e727e82df0233e)), closes [#847](https://github.com/hyperledger/cactus/issues/847)
* **security:** remedy CVE-2021-3749 ([b33aa90](https://github.com/hyperledger/cactus/commit/b33aa904cfa3794357c77b24f464d41a325f1d80)), closes [#1569](https://github.com/hyperledger/cactus/issues/1569)
* **security:** upgrade fabric-common to 2.2.10 or later ([45c4a69](https://github.com/hyperledger/cactus/commit/45c4a69fb86964bc4e7018c31c5914a0063c7638)), closes [#1600](https://github.com/hyperledger/cactus/issues/1600)
* **supply-chain-app:** enable cockpit in supply-chain ([4a65b96](https://github.com/hyperledger/cactus/commit/4a65b96cfd83564343ec548c715946480ce228ea)), closes [#1622](https://github.com/hyperledger/cactus/issues/1622)
* **tools:** fix the names of scripts on README ([93360e1](https://github.com/hyperledger/cactus/commit/93360e12fa0e8af1d8c9fe73a3ebf955bc069201))


### Features

* allows for constructor args in quorum contract deploy ([cb3c8d8](https://github.com/petermetz/cactus/commit/cb3c8d85d7fa275faf94c1e45584a5736fffd562)), closes [#962](https://github.com/petermetz/cactus/issues/962)
* **common:** add Strings#isNonBlank() ([8d7d247](https://github.com/petermetz/cactus/commit/8d7d2473d749746e38931e27c8044889b0ce3394))
* **connector-fabric:** support for FabricSigningCredentialType.WsX509 ([50e666f](https://github.com/petermetz/cactus/commit/50e666fa522c3ae8b2f517e694c581f04c446e13))
* **htlc-coordinator:** new htlc coordinator ([28c97d3](https://github.com/petermetz/cactus/commit/28c97d33e97fa180f1b2b65d505f5ae36a9ddc25)), closes [#953](https://github.com/petermetz/cactus/issues/953)
* option to enable a graceful shutdown via cli ([c345cb0](https://github.com/petermetz/cactus/commit/c345cb0aeba4ae46440ba396bcd11ca0fa5a5c96))
* **plugin-keychain-memory-wasm:** add WebAssmebly PoC ([df94397](https://github.com/petermetz/cactus/commit/df9439789109715839b28ba4bce89da7bb9dcb00)), closes [#1281](https://github.com/petermetz/cactus/issues/1281)
* **core-api:** add weaver protocol buffer definitions [#1523](https://github.com/hyperledger/cactus/issues/1523) ([851c071](https://github.com/hyperledger/cactus/commit/851c071e13e2ed3748a9c52ae9d02fb85d235c9a))
* **docs:** upated maintainers list ([b5c94dc](https://github.com/hyperledger/cactus/commit/b5c94dc744c48040b5cadd49b8903534ba5998d1))
* **example:** make cartrade support more environments ([e7e0402](https://github.com/hyperledger/cactus/commit/e7e04026059b7c1dfd1c5bd8c65f052651464966))
* **odap:** first implemenation for odap plugin and endpoints ([51bf753](https://github.com/hyperledger/cactus/commit/51bf753d421cdd255c178036fe901eb9c1c04130))
* **test-tooling:** embed couch-db image in the faio ([95d956d](https://github.com/hyperledger/cactus/commit/95d956d9bbfb15b15b043a753f07cbf876c33707))
* **test-tooling:** env injenction for Besu, Fabric, Quorum AIOs ([bb0352d](https://github.com/hyperledger/cactus/commit/bb0352dad85a1acbb4fc4b34026f39f289cfa9c0)), closes [#1580](https://github.com/hyperledger/cactus/issues/1580)
* **test-tooling:** faio features and improvements ([794e8b8](https://github.com/hyperledger/cactus/commit/794e8b89aba5a7bc6144343607893bca64affda1))





# [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01)


### Bug Fixes

* fixes issue 1444 invoking the onPluginInit ([0b4dc2e](https://github.com/hyperledger/cactus/commit/0b4dc2eb121cb52d6038822efca434b9a0e4abcf)), closes [#1444](https://github.com/hyperledger/cactus/issues/1444)
* **lint:** fix issue [#1359](https://github.com/hyperledger/cactus/issues/1359) ([f7eb39b](https://github.com/hyperledger/cactus/commit/f7eb39bb1392b2762adac3a189da071249f4eca3))
* **lint:** fix issue [#1359](https://github.com/hyperledger/cactus/issues/1359) ([d067df2](https://github.com/hyperledger/cactus/commit/d067df29db21325ba9b29b52d244066fce0e3a02))
* openapi validation for keychain-google-sm plugin ([45f8c7c](https://github.com/hyperledger/cactus/commit/45f8c7c007e604b0fe54af6cba888eaaff15519b)), closes [#847](https://github.com/hyperledger/cactus/issues/847)


### Features

* allows for constructor args in quorum contract deploy ([cb3c8d8](https://github.com/hyperledger/cactus/commit/cb3c8d85d7fa275faf94c1e45584a5736fffd562)), closes [#962](https://github.com/hyperledger/cactus/issues/962)
* **common:** add Strings#isNonBlank() ([8d7d247](https://github.com/hyperledger/cactus/commit/8d7d2473d749746e38931e27c8044889b0ce3394))
* **connector-fabric:** support for FabricSigningCredentialType.WsX509 ([50e666f](https://github.com/hyperledger/cactus/commit/50e666fa522c3ae8b2f517e694c581f04c446e13))
* **htlc-coordinator:** new htlc coordinator ([28c97d3](https://github.com/hyperledger/cactus/commit/28c97d33e97fa180f1b2b65d505f5ae36a9ddc25)), closes [#953](https://github.com/hyperledger/cactus/issues/953)
* option to enable a graceful shutdown via cli ([c345cb0](https://github.com/hyperledger/cactus/commit/c345cb0aeba4ae46440ba396bcd11ca0fa5a5c96))
* **plugin-keychain-memory-wasm:** add WebAssmebly PoC ([df94397](https://github.com/hyperledger/cactus/commit/df9439789109715839b28ba4bce89da7bb9dcb00)), closes [#1281](https://github.com/hyperledger/cactus/issues/1281)



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

# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07)


### Bug Fixes

* **security:** upgrade fabric-common to 2.2.10 or later ([45c4a69](https://github.com/hyperledger/cactus/commit/45c4a69fb86964bc4e7018c31c5914a0063c7638)), closes [#1600](https://github.com/hyperledger/cactus/issues/1600)





# [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01)

**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": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"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": "1.0.0-rc.2",
"@hyperledger/cactus-cmd-api-server": "1.0.0-rc.2",
"@hyperledger/cactus-common": "1.0.0-rc.2",
"@hyperledger/cactus-core": "1.0.0-rc.2",
"@hyperledger/cactus-core-api": "1.0.0-rc.2",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "1.0.0-rc.2",
"@hyperledger/cactus-test-tooling": "1.0.0-rc.2",
"@hyperledger/cactus-api-client": "1.0.0-rc.3",
"@hyperledger/cactus-cmd-api-server": "1.0.0-rc.3",
"@hyperledger/cactus-common": "1.0.0-rc.3",
"@hyperledger/cactus-core": "1.0.0-rc.3",
"@hyperledger/cactus-core-api": "1.0.0-rc.3",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.0.0-rc.3",
"@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.3",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.3",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "1.0.0-rc.3",
"@hyperledger/cactus-test-tooling": "1.0.0-rc.3",
"@openzeppelin/contracts": "4.3.3",
"@openzeppelin/contracts-upgradeable": "4.3.3",
"async-exit-hook": "2.0.1",
Expand All @@ -99,4 +99,4 @@
"http-status-codes": "2.1.4",
"jose": "4.1.0"
}
}
}
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.

# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07)

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





# [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01)

**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": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"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 @@ -69,14 +69,14 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-api-client": "1.0.0-rc.2",
"@hyperledger/cactus-common": "1.0.0-rc.2",
"@hyperledger/cactus-core": "1.0.0-rc.2",
"@hyperledger/cactus-core-api": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "1.0.0-rc.2",
"@hyperledger/cactus-api-client": "1.0.0-rc.3",
"@hyperledger/cactus-common": "1.0.0-rc.3",
"@hyperledger/cactus-core": "1.0.0-rc.3",
"@hyperledger/cactus-core-api": "1.0.0-rc.3",
"@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.3",
"@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.3",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.3",
"@hyperledger/cactus-plugin-ledger-connector-xdai": "1.0.0-rc.3",
"async-exit-hook": "2.0.1",
"axios": "0.21.4",
"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.

# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07)

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





# [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01)

**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": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"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": "1.0.0-rc.2",
"@hyperledger/cactus-common": "1.0.0-rc.2",
"@hyperledger/cactus-core-api": "1.0.0-rc.2",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.2",
"@hyperledger/cactus-api-client": "1.0.0-rc.3",
"@hyperledger/cactus-common": "1.0.0-rc.3",
"@hyperledger/cactus-core-api": "1.0.0-rc.3",
"@hyperledger/cactus-example-carbon-accounting-business-logic-plugin": "1.0.0-rc.3",
"@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.3",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.3",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.3",
"@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.

# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07)


### Bug Fixes

* **security:** upgrade fabric-common to 2.2.10 or later ([45c4a69](https://github.com/hyperledger/cactus/commit/45c4a69fb86964bc4e7018c31c5914a0063c7638)), closes [#1600](https://github.com/hyperledger/cactus/issues/1600)
* **supply-chain-app:** enable cockpit in supply-chain ([4a65b96](https://github.com/hyperledger/cactus/commit/4a65b96cfd83564343ec548c715946480ce228ea)), closes [#1622](https://github.com/hyperledger/cactus/issues/1622)





# [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01)

**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": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"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 @@ -60,19 +60,19 @@
},
"homepage": "https://github.com/hyperledger/cactus#readme",
"dependencies": {
"@hyperledger/cactus-api-client": "1.0.0-rc.2",
"@hyperledger/cactus-cmd-api-server": "1.0.0-rc.2",
"@hyperledger/cactus-common": "1.0.0-rc.2",
"@hyperledger/cactus-core": "1.0.0-rc.2",
"@hyperledger/cactus-core-api": "1.0.0-rc.2",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.0.0-rc.2",
"@hyperledger/cactus-example-supply-chain-frontend": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.2",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.0.0-rc.2",
"@hyperledger/cactus-test-tooling": "1.0.0-rc.2",
"@hyperledger/cactus-api-client": "1.0.0-rc.3",
"@hyperledger/cactus-cmd-api-server": "1.0.0-rc.3",
"@hyperledger/cactus-common": "1.0.0-rc.3",
"@hyperledger/cactus-core": "1.0.0-rc.3",
"@hyperledger/cactus-core-api": "1.0.0-rc.3",
"@hyperledger/cactus-example-supply-chain-business-logic-plugin": "1.0.0-rc.3",
"@hyperledger/cactus-example-supply-chain-frontend": "1.0.0-rc.3",
"@hyperledger/cactus-plugin-consortium-manual": "1.0.0-rc.3",
"@hyperledger/cactus-plugin-keychain-memory": "1.0.0-rc.3",
"@hyperledger/cactus-plugin-ledger-connector-besu": "1.0.0-rc.3",
"@hyperledger/cactus-plugin-ledger-connector-fabric": "1.0.0-rc.3",
"@hyperledger/cactus-plugin-ledger-connector-quorum": "1.0.0-rc.3",
"@hyperledger/cactus-test-tooling": "1.0.0-rc.3",
"async-exit-hook": "2.0.1",
"axios": "0.21.4",
"express": "4.17.1",
Expand All @@ -88,4 +88,4 @@
"@types/express": "4.17.13",
"@types/uuid": "8.3.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.

# [1.0.0-rc.3](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2021-12-07)

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





# [1.0.0-rc.2](https://github.com/hyperledger/cactus/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2021-11-01)

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

0 comments on commit fdd8883

Please sign in to comment.