Skip to content

Commit

Permalink
Merge pull request #26 from onflow/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
bthaile authored Aug 23, 2024
2 parents 95d5bdb + 2922a92 commit 2368155
Show file tree
Hide file tree
Showing 54 changed files with 191 additions and 61 deletions.
30 changes: 0 additions & 30 deletions .changeset/chilly-rules-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-wolves-itch.md

This file was deleted.

6 changes: 6 additions & 0 deletions six-add-new-key/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Unreleased

## 0.2.0

### Minor Changes

- f4016c3: Ledger cadence v1

## 0.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion six-add-new-key/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
6 changes: 6 additions & 0 deletions six-create-account/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Unreleased

## 0.2.0

### Minor Changes

- f4016c3: Ledger cadence v1

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion six-create-account/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
6 changes: 6 additions & 0 deletions six-deposit-unlocked-flow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Unreleased

## 0.2.0

### Minor Changes

- f4016c3: Ledger cadence v1

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion six-deposit-unlocked-flow/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
6 changes: 6 additions & 0 deletions six-remove-key/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Unreleased

## 0.2.0

### Minor Changes

- f4016c3: Ledger cadence v1

## 0.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion six-remove-key/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
7 changes: 7 additions & 0 deletions six-setup-nft-collection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @onflow/six-setup-nft-collection

## 0.2.0

### Minor Changes

- f4016c3: Ledger cadence v1
2 changes: 1 addition & 1 deletion six-setup-nft-collection/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
6 changes: 6 additions & 0 deletions six-setup-token-vault/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Unreleased

## 0.2.0

### Minor Changes

- f4016c3: Ledger cadence v1

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion six-setup-token-vault/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
11 changes: 11 additions & 0 deletions six-transfer-nft-with-address/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion six-transfer-nft-with-address/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
7 changes: 7 additions & 0 deletions six-transfer-nft-with-paths/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @onflow/six-transfer-nft-with-paths

## 0.2.0

### Minor Changes

- f4016c3: Ledger cadence v1
2 changes: 1 addition & 1 deletion six-transfer-nft-with-paths/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
7 changes: 7 additions & 0 deletions six-transfer-tokens-with-address/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @onflow/six-transfer-tokens-with-address

## 0.2.0

### Minor Changes

- f4016c3: Ledger cadence v1
2 changes: 1 addition & 1 deletion six-transfer-tokens-with-address/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
7 changes: 7 additions & 0 deletions six-transfer-tokens-with-paths/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @onflow/six-transfer-tokens-with-paths

## 0.2.0

### Minor Changes

- f4016c3: Ledger cadence v1
2 changes: 1 addition & 1 deletion six-transfer-tokens-with-paths/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
6 changes: 6 additions & 0 deletions six-withdraw-rewarded-flow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Unreleased

## 0.2.0

### Minor Changes

- f4016c3: Ledger cadence v1

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion six-withdraw-rewarded-flow/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
6 changes: 6 additions & 0 deletions six-withdraw-unlocked-flow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Unreleased

## 0.2.0

### Minor Changes

- f4016c3: Ledger cadence v1

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion six-withdraw-unlocked-flow/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Unreleased

## 0.2.0

### Minor Changes

- f4016c3: Ledger cadence v1

## 0.0.7

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Unreleased

## 0.2.0

### Minor Changes

- f4016c3: Ledger cadence v1

## 0.0.7

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Unreleased

## 0.2.0

### Minor Changes

- f4016c3: Ledger cadence v1

## 0.0.8

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Unreleased

## 0.2.0

### Minor Changes

- f4016c3: Ledger cadence v1

## 0.0.13

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Unreleased

## 0.2.0

### Minor Changes

- f4016c3: Ledger cadence v1

## 0.0.8

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Unreleased

## 0.2.0

### Minor Changes

- f4016c3: Ledger cadence v1

## 0.0.10

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Unreleased

## 0.2.0

### Minor Changes

- f4016c3: Ledger cadence v1

## 0.0.8

### Patch Changes
Expand Down
Loading

0 comments on commit 2368155

Please sign in to comment.