Skip to content

Commit 55db557

Browse files
Version Packages (#1783)
* Version Packages * Remove fcl-wc changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Jordan Ribbink <[email protected]>
1 parent 910f951 commit 55db557

File tree

14 files changed

+50
-69
lines changed

14 files changed

+50
-69
lines changed

.changeset/early-olives-explode.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lemon-adults-shout.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/pre.json

Lines changed: 0 additions & 32 deletions
This file was deleted.

.changeset/six-cherries-clap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twenty-zoos-battle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wet-chicken-unite.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/fcl/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @onflow/fcl
22

3+
## 1.7.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
### Patch Changes
10+
11+
- [#1785](https://github.com/onflow/fcl-js/pull/1785) [`a3143a80`](https://github.com/onflow/fcl-js/commit/a3143a80d1e5df66c58c837022038d92dd836811) Thanks [@jribbink](https://github.com/jribbink)! - Fix version normalization of services in FCL
12+
13+
- [#1532](https://github.com/onflow/fcl-js/pull/1532) [`06846f8e`](https://github.com/onflow/fcl-js/commit/06846f8e9c1e2cdf10aa8dfdff6e6c5b31af81e5) Thanks [@JeffreyDoyle](https://github.com/JeffreyDoyle)! - Refactor Resolve Accounts to user role based async decomposition for resolving internal accounts
14+
15+
- [#1793](https://github.com/onflow/fcl-js/pull/1793) [`08f4dd6b`](https://github.com/onflow/fcl-js/commit/08f4dd6b0efc2204feb8fae8a480980688a49141) Thanks [@nialexsan](https://github.com/nialexsan)! - Move is-helpers to utils
16+
17+
- [#1532](https://github.com/onflow/fcl-js/pull/1532) [`06846f8e`](https://github.com/onflow/fcl-js/commit/06846f8e9c1e2cdf10aa8dfdff6e6c5b31af81e5) Thanks [@JeffreyDoyle](https://github.com/JeffreyDoyle)! - Fixed duplicate signatures when sending transaction
18+
19+
- Updated dependencies [[`06846f8e`](https://github.com/onflow/fcl-js/commit/06846f8e9c1e2cdf10aa8dfdff6e6c5b31af81e5), [`06846f8e`](https://github.com/onflow/fcl-js/commit/06846f8e9c1e2cdf10aa8dfdff6e6c5b31af81e5)]:
20+
- @onflow/sdk@1.2.3
21+
322
## 1.6.0
423

524
### Minor Changes

packages/fcl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "Flow Client Library",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -61,7 +61,7 @@
6161
"@onflow/config": "^1.1.2",
6262
"@onflow/interaction": "0.0.11",
6363
"@onflow/rlp": "^1.1.0",
64-
"@onflow/sdk": "^1.2.2",
64+
"@onflow/sdk": "^1.2.3",
6565
"@onflow/types": "^1.1.0",
6666
"@onflow/util-actor": "^1.2.0",
6767
"@onflow/util-address": "^1.1.0",

packages/sdk/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @onflow/sdk
22

3+
## 1.2.3
4+
5+
### Patch Changes
6+
7+
- [#1532](https://github.com/onflow/fcl-js/pull/1532) [`06846f8e`](https://github.com/onflow/fcl-js/commit/06846f8e9c1e2cdf10aa8dfdff6e6c5b31af81e5) Thanks [@JeffreyDoyle](https://github.com/JeffreyDoyle)! - Refactor Resolve Accounts to user role based async decomposition for resolving internal accounts
8+
9+
- [#1532](https://github.com/onflow/fcl-js/pull/1532) [`06846f8e`](https://github.com/onflow/fcl-js/commit/06846f8e9c1e2cdf10aa8dfdff6e6c5b31af81e5) Thanks [@JeffreyDoyle](https://github.com/JeffreyDoyle)! - Fixed duplicate signatures when sending transaction
10+
11+
- Updated dependencies [[`06846f8e`](https://github.com/onflow/fcl-js/commit/06846f8e9c1e2cdf10aa8dfdff6e6c5b31af81e5)]:
12+
- @onflow/transport-http@1.7.2
13+
314
## 1.2.2
415

516
### Patch Changes

packages/sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/sdk",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Flow SDK",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -44,7 +44,7 @@
4444
"@babel/runtime": "^7.18.6",
4545
"@onflow/config": "^1.1.1",
4646
"@onflow/rlp": "^1.1.0",
47-
"@onflow/transport-http": "^1.7.1",
47+
"@onflow/transport-http": "^1.7.2",
4848
"@onflow/util-actor": "^1.2.0",
4949
"@onflow/util-address": "^1.1.0",
5050
"@onflow/util-invariant": "^1.1.0",

0 commit comments

Comments
 (0)