From 2922a92870ff0e59fb4c0b8d62cb35c3de4ad620 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 23 Aug 2024 22:16:55 +0000 Subject: [PATCH] Version Packages --- .changeset/chilly-rules-kiss.md | 30 ------------------- .changeset/witty-wolves-itch.md | 5 ---- six-add-new-key/CHANGELOG.md | 6 ++++ six-add-new-key/package.json | 2 +- six-create-account/CHANGELOG.md | 6 ++++ six-create-account/package.json | 2 +- six-deposit-unlocked-flow/CHANGELOG.md | 6 ++++ six-deposit-unlocked-flow/package.json | 2 +- six-remove-key/CHANGELOG.md | 6 ++++ six-remove-key/package.json | 2 +- six-setup-nft-collection/CHANGELOG.md | 7 +++++ six-setup-nft-collection/package.json | 2 +- six-setup-token-vault/CHANGELOG.md | 6 ++++ six-setup-token-vault/package.json | 2 +- six-transfer-nft-with-address/CHANGELOG.md | 11 +++++++ six-transfer-nft-with-address/package.json | 2 +- six-transfer-nft-with-paths/CHANGELOG.md | 7 +++++ six-transfer-nft-with-paths/package.json | 2 +- six-transfer-tokens-with-address/CHANGELOG.md | 7 +++++ six-transfer-tokens-with-address/package.json | 2 +- six-transfer-tokens-with-paths/CHANGELOG.md | 7 +++++ six-transfer-tokens-with-paths/package.json | 2 +- six-withdraw-rewarded-flow/CHANGELOG.md | 6 ++++ six-withdraw-rewarded-flow/package.json | 2 +- six-withdraw-unlocked-flow/CHANGELOG.md | 6 ++++ six-withdraw-unlocked-flow/package.json | 2 +- .../CHANGELOG.md | 6 ++++ .../package.json | 2 +- .../CHANGELOG.md | 6 ++++ .../package.json | 2 +- .../CHANGELOG.md | 6 ++++ .../package.json | 2 +- .../CHANGELOG.md | 6 ++++ .../package.json | 2 +- .../CHANGELOG.md | 6 ++++ .../package.json | 2 +- .../CHANGELOG.md | 6 ++++ .../package.json | 2 +- .../CHANGELOG.md | 6 ++++ .../package.json | 2 +- .../CHANGELOG.md | 6 ++++ .../package.json | 2 +- .../CHANGELOG.md | 6 ++++ .../package.json | 2 +- .../CHANGELOG.md | 6 ++++ .../package.json | 2 +- .../CHANGELOG.md | 6 ++++ .../package.json | 2 +- .../CHANGELOG.md | 6 ++++ .../package.json | 2 +- .../CHANGELOG.md | 6 ++++ .../package.json | 2 +- .../CHANGELOG.md | 6 ++++ .../package.json | 2 +- 54 files changed, 191 insertions(+), 61 deletions(-) delete mode 100644 .changeset/chilly-rules-kiss.md delete mode 100644 .changeset/witty-wolves-itch.md diff --git a/.changeset/chilly-rules-kiss.md b/.changeset/chilly-rules-kiss.md deleted file mode 100644 index 400101a..0000000 --- a/.changeset/chilly-rules-kiss.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -"@onflow/six-stakingcollection-stake-unstaked-tokens": minor -"@onflow/six-stakingcollection-withdraw-from-machine-account": minor -"@onflow/six-withdraw-rewarded-flow": minor -"@onflow/six-stakingcollection-unstake-all": minor -"@onflow/six-remove-key": minor -"@onflow/six-stakingcollection-update-networking-address": minor -"@onflow/six-stakingcollection-transfer-node": minor -"@onflow/six-stakingcollection-transfer-delegator": minor -"@onflow/six-stakingcollection-register-node": minor -"@onflow/six-stakingcollection-stake-new-tokens": minor -"@onflow/six-setup-token-vault": minor -"@onflow/six-stakingcollection-setup-staking-collection": minor -"@onflow/six-stakingcollection-close-stake": minor -"@onflow/six-setup-nft-collection": minor -"@onflow/six-transfer-nft-with-address": minor -"@onflow/six-transfer-tokens-with-paths": minor -"@onflow/six-deposit-unlocked-flow": minor -"@onflow/six-transfer-tokens-with-address": minor -"@onflow/six-stakingcollection-request-unstaking": minor -"@onflow/six-stakingcollection-stake-rewarded-tokens": minor -"@onflow/six-stakingcollection-create-machine-account": minor -"@onflow/six-stakingcollection-register-delegator": minor -"@onflow/six-transfer-nft-with-paths": minor -"@onflow/six-withdraw-unlocked-flow": minor -"@onflow/six-create-account": minor -"@onflow/six-add-new-key": minor ---- - -Ledger cadence v1 diff --git a/.changeset/witty-wolves-itch.md b/.changeset/witty-wolves-itch.md deleted file mode 100644 index b8e6d66..0000000 --- a/.changeset/witty-wolves-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/six-transfer-nft-with-address": patch ---- - -fixed transfer nft args diff --git a/six-add-new-key/CHANGELOG.md b/six-add-new-key/CHANGELOG.md index b823f0b..db129ef 100644 --- a/six-add-new-key/CHANGELOG.md +++ b/six-add-new-key/CHANGELOG.md @@ -1,5 +1,11 @@ ### Unreleased +## 0.2.0 + +### Minor Changes + +- f4016c3: Ledger cadence v1 + ## 0.0.14 ### Patch Changes diff --git a/six-add-new-key/package.json b/six-add-new-key/package.json index 7a729c4..ee2d7c8 100644 --- a/six-add-new-key/package.json +++ b/six-add-new-key/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-add-new-key", - "version": "0.1.0", + "version": "0.2.0", "description": "Flow SDK Stored Interaction - Add New Key", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/six-create-account/CHANGELOG.md b/six-create-account/CHANGELOG.md index 1d6731b..5396151 100644 --- a/six-create-account/CHANGELOG.md +++ b/six-create-account/CHANGELOG.md @@ -1,5 +1,11 @@ ### Unreleased +## 0.2.0 + +### Minor Changes + +- f4016c3: Ledger cadence v1 + ## 0.0.13 ### Patch Changes diff --git a/six-create-account/package.json b/six-create-account/package.json index 1ba5728..d1d8160 100644 --- a/six-create-account/package.json +++ b/six-create-account/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-create-account", - "version": "0.1.0", + "version": "0.2.0", "description": "Flow SDK Stored Interaction - Create Account", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/six-deposit-unlocked-flow/CHANGELOG.md b/six-deposit-unlocked-flow/CHANGELOG.md index 66dd4d6..c4f1f1f 100644 --- a/six-deposit-unlocked-flow/CHANGELOG.md +++ b/six-deposit-unlocked-flow/CHANGELOG.md @@ -1,5 +1,11 @@ ### Unreleased +## 0.2.0 + +### Minor Changes + +- f4016c3: Ledger cadence v1 + ## 0.0.13 ### Patch Changes diff --git a/six-deposit-unlocked-flow/package.json b/six-deposit-unlocked-flow/package.json index de1aaa8..ff5b814 100644 --- a/six-deposit-unlocked-flow/package.json +++ b/six-deposit-unlocked-flow/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-deposit-unlocked-flow", - "version": "0.1.0", + "version": "0.2.0", "description": "Flow SDK Stored Interaction - Deposit Unlocked Flow", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/six-remove-key/CHANGELOG.md b/six-remove-key/CHANGELOG.md index b823f0b..db129ef 100644 --- a/six-remove-key/CHANGELOG.md +++ b/six-remove-key/CHANGELOG.md @@ -1,5 +1,11 @@ ### Unreleased +## 0.2.0 + +### Minor Changes + +- f4016c3: Ledger cadence v1 + ## 0.0.14 ### Patch Changes diff --git a/six-remove-key/package.json b/six-remove-key/package.json index 19dd0a8..5c739df 100644 --- a/six-remove-key/package.json +++ b/six-remove-key/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-remove-key", - "version": "0.1.0", + "version": "0.2.0", "description": "Flow SDK Stored Interaction - Remove Key", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/six-setup-nft-collection/CHANGELOG.md b/six-setup-nft-collection/CHANGELOG.md index e69de29..1fac8fd 100644 --- a/six-setup-nft-collection/CHANGELOG.md +++ b/six-setup-nft-collection/CHANGELOG.md @@ -0,0 +1,7 @@ +# @onflow/six-setup-nft-collection + +## 0.2.0 + +### Minor Changes + +- f4016c3: Ledger cadence v1 diff --git a/six-setup-nft-collection/package.json b/six-setup-nft-collection/package.json index 3d0b636..5bd5b4e 100644 --- a/six-setup-nft-collection/package.json +++ b/six-setup-nft-collection/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-setup-nft-collection", - "version": "0.1.0", + "version": "0.2.0", "description": "Flow SDK Stored Interaction - Setup NFT Collection", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/six-setup-token-vault/CHANGELOG.md b/six-setup-token-vault/CHANGELOG.md index 9992690..afaad67 100644 --- a/six-setup-token-vault/CHANGELOG.md +++ b/six-setup-token-vault/CHANGELOG.md @@ -1,5 +1,11 @@ ### Unreleased +## 0.2.0 + +### Minor Changes + +- f4016c3: Ledger cadence v1 + ## 0.0.6 ### Patch Changes diff --git a/six-setup-token-vault/package.json b/six-setup-token-vault/package.json index 9698b0a..8c58542 100644 --- a/six-setup-token-vault/package.json +++ b/six-setup-token-vault/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-setup-token-vault", - "version": "0.1.0", + "version": "0.2.0", "description": "Flow SDK Stored Interaction - Setup Token Vault", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/six-transfer-nft-with-address/CHANGELOG.md b/six-transfer-nft-with-address/CHANGELOG.md index e69de29..ed09ed6 100644 --- a/six-transfer-nft-with-address/CHANGELOG.md +++ b/six-transfer-nft-with-address/CHANGELOG.md @@ -0,0 +1,11 @@ +# @onflow/six-transfer-nft-with-address + +## 0.2.0 + +### Minor Changes + +- f4016c3: Ledger cadence v1 + +### Patch Changes + +- cb1895e: fixed transfer nft args diff --git a/six-transfer-nft-with-address/package.json b/six-transfer-nft-with-address/package.json index 93fdb4f..75a8b58 100644 --- a/six-transfer-nft-with-address/package.json +++ b/six-transfer-nft-with-address/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-transfer-nft-with-address", - "version": "0.1.2", + "version": "0.2.0", "description": "Flow SDK Stored Interaction - Transfer NFT Moment", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/six-transfer-nft-with-paths/CHANGELOG.md b/six-transfer-nft-with-paths/CHANGELOG.md index e69de29..a67cc92 100644 --- a/six-transfer-nft-with-paths/CHANGELOG.md +++ b/six-transfer-nft-with-paths/CHANGELOG.md @@ -0,0 +1,7 @@ +# @onflow/six-transfer-nft-with-paths + +## 0.2.0 + +### Minor Changes + +- f4016c3: Ledger cadence v1 diff --git a/six-transfer-nft-with-paths/package.json b/six-transfer-nft-with-paths/package.json index 10412be..7ef40ef 100644 --- a/six-transfer-nft-with-paths/package.json +++ b/six-transfer-nft-with-paths/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-transfer-nft-with-paths", - "version": "0.1.0", + "version": "0.2.0", "description": "Flow SDK Stored Interaction - TopShot Transfer Moment", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/six-transfer-tokens-with-address/CHANGELOG.md b/six-transfer-tokens-with-address/CHANGELOG.md index e69de29..12c0b81 100644 --- a/six-transfer-tokens-with-address/CHANGELOG.md +++ b/six-transfer-tokens-with-address/CHANGELOG.md @@ -0,0 +1,7 @@ +# @onflow/six-transfer-tokens-with-address + +## 0.2.0 + +### Minor Changes + +- f4016c3: Ledger cadence v1 diff --git a/six-transfer-tokens-with-address/package.json b/six-transfer-tokens-with-address/package.json index 2c44322..4062abd 100644 --- a/six-transfer-tokens-with-address/package.json +++ b/six-transfer-tokens-with-address/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-transfer-tokens-with-address", - "version": "0.1.0", + "version": "0.2.0", "description": "Flow SDK Stored Interaction - Transfer Tokens with address", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/six-transfer-tokens-with-paths/CHANGELOG.md b/six-transfer-tokens-with-paths/CHANGELOG.md index e69de29..f9d3a2c 100644 --- a/six-transfer-tokens-with-paths/CHANGELOG.md +++ b/six-transfer-tokens-with-paths/CHANGELOG.md @@ -0,0 +1,7 @@ +# @onflow/six-transfer-tokens-with-paths + +## 0.2.0 + +### Minor Changes + +- f4016c3: Ledger cadence v1 diff --git a/six-transfer-tokens-with-paths/package.json b/six-transfer-tokens-with-paths/package.json index e67424e..7299d94 100644 --- a/six-transfer-tokens-with-paths/package.json +++ b/six-transfer-tokens-with-paths/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-transfer-tokens-with-paths", - "version": "0.1.0", + "version": "0.2.0", "description": "Flow SDK Stored Interaction - Transfer Tokens with paths", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/six-withdraw-rewarded-flow/CHANGELOG.md b/six-withdraw-rewarded-flow/CHANGELOG.md index d22b2ea..a8f50ab 100644 --- a/six-withdraw-rewarded-flow/CHANGELOG.md +++ b/six-withdraw-rewarded-flow/CHANGELOG.md @@ -1,5 +1,11 @@ ### Unreleased +## 0.2.0 + +### Minor Changes + +- f4016c3: Ledger cadence v1 + ## 0.0.15 ### Patch Changes diff --git a/six-withdraw-rewarded-flow/package.json b/six-withdraw-rewarded-flow/package.json index f138f3d..e422374 100644 --- a/six-withdraw-rewarded-flow/package.json +++ b/six-withdraw-rewarded-flow/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-withdraw-rewarded-flow", - "version": "0.1.0", + "version": "0.2.0", "description": "Flow SDK Stored Interaction - Withdraw Rewarded Flow", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/six-withdraw-unlocked-flow/CHANGELOG.md b/six-withdraw-unlocked-flow/CHANGELOG.md index 66dd4d6..c4f1f1f 100644 --- a/six-withdraw-unlocked-flow/CHANGELOG.md +++ b/six-withdraw-unlocked-flow/CHANGELOG.md @@ -1,5 +1,11 @@ ### Unreleased +## 0.2.0 + +### Minor Changes + +- f4016c3: Ledger cadence v1 + ## 0.0.13 ### Patch Changes diff --git a/six-withdraw-unlocked-flow/package.json b/six-withdraw-unlocked-flow/package.json index b488d52..a58ad08 100644 --- a/six-withdraw-unlocked-flow/package.json +++ b/six-withdraw-unlocked-flow/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-withdraw-unlocked-flow", - "version": "0.1.0", + "version": "0.2.0", "description": "Flow SDK Stored Interaction - Withdraw Unlocked Flow", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/staking-collection/six-stakingcollection-close-stake/CHANGELOG.md b/staking-collection/six-stakingcollection-close-stake/CHANGELOG.md index de63ba3..3a350a3 100644 --- a/staking-collection/six-stakingcollection-close-stake/CHANGELOG.md +++ b/staking-collection/six-stakingcollection-close-stake/CHANGELOG.md @@ -1,5 +1,11 @@ ### Unreleased +## 0.2.0 + +### Minor Changes + +- f4016c3: Ledger cadence v1 + ## 0.0.7 ### Patch Changes diff --git a/staking-collection/six-stakingcollection-close-stake/package.json b/staking-collection/six-stakingcollection-close-stake/package.json index a5ef77f..b02e47e 100644 --- a/staking-collection/six-stakingcollection-close-stake/package.json +++ b/staking-collection/six-stakingcollection-close-stake/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-stakingcollection-close-stake", - "version": "0.1.0", + "version": "0.2.0", "description": "Flow SDK Stored Interaction - Close Stake held in Staking Collection", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/staking-collection/six-stakingcollection-create-machine-account/CHANGELOG.md b/staking-collection/six-stakingcollection-create-machine-account/CHANGELOG.md index c3eaf31..94e4678 100644 --- a/staking-collection/six-stakingcollection-create-machine-account/CHANGELOG.md +++ b/staking-collection/six-stakingcollection-create-machine-account/CHANGELOG.md @@ -1,5 +1,11 @@ ### Unreleased +## 0.2.0 + +### Minor Changes + +- f4016c3: Ledger cadence v1 + ## 0.0.7 ### Patch Changes diff --git a/staking-collection/six-stakingcollection-create-machine-account/package.json b/staking-collection/six-stakingcollection-create-machine-account/package.json index 097aa77..20ad98f 100644 --- a/staking-collection/six-stakingcollection-create-machine-account/package.json +++ b/staking-collection/six-stakingcollection-create-machine-account/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-stakingcollection-create-machine-account", - "version": "0.1.0", + "version": "0.2.0", "description": "Flow SDK Stored Interaction - Create a Machine Account for node held in Staking Collection", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/staking-collection/six-stakingcollection-register-delegator/CHANGELOG.md b/staking-collection/six-stakingcollection-register-delegator/CHANGELOG.md index 99e4f63..61297ac 100644 --- a/staking-collection/six-stakingcollection-register-delegator/CHANGELOG.md +++ b/staking-collection/six-stakingcollection-register-delegator/CHANGELOG.md @@ -1,5 +1,11 @@ ### Unreleased +## 0.2.0 + +### Minor Changes + +- f4016c3: Ledger cadence v1 + ## 0.0.8 ### Patch Changes diff --git a/staking-collection/six-stakingcollection-register-delegator/package.json b/staking-collection/six-stakingcollection-register-delegator/package.json index 1a2bfc6..32b5bd0 100644 --- a/staking-collection/six-stakingcollection-register-delegator/package.json +++ b/staking-collection/six-stakingcollection-register-delegator/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-stakingcollection-register-delegator", - "version": "0.1.0", + "version": "0.2.0", "description": "Flow SDK Stored Interaction - Registers a Delegator held in Staking Collection", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/staking-collection/six-stakingcollection-register-node/CHANGELOG.md b/staking-collection/six-stakingcollection-register-node/CHANGELOG.md index a48e9fb..6104c8d 100644 --- a/staking-collection/six-stakingcollection-register-node/CHANGELOG.md +++ b/staking-collection/six-stakingcollection-register-node/CHANGELOG.md @@ -1,5 +1,11 @@ ### Unreleased +## 0.2.0 + +### Minor Changes + +- f4016c3: Ledger cadence v1 + ## 0.0.13 ### Patch Changes diff --git a/staking-collection/six-stakingcollection-register-node/package.json b/staking-collection/six-stakingcollection-register-node/package.json index c1c825e..05b9132 100644 --- a/staking-collection/six-stakingcollection-register-node/package.json +++ b/staking-collection/six-stakingcollection-register-node/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-stakingcollection-register-node", - "version": "0.1.2", + "version": "0.2.0", "description": "Flow SDK Stored Interaction - Registers a Node held in Staking Collection", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/staking-collection/six-stakingcollection-request-unstaking/CHANGELOG.md b/staking-collection/six-stakingcollection-request-unstaking/CHANGELOG.md index ab84748..5df55b5 100644 --- a/staking-collection/six-stakingcollection-request-unstaking/CHANGELOG.md +++ b/staking-collection/six-stakingcollection-request-unstaking/CHANGELOG.md @@ -1,5 +1,11 @@ ### Unreleased +## 0.2.0 + +### Minor Changes + +- f4016c3: Ledger cadence v1 + ## 0.0.8 ### Patch Changes diff --git a/staking-collection/six-stakingcollection-request-unstaking/package.json b/staking-collection/six-stakingcollection-request-unstaking/package.json index d5112e2..1c35650 100644 --- a/staking-collection/six-stakingcollection-request-unstaking/package.json +++ b/staking-collection/six-stakingcollection-request-unstaking/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-stakingcollection-request-unstaking", - "version": "0.1.0", + "version": "0.2.0", "description": "Flow SDK Stored Interaction - Request unstaking for a stake held in Staking Collection", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/staking-collection/six-stakingcollection-setup-staking-collection/CHANGELOG.md b/staking-collection/six-stakingcollection-setup-staking-collection/CHANGELOG.md index 2f3cda3..06b24c8 100644 --- a/staking-collection/six-stakingcollection-setup-staking-collection/CHANGELOG.md +++ b/staking-collection/six-stakingcollection-setup-staking-collection/CHANGELOG.md @@ -1,5 +1,11 @@ ### Unreleased +## 0.2.0 + +### Minor Changes + +- f4016c3: Ledger cadence v1 + ## 0.0.10 ### Patch Changes diff --git a/staking-collection/six-stakingcollection-setup-staking-collection/package.json b/staking-collection/six-stakingcollection-setup-staking-collection/package.json index 34c8a5f..d7733d0 100644 --- a/staking-collection/six-stakingcollection-setup-staking-collection/package.json +++ b/staking-collection/six-stakingcollection-setup-staking-collection/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-stakingcollection-setup-staking-collection", - "version": "0.1.0", + "version": "0.2.0", "description": "Flow SDK Stored Interaction - Setup a Staking Collection for an account.", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/staking-collection/six-stakingcollection-stake-new-tokens/CHANGELOG.md b/staking-collection/six-stakingcollection-stake-new-tokens/CHANGELOG.md index 4d4be45..9037bda 100644 --- a/staking-collection/six-stakingcollection-stake-new-tokens/CHANGELOG.md +++ b/staking-collection/six-stakingcollection-stake-new-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ ### Unreleased +## 0.2.0 + +### Minor Changes + +- f4016c3: Ledger cadence v1 + ## 0.0.8 ### Patch Changes diff --git a/staking-collection/six-stakingcollection-stake-new-tokens/package.json b/staking-collection/six-stakingcollection-stake-new-tokens/package.json index 8de910d..d9cb96f 100644 --- a/staking-collection/six-stakingcollection-stake-new-tokens/package.json +++ b/staking-collection/six-stakingcollection-stake-new-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-stakingcollection-stake-new-tokens", - "version": "0.1.0", + "version": "0.2.0", "description": "Flow SDK Stored Interaction - Stakes new tokens for a stake held in Staking Collection", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/staking-collection/six-stakingcollection-stake-rewarded-tokens/CHANGELOG.md b/staking-collection/six-stakingcollection-stake-rewarded-tokens/CHANGELOG.md index 4d4be45..9037bda 100644 --- a/staking-collection/six-stakingcollection-stake-rewarded-tokens/CHANGELOG.md +++ b/staking-collection/six-stakingcollection-stake-rewarded-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ ### Unreleased +## 0.2.0 + +### Minor Changes + +- f4016c3: Ledger cadence v1 + ## 0.0.8 ### Patch Changes diff --git a/staking-collection/six-stakingcollection-stake-rewarded-tokens/package.json b/staking-collection/six-stakingcollection-stake-rewarded-tokens/package.json index 7fee7a1..d31698e 100644 --- a/staking-collection/six-stakingcollection-stake-rewarded-tokens/package.json +++ b/staking-collection/six-stakingcollection-stake-rewarded-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-stakingcollection-stake-rewarded-tokens", - "version": "0.1.0", + "version": "0.2.0", "description": "Flow SDK Stored Interaction - Stakes rewarded tokens for a stake held in Staking Collection", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/staking-collection/six-stakingcollection-stake-unstaked-tokens/CHANGELOG.md b/staking-collection/six-stakingcollection-stake-unstaked-tokens/CHANGELOG.md index 4d4be45..9037bda 100644 --- a/staking-collection/six-stakingcollection-stake-unstaked-tokens/CHANGELOG.md +++ b/staking-collection/six-stakingcollection-stake-unstaked-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ ### Unreleased +## 0.2.0 + +### Minor Changes + +- f4016c3: Ledger cadence v1 + ## 0.0.8 ### Patch Changes diff --git a/staking-collection/six-stakingcollection-stake-unstaked-tokens/package.json b/staking-collection/six-stakingcollection-stake-unstaked-tokens/package.json index bc611ce..5061172 100644 --- a/staking-collection/six-stakingcollection-stake-unstaked-tokens/package.json +++ b/staking-collection/six-stakingcollection-stake-unstaked-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-stakingcollection-stake-unstaked-tokens", - "version": "0.1.0", + "version": "0.2.0", "description": "Flow SDK Stored Interaction - Stakes unstaked tokens for a stake held in Staking Collection", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/staking-collection/six-stakingcollection-transfer-delegator/CHANGELOG.md b/staking-collection/six-stakingcollection-transfer-delegator/CHANGELOG.md index 0c76228..29fde6f 100644 --- a/staking-collection/six-stakingcollection-transfer-delegator/CHANGELOG.md +++ b/staking-collection/six-stakingcollection-transfer-delegator/CHANGELOG.md @@ -1,5 +1,11 @@ ### Unreleased +## 0.2.0 + +### Minor Changes + +- f4016c3: Ledger cadence v1 + ## 0.0.10 ### Patch Changes diff --git a/staking-collection/six-stakingcollection-transfer-delegator/package.json b/staking-collection/six-stakingcollection-transfer-delegator/package.json index 010982d..2f817b2 100644 --- a/staking-collection/six-stakingcollection-transfer-delegator/package.json +++ b/staking-collection/six-stakingcollection-transfer-delegator/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-stakingcollection-transfer-delegator", - "version": "0.1.0", + "version": "0.2.0", "description": "Flow SDK Stored Interaction - Transfers a delegator from one Staking Collection to another.", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/staking-collection/six-stakingcollection-transfer-node/CHANGELOG.md b/staking-collection/six-stakingcollection-transfer-node/CHANGELOG.md index 7a8d310..33a3b06 100644 --- a/staking-collection/six-stakingcollection-transfer-node/CHANGELOG.md +++ b/staking-collection/six-stakingcollection-transfer-node/CHANGELOG.md @@ -1,5 +1,11 @@ ### Unreleased +## 0.2.0 + +### Minor Changes + +- f4016c3: Ledger cadence v1 + ## 0.0.10 ### Patch Changes diff --git a/staking-collection/six-stakingcollection-transfer-node/package.json b/staking-collection/six-stakingcollection-transfer-node/package.json index e880cb5..551d353 100644 --- a/staking-collection/six-stakingcollection-transfer-node/package.json +++ b/staking-collection/six-stakingcollection-transfer-node/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-stakingcollection-transfer-node", - "version": "0.1.0", + "version": "0.2.0", "description": "Flow SDK Stored Interaction - Transfers a node from one Staking Collection to another", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/staking-collection/six-stakingcollection-unstake-all/CHANGELOG.md b/staking-collection/six-stakingcollection-unstake-all/CHANGELOG.md index 4477108..f11e362 100644 --- a/staking-collection/six-stakingcollection-unstake-all/CHANGELOG.md +++ b/staking-collection/six-stakingcollection-unstake-all/CHANGELOG.md @@ -1,5 +1,11 @@ ### Unreleased +## 0.2.0 + +### Minor Changes + +- f4016c3: Ledger cadence v1 + ## 0.0.8 ### Patch Changes diff --git a/staking-collection/six-stakingcollection-unstake-all/package.json b/staking-collection/six-stakingcollection-unstake-all/package.json index 98a909d..133daa2 100644 --- a/staking-collection/six-stakingcollection-unstake-all/package.json +++ b/staking-collection/six-stakingcollection-unstake-all/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-stakingcollection-unstake-all", - "version": "0.1.0", + "version": "0.2.0", "description": "Flow SDK Stored Interaction - Unstakes all tokens for a stake held in Staking Collection", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/staking-collection/six-stakingcollection-update-networking-address/CHANGELOG.md b/staking-collection/six-stakingcollection-update-networking-address/CHANGELOG.md index 8d0d326..9d6bbea 100644 --- a/staking-collection/six-stakingcollection-update-networking-address/CHANGELOG.md +++ b/staking-collection/six-stakingcollection-update-networking-address/CHANGELOG.md @@ -1,5 +1,11 @@ ### Unreleased +## 0.2.0 + +### Minor Changes + +- f4016c3: Ledger cadence v1 + ## 0.0.5 ### Patch Changes diff --git a/staking-collection/six-stakingcollection-update-networking-address/package.json b/staking-collection/six-stakingcollection-update-networking-address/package.json index adf3435..29b5435 100644 --- a/staking-collection/six-stakingcollection-update-networking-address/package.json +++ b/staking-collection/six-stakingcollection-update-networking-address/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-stakingcollection-update-networking-address", - "version": "0.1.0", + "version": "0.2.0", "description": "Flow SDK Stored Interaction - Updates a networking address for a node held in a Staking Collection", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/staking-collection/six-stakingcollection-withdraw-from-machine-account/CHANGELOG.md b/staking-collection/six-stakingcollection-withdraw-from-machine-account/CHANGELOG.md index de63ba3..3a350a3 100644 --- a/staking-collection/six-stakingcollection-withdraw-from-machine-account/CHANGELOG.md +++ b/staking-collection/six-stakingcollection-withdraw-from-machine-account/CHANGELOG.md @@ -1,5 +1,11 @@ ### Unreleased +## 0.2.0 + +### Minor Changes + +- f4016c3: Ledger cadence v1 + ## 0.0.7 ### Patch Changes diff --git a/staking-collection/six-stakingcollection-withdraw-from-machine-account/package.json b/staking-collection/six-stakingcollection-withdraw-from-machine-account/package.json index 2c199be..72ecb7c 100644 --- a/staking-collection/six-stakingcollection-withdraw-from-machine-account/package.json +++ b/staking-collection/six-stakingcollection-withdraw-from-machine-account/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-stakingcollection-withdraw-from-machine-account", - "version": "0.1.0", + "version": "0.2.0", "description": "Flow SDK Stored Interaction - Withdraws FLOW from a machine account", "license": "Apache-2.0", "author": "Dapper Labs ",