Skip to content

Commit 5091de7

Browse files
authored
Fix changesets (#1795)
* Fix changesets * Add FCL
1 parent 06846f8 commit 5091de7

File tree

9 files changed

+3
-99
lines changed

9 files changed

+3
-99
lines changed

.changeset/big-mangos-explode.md

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

.changeset/brave-mirrors-report.md

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

.changeset/lemon-adults-shout.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
"@onflow/sdk": patch
3+
"@onflow/fcl": patch
34
---
45

56
Refactor Resolve Accounts to user role based async decomposition for resolving internal accounts

.changeset/wet-chicken-unite.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
---
2-
"@onflow/transport-grpc": patch
3-
"@onflow/transport-http": patch
4-
"@onflow/fcl-wc": patch
52
"@onflow/fcl": patch
63
"@onflow/sdk": patch
4+
"@onflow/transport-http": patch
75
---
86

9-
fixed sig resolution
7+
Fixed duplicate signatures when sending transaction

packages/fcl-wc/CHANGELOG.md

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

3-
## 4.0.0-accounts.1
4-
5-
### Patch Changes
6-
7-
- [#1532](https://github.com/onflow/fcl-js/pull/1532) [`d736e157`](https://github.com/onflow/fcl-js/commit/d736e157794cf9950dc5dee9a8c21a43dada9789) Thanks [@JeffreyDoyle](https://github.com/JeffreyDoyle)! - fixed sig resolution
8-
9-
- Updated dependencies [[`e0d0d144`](https://github.com/onflow/fcl-js/commit/e0d0d1449524f4c65e3f7a263b5c0a3ab5ac4a89), [`3d037e84`](https://github.com/onflow/fcl-js/commit/3d037e8470d56935bbc07ad7177ac40907def660), [`d736e157`](https://github.com/onflow/fcl-js/commit/d736e157794cf9950dc5dee9a8c21a43dada9789)]:
10-
- @onflow/fcl@1.6.0-accounts.1
11-
12-
## 3.0.1-accounts.0
13-
14-
### Patch Changes
15-
16-
- Updated dependencies []:
17-
- @onflow/fcl@1.5.3-accounts.0
18-
193
## 3.0.0
204

215
### Patch Changes

packages/fcl/CHANGELOG.md

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

3-
## 1.6.0-accounts.1
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-
- [#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
10-
11-
### Patch Changes
12-
13-
- [#1532](https://github.com/onflow/fcl-js/pull/1532) [`d736e157`](https://github.com/onflow/fcl-js/commit/d736e157794cf9950dc5dee9a8c21a43dada9789) Thanks [@JeffreyDoyle](https://github.com/JeffreyDoyle)! - fixed sig resolution
14-
15-
- Updated dependencies [[`d736e157`](https://github.com/onflow/fcl-js/commit/d736e157794cf9950dc5dee9a8c21a43dada9789)]:
16-
- @onflow/sdk@1.2.3-accounts.1
17-
18-
## 1.5.3-accounts.0
19-
20-
### Patch Changes
21-
22-
- testing refactored accounts resolver
23-
24-
- Updated dependencies [[`f5f185b7`](https://github.com/onflow/fcl-js/commit/f5f185b7e18f19b1b2b2abe335050b0ba80b594f), [`6f4a0067`](https://github.com/onflow/fcl-js/commit/6f4a006712e94089c3e0ffbcb1cfbf625ab8d18f)]:
25-
- @onflow/sdk@1.2.3-accounts.0
26-
273
## 1.5.2
284

295
### Patch Changes

packages/sdk/CHANGELOG.md

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

3-
## 1.2.3-accounts.1
4-
5-
### Patch Changes
6-
7-
- [#1532](https://github.com/onflow/fcl-js/pull/1532) [`d736e157`](https://github.com/onflow/fcl-js/commit/d736e157794cf9950dc5dee9a8c21a43dada9789) Thanks [@JeffreyDoyle](https://github.com/JeffreyDoyle)! - fixed sig resolution
8-
9-
- Updated dependencies [[`d736e157`](https://github.com/onflow/fcl-js/commit/d736e157794cf9950dc5dee9a8c21a43dada9789)]:
10-
- @onflow/transport-http@1.7.2-accounts.1
11-
12-
## 1.2.3-accounts.0
13-
14-
### Patch Changes
15-
16-
- [#1708](https://github.com/onflow/fcl-js/pull/1708) [`f5f185b7`](https://github.com/onflow/fcl-js/commit/f5f185b7e18f19b1b2b2abe335050b0ba80b594f) Thanks [@nialexsan](https://github.com/nialexsan)! - Updated packages
17-
18-
- testing refactored accounts resolver
19-
20-
- [#1532](https://github.com/onflow/fcl-js/pull/1532) [`6f4a0067`](https://github.com/onflow/fcl-js/commit/6f4a006712e94089c3e0ffbcb1cfbf625ab8d18f) Thanks [@JeffreyDoyle](https://github.com/JeffreyDoyle)! - Refactor Resolve Accounts to user role based async decomposition for resolving internal accounts
21-
22-
- Updated dependencies [[`f5f185b7`](https://github.com/onflow/fcl-js/commit/f5f185b7e18f19b1b2b2abe335050b0ba80b594f)]:
23-
- @onflow/transport-http@1.7.2-accounts.0
24-
253
## 1.2.2
264

275
### Patch Changes

packages/transport-grpc/CHANGELOG.md

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

3-
## 1.2.2-accounts.0
4-
5-
### Patch Changes
6-
7-
- [#1532](https://github.com/onflow/fcl-js/pull/1532) [`d736e157`](https://github.com/onflow/fcl-js/commit/d736e157794cf9950dc5dee9a8c21a43dada9789) Thanks [@JeffreyDoyle](https://github.com/JeffreyDoyle)! - fixed sig resolution
8-
93
## 1.2.1
104

115
### Patch Changes

packages/transport-http/CHANGELOG.md

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

3-
## 1.7.2-accounts.1
4-
5-
### Patch Changes
6-
7-
- [#1532](https://github.com/onflow/fcl-js/pull/1532) [`d736e157`](https://github.com/onflow/fcl-js/commit/d736e157794cf9950dc5dee9a8c21a43dada9789) Thanks [@JeffreyDoyle](https://github.com/JeffreyDoyle)! - fixed sig resolution
8-
9-
## 1.7.2-accounts.0
10-
11-
### Patch Changes
12-
13-
- [#1708](https://github.com/onflow/fcl-js/pull/1708) [`f5f185b7`](https://github.com/onflow/fcl-js/commit/f5f185b7e18f19b1b2b2abe335050b0ba80b594f) Thanks [@nialexsan](https://github.com/nialexsan)! - Updated packages
14-
15-
- testing refactored accounts resolver
16-
173
## 1.7.1
184

195
### Patch Changes

0 commit comments

Comments
 (0)