From 5b46fab11b84551e872082ce15cce5e82608bcc9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 1 Sep 2023 14:56:04 +0000 Subject: [PATCH] Version Packages --- .changeset/violet-peas-worry.md | 20 ------------------- six-add-new-key/CHANGELOG.md | 6 ++++++ six-add-new-key/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 +- .../CHANGELOG.md | 6 ++++++ .../package.json | 2 +- 33 files changed, 112 insertions(+), 36 deletions(-) delete mode 100644 .changeset/violet-peas-worry.md diff --git a/.changeset/violet-peas-worry.md b/.changeset/violet-peas-worry.md deleted file mode 100644 index c6edf75..0000000 --- a/.changeset/violet-peas-worry.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -"@onflow/six-stakingcollection-withdraw-from-machine-account": patch -"@onflow/six-stakingcollection-update-networking-address": patch -"@onflow/six-stakingcollection-setup-staking-collection": patch -"@onflow/six-stakingcollection-withdraw-rewarded-tokens": patch -"@onflow/six-stakingcollection-withdraw-unstaked-tokens": patch -"@onflow/six-stakingcollection-create-machine-account": patch -"@onflow/six-stakingcollection-stake-rewarded-tokens": patch -"@onflow/six-stakingcollection-stake-unstaked-tokens": patch -"@onflow/six-stakingcollection-register-delegator": patch -"@onflow/six-stakingcollection-transfer-delegator": patch -"@onflow/six-stakingcollection-request-unstaking": patch -"@onflow/six-stakingcollection-stake-new-tokens": patch -"@onflow/six-stakingcollection-transfer-node": patch -"@onflow/six-stakingcollection-close-stake": patch -"@onflow/six-stakingcollection-unstake-all": patch -"@onflow/six-add-new-key": patch ---- - -update the rest diff --git a/six-add-new-key/CHANGELOG.md b/six-add-new-key/CHANGELOG.md index caa29dc..3c2b162 100644 --- a/six-add-new-key/CHANGELOG.md +++ b/six-add-new-key/CHANGELOG.md @@ -1,5 +1,11 @@ ### Unreleased +## 0.0.12 + +### Patch Changes + +- 646fc5c: update the rest + ## 0.0.11 ### Patch Changes diff --git a/six-add-new-key/package.json b/six-add-new-key/package.json index 5d573d3..7f4e834 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.0.11", + "version": "0.0.12", "description": "Flow SDK Stored Interaction - Add New Key", "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 1d0b576..e67d981 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.0.5 + +### Patch Changes + +- 646fc5c: update the rest + ## 0.0.4 ### Patch Changes diff --git a/staking-collection/six-stakingcollection-close-stake/package.json b/staking-collection/six-stakingcollection-close-stake/package.json index 48fe498..e6cd7b8 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.0.4", + "version": "0.0.5", "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 dbdf283..b304081 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.0.5 + +### Patch Changes + +- 646fc5c: update the rest + ## 0.0.4 ### 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 20a94c4..b5cd16e 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.0.4", + "version": "0.0.5", "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 6410a25..52d911b 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.0.6 + +### Patch Changes + +- 646fc5c: update the rest + ## 0.0.5 ### Patch Changes diff --git a/staking-collection/six-stakingcollection-register-delegator/package.json b/staking-collection/six-stakingcollection-register-delegator/package.json index 255bafd..fd8ecd9 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.0.5", + "version": "0.0.6", "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-request-unstaking/CHANGELOG.md b/staking-collection/six-stakingcollection-request-unstaking/CHANGELOG.md index 126cdaa..6561ea5 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.0.6 + +### Patch Changes + +- 646fc5c: update the rest + ## 0.0.5 ### Patch Changes diff --git a/staking-collection/six-stakingcollection-request-unstaking/package.json b/staking-collection/six-stakingcollection-request-unstaking/package.json index 0604009..a3b88f8 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.0.5", + "version": "0.0.6", "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 a37dc2c..3a38a5e 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.0.8 + +### Patch Changes + +- 646fc5c: update the rest + ## 0.0.7 ### 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 56fcc3f..0aa88f4 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.0.7", + "version": "0.0.8", "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 4a4d202..2930992 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.0.6 + +### Patch Changes + +- 646fc5c: update the rest + ## 0.0.5 ### 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 b5eb6ac..c7c7855 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.0.5", + "version": "0.0.6", "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 4a4d202..2930992 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.0.6 + +### Patch Changes + +- 646fc5c: update the rest + ## 0.0.5 ### 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 7f6531d..dd1e52e 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.0.5", + "version": "0.0.6", "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 4a4d202..2930992 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.0.6 + +### Patch Changes + +- 646fc5c: update the rest + ## 0.0.5 ### 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 7d6c807..d0554e4 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.0.5", + "version": "0.0.6", "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 e87dac7..1f136d1 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.0.8 + +### Patch Changes + +- 646fc5c: update the rest + ## 0.0.7 ### Patch Changes diff --git a/staking-collection/six-stakingcollection-transfer-delegator/package.json b/staking-collection/six-stakingcollection-transfer-delegator/package.json index 7e5a6fd..52323c6 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.0.7", + "version": "0.0.8", "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 6e4c76c..ff2afc9 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.0.8 + +### Patch Changes + +- 646fc5c: update the rest + ## 0.0.7 ### Patch Changes diff --git a/staking-collection/six-stakingcollection-transfer-node/package.json b/staking-collection/six-stakingcollection-transfer-node/package.json index edd90ab..70d4fca 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.0.7", + "version": "0.0.8", "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 e67981b..42a70ae 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.0.6 + +### Patch Changes + +- 646fc5c: update the rest + ## 0.0.5 ### Patch Changes diff --git a/staking-collection/six-stakingcollection-unstake-all/package.json b/staking-collection/six-stakingcollection-unstake-all/package.json index 2105f10..e283f85 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.0.5", + "version": "0.0.6", "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 3c22b66..4a44f44 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.0.3 + +### Patch Changes + +- 646fc5c: update the rest + ## 0.0.2 ### 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 67a25ac..d0f0a9c 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.0.2", + "version": "0.0.3", "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 1d0b576..e67d981 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.0.5 + +### Patch Changes + +- 646fc5c: update the rest + ## 0.0.4 ### 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 7dd3cfe..ecaedcc 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.0.4", + "version": "0.0.5", "description": "Flow SDK Stored Interaction - Withdraws FLOW from a machine account", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/staking-collection/six-stakingcollection-withdraw-rewarded-tokens/CHANGELOG.md b/staking-collection/six-stakingcollection-withdraw-rewarded-tokens/CHANGELOG.md index 4a4d202..2930992 100644 --- a/staking-collection/six-stakingcollection-withdraw-rewarded-tokens/CHANGELOG.md +++ b/staking-collection/six-stakingcollection-withdraw-rewarded-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ ### Unreleased +## 0.0.6 + +### Patch Changes + +- 646fc5c: update the rest + ## 0.0.5 ### Patch Changes diff --git a/staking-collection/six-stakingcollection-withdraw-rewarded-tokens/package.json b/staking-collection/six-stakingcollection-withdraw-rewarded-tokens/package.json index 40e993c..2b09044 100644 --- a/staking-collection/six-stakingcollection-withdraw-rewarded-tokens/package.json +++ b/staking-collection/six-stakingcollection-withdraw-rewarded-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-stakingcollection-withdraw-rewarded-tokens", - "version": "0.0.5", + "version": "0.0.6", "description": "Flow SDK Stored Interaction - Withdraws rewarded tokens for a stake held in Staking Collection", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/staking-collection/six-stakingcollection-withdraw-unstaked-tokens/CHANGELOG.md b/staking-collection/six-stakingcollection-withdraw-unstaked-tokens/CHANGELOG.md index bd7ca04..14f5f1c 100644 --- a/staking-collection/six-stakingcollection-withdraw-unstaked-tokens/CHANGELOG.md +++ b/staking-collection/six-stakingcollection-withdraw-unstaked-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ ### Unreleased +## 0.0.7 + +### Patch Changes + +- 646fc5c: update the rest + ## 0.0.6 ### Patch Changes diff --git a/staking-collection/six-stakingcollection-withdraw-unstaked-tokens/package.json b/staking-collection/six-stakingcollection-withdraw-unstaked-tokens/package.json index d437165..67aa1d5 100644 --- a/staking-collection/six-stakingcollection-withdraw-unstaked-tokens/package.json +++ b/staking-collection/six-stakingcollection-withdraw-unstaked-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/six-stakingcollection-withdraw-unstaked-tokens", - "version": "0.0.6", + "version": "0.0.7", "description": "Flow SDK Stored Interaction - Withdraws unstaked tokens for a stake held in Staking Collection", "license": "Apache-2.0", "author": "Dapper Labs ",