Skip to content

Commit

Permalink
Fix changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Oct 31, 2023
1 parent 06846f8 commit 02622d8
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 99 deletions.
6 changes: 0 additions & 6 deletions .changeset/big-mangos-explode.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/brave-mirrors-report.md

This file was deleted.

1 change: 1 addition & 0 deletions .changeset/lemon-adults-shout.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
"@onflow/sdk": patch
"@onflow/fcl": patch
---

Refactor Resolve Accounts to user role based async decomposition for resolving internal accounts
5 changes: 1 addition & 4 deletions .changeset/wet-chicken-unite.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
"@onflow/transport-grpc": patch
"@onflow/transport-http": patch
"@onflow/fcl-wc": patch
"@onflow/fcl": patch
"@onflow/sdk": patch
---

fixed sig resolution
Fixed duplicate signatures when sending transaction
16 changes: 0 additions & 16 deletions packages/fcl-wc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
# @onflow/fcl-wc

## 4.0.0-accounts.1

### Patch Changes

- [#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

- 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)]:
- @onflow/fcl@1.6.0-accounts.1

## 3.0.1-accounts.0

### Patch Changes

- Updated dependencies []:
- @onflow/fcl@1.5.3-accounts.0

## 3.0.0

### Patch Changes
Expand Down
24 changes: 0 additions & 24 deletions packages/fcl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,5 @@
# @onflow/fcl

## 1.6.0-accounts.1

### 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

- [#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

- Updated dependencies [[`d736e157`](https://github.com/onflow/fcl-js/commit/d736e157794cf9950dc5dee9a8c21a43dada9789)]:
- @onflow/sdk@1.2.3-accounts.1

## 1.5.3-accounts.0

### Patch Changes

- testing refactored accounts resolver

- Updated dependencies [[`f5f185b7`](https://github.com/onflow/fcl-js/commit/f5f185b7e18f19b1b2b2abe335050b0ba80b594f), [`6f4a0067`](https://github.com/onflow/fcl-js/commit/6f4a006712e94089c3e0ffbcb1cfbf625ab8d18f)]:
- @onflow/sdk@1.2.3-accounts.0

## 1.5.2

### Patch Changes
Expand Down
22 changes: 0 additions & 22 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,5 @@
# @onflow/sdk

## 1.2.3-accounts.1

### Patch Changes

- [#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

- Updated dependencies [[`d736e157`](https://github.com/onflow/fcl-js/commit/d736e157794cf9950dc5dee9a8c21a43dada9789)]:
- @onflow/transport-http@1.7.2-accounts.1

## 1.2.3-accounts.0

### Patch Changes

- [#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

- testing refactored accounts resolver

- [#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

- Updated dependencies [[`f5f185b7`](https://github.com/onflow/fcl-js/commit/f5f185b7e18f19b1b2b2abe335050b0ba80b594f)]:
- @onflow/transport-http@1.7.2-accounts.0

## 1.2.2

### Patch Changes
Expand Down
6 changes: 0 additions & 6 deletions packages/transport-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @onflow/transport-grpc

## 1.2.2-accounts.0

### Patch Changes

- [#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

## 1.2.1

### Patch Changes
Expand Down
14 changes: 0 additions & 14 deletions packages/transport-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
# @onflow/transport-http

## 1.7.2-accounts.1

### Patch Changes

- [#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

## 1.7.2-accounts.0

### Patch Changes

- [#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

- testing refactored accounts resolver

## 1.7.1

### Patch Changes
Expand Down

0 comments on commit 02622d8

Please sign in to comment.