Skip to content

Commit c347a81

Browse files
committed
versioning update for overledger component to 1.0.0 due to API url change
1 parent 42acc29 commit c347a81

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

components/overledger/actions/execute-signed-transaction/execute-signed-transaction.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
key: "overledger-execute-signed-transaction",
55
name: "Execute Signed Transaction",
66
description: "Executes a signed transaction by sending it to a blockchain node via Overledger. [See the documentation](https://developers.quant.network/reference/executesignedrequest)",
7-
version: "0.0.2",
7+
version: "0.0.3",
88
type: "action",
99
props: {
1010
overledger,

components/overledger/actions/prepare-smart-contract-transaction/prepare-smart-contract-transaction.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
key: "overledger-prepare-smart-contract-transaction",
99
name: "Prepare Smart Contract Transaction",
1010
description: "Prepares a smart contract transaction for signing on the Overledger platform. [See the documentation](https://developers.quant.network/reference/preparesmartcontractwrite)",
11-
version: "0.0.2",
11+
version: "0.0.3",
1212
type: "action",
1313
props: {
1414
overledger,

components/overledger/actions/sign-a-transaction/sign-a-transaction.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
key: "overledger-sign-a-transaction",
66
name: "Sign a transaction",
77
description: "Sign a transaction using Overledger - Part 2 of [Overledger Pattern](https://developers.quant.network/reference/overledger-pattern). [See documentation](https://developers.quant.network/reference/sandboxsigning)",
8-
version: "0.0.1",
8+
version: "0.0.3",
99
type: "action",
1010
props: {
1111
overledger,

components/overledger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/overledger",
3-
"version": "0.3.0",
3+
"version": "1.0.0",
44
"description": "Pipedream Overledger Components",
55
"main": "overledger.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)