Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 18, 2023
1 parent a2dfa14 commit 8caf752
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-forks-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-cherries-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-peaches-vanish.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/fcl-wc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @onflow/fcl-wc

## 5.0.0

### Patch Changes

- Updated dependencies [[`e0d0d144`](https://github.com/onflow/fcl-js/commit/e0d0d1449524f4c65e3f7a263b5c0a3ab5ac4a89), [`3d037e84`](https://github.com/onflow/fcl-js/commit/3d037e8470d56935bbc07ad7177ac40907def660)]:
- @onflow/fcl@1.7.0

## 4.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/fcl-wc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl-wc",
"version": "4.0.0",
"version": "5.0.0",
"description": "WalletConnect adapter for FCL",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -40,6 +40,6 @@
"@walletconnect/utils": "^2.8.1"
},
"peerDependencies": {
"@onflow/fcl": "^1.6.0"
"@onflow/fcl": "^1.7.0"
}
}
13 changes: 13 additions & 0 deletions packages/fcl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @onflow/fcl

## 1.7.0

### Minor Changes

- [#1775](https://github.com/onflow/fcl-js/pull/1775) [`e0d0d144`](https://github.com/onflow/fcl-js/commit/e0d0d1449524f4c65e3f7a263b5c0a3ab5ac4a89) Thanks [@chasefleming](https://github.com/chasefleming)! - Send suggested features to discovery

- [#1782](https://github.com/onflow/fcl-js/pull/1782) [`3d037e84`](https://github.com/onflow/fcl-js/commit/3d037e8470d56935bbc07ad7177ac40907def660) Thanks [@jribbink](https://github.com/jribbink)! - Use localStorage as default & export LOCAL_STORAGE/SESSION_STORAGE as helpers for fcl.storage.default configuration key

### Patch Changes

- Updated dependencies [[`41656b8b`](https://github.com/onflow/fcl-js/commit/41656b8bcf6be88c679de09569fe74643be10828)]:
- @onflow/sdk@1.2.3

## 1.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/fcl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl",
"version": "1.6.0",
"version": "1.7.0",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@onflow/config": "^1.1.2",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "^1.1.0",
"@onflow/sdk": "^1.2.2",
"@onflow/sdk": "^1.2.3",
"@onflow/types": "^1.1.0",
"@onflow/util-actor": "^1.2.0",
"@onflow/util-address": "^1.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onflow/sdk

## 1.2.3

### Patch Changes

- [`41656b8b`](https://github.com/onflow/fcl-js/commit/41656b8bcf6be88c679de09569fe74643be10828) Thanks [@scottphc](https://github.com/scottphc)! - Use keyID from signatures

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/sdk",
"version": "1.2.2",
"version": "1.2.3",
"description": "Flow SDK",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down

0 comments on commit 8caf752

Please sign in to comment.