diff --git a/.changeset/big-mangos-explode.md b/.changeset/big-mangos-explode.md deleted file mode 100644 index de27106a9..000000000 --- a/.changeset/big-mangos-explode.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@onflow/transport-http": patch -"@onflow/sdk": patch ---- - -Updated packages diff --git a/.changeset/brave-mirrors-report.md b/.changeset/brave-mirrors-report.md deleted file mode 100644 index 5a9100b55..000000000 --- a/.changeset/brave-mirrors-report.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@onflow/transport-http": patch -"@onflow/fcl": patch -"@onflow/sdk": patch ---- - -testing refactored accounts resolver diff --git a/.changeset/lemon-adults-shout.md b/.changeset/lemon-adults-shout.md index 599b43277..daa853a85 100644 --- a/.changeset/lemon-adults-shout.md +++ b/.changeset/lemon-adults-shout.md @@ -1,5 +1,6 @@ --- "@onflow/sdk": patch +"@onflow/fcl": patch --- Refactor Resolve Accounts to user role based async decomposition for resolving internal accounts diff --git a/.changeset/wet-chicken-unite.md b/.changeset/wet-chicken-unite.md index 422dabe01..5e2b4cfb8 100644 --- a/.changeset/wet-chicken-unite.md +++ b/.changeset/wet-chicken-unite.md @@ -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 diff --git a/packages/fcl-wc/CHANGELOG.md b/packages/fcl-wc/CHANGELOG.md index 9b5ef0375..01f16794d 100644 --- a/packages/fcl-wc/CHANGELOG.md +++ b/packages/fcl-wc/CHANGELOG.md @@ -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 diff --git a/packages/fcl/CHANGELOG.md b/packages/fcl/CHANGELOG.md index 3cba68d25..7eb85faf6 100644 --- a/packages/fcl/CHANGELOG.md +++ b/packages/fcl/CHANGELOG.md @@ -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 diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 827f52091..f8358f112 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -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 diff --git a/packages/transport-grpc/CHANGELOG.md b/packages/transport-grpc/CHANGELOG.md index 8d3fc3d74..24cb60afb 100644 --- a/packages/transport-grpc/CHANGELOG.md +++ b/packages/transport-grpc/CHANGELOG.md @@ -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 diff --git a/packages/transport-http/CHANGELOG.md b/packages/transport-http/CHANGELOG.md index 84b2a7ffa..bcd070d1b 100644 --- a/packages/transport-http/CHANGELOG.md +++ b/packages/transport-http/CHANGELOG.md @@ -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