From dbe7f4200063bcefadde04e95c045215448d898f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 27 May 2022 23:34:54 +0000 Subject: [PATCH] Version Packages (alpha) --- .changeset/pre.json | 9 ++++++++- packages/fcl/CHANGELOG.md | 11 +++++++++++ packages/fcl/package.json | 4 ++-- packages/sdk/CHANGELOG.md | 12 ++++++++++++ packages/sdk/package.json | 6 +++--- packages/transport-http/CHANGELOG.md | 10 ++++++++++ packages/transport-http/package.json | 2 +- packages/util-logger/CHANGELOG.md | 7 +++++++ packages/util-logger/package.json | 4 ++-- 9 files changed, 56 insertions(+), 9 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 0c86eed63..35f4ce9e5 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -19,5 +19,12 @@ "@onflow/util-template": "1.0.1", "@onflow/util-uid": "1.0.1" }, - "changesets": [] + "changesets": [ + "empty-ants-switch", + "friendly-berries-admire", + "itchy-pumpkins-dream", + "short-colts-beg", + "smart-toys-joke", + "tall-zebras-tie" + ] } diff --git a/packages/fcl/CHANGELOG.md b/packages/fcl/CHANGELOG.md index ccd2b60e6..e9d28023f 100644 --- a/packages/fcl/CHANGELOG.md +++ b/packages/fcl/CHANGELOG.md @@ -1,5 +1,16 @@ # @onflow/fcl +## 1.0.3-alpha.0 + +### Patch Changes + +- [#1177](https://github.com/onflow/fcl-js/pull/1177) [`e38f9fe4`](https://github.com/onflow/fcl-js/commit/e38f9fe4ba030693984ab74bffd5bca387ac9a09) Thanks [@hotrungnhan](https://github.com/hotrungnhan)! - Fix events subcribe block height issue and add polling rate guide to docs. + +* [#1211](https://github.com/onflow/fcl-js/pull/1211) [`f4c6fb9a`](https://github.com/onflow/fcl-js/commit/f4c6fb9a05e8cf717afcd6a3b3b4c8b102f253e3) Thanks [@gregsantos](https://github.com/gregsantos)! - Update event listeners in strategies + Fixes a bug where event listener was not being removed on close +* Updated dependencies [[`1654ebbe`](https://github.com/onflow/fcl-js/commit/1654ebbe45ea5e4ca13536ed2139520ce21ee314), [`d1765950`](https://github.com/onflow/fcl-js/commit/d176595021681e660ae0a06161340833280091fb)]: + - @onflow/sdk@1.0.2-alpha.0 + ## 1.0.2 ### Patch Changes diff --git a/packages/fcl/package.json b/packages/fcl/package.json index 7c1d8f32d..e99aa3abb 100644 --- a/packages/fcl/package.json +++ b/packages/fcl/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl", - "version": "1.0.2", + "version": "1.0.3-alpha.0", "description": "Flow Client Library", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -44,7 +44,7 @@ "@onflow/config": "^1.0.1", "@onflow/interaction": "0.0.11", "@onflow/rlp": "^1.0.1", - "@onflow/sdk": "^1.0.1", + "@onflow/sdk": "^1.0.2-alpha.0", "@onflow/types": "^1.0.1", "@onflow/util-actor": "^1.0.1", "@onflow/util-address": "^1.0.1", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index c2356edc7..92ad119e6 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,17 @@ # @onflow/sdk +## 1.0.2-alpha.0 + +### Patch Changes + +- [#1212](https://github.com/onflow/fcl-js/pull/1212) [`1654ebbe`](https://github.com/onflow/fcl-js/commit/1654ebbe45ea5e4ca13536ed2139520ce21ee314) Thanks [@jribbink](https://github.com/jribbink)! - Make deprecation notice for getEvents use @onflow/util-logger instead of console.warn + +* [#1199](https://github.com/onflow/fcl-js/pull/1199) [`d1765950`](https://github.com/onflow/fcl-js/commit/d176595021681e660ae0a06161340833280091fb) Thanks [@jribbink](https://github.com/jribbink)! - Fix issue where custom decoders did not properly override default decoders + +* Updated dependencies [[`d9bc1cc6`](https://github.com/onflow/fcl-js/commit/d9bc1cc671f143d2f37cad6eb6b80123f1f3d760), [`cd218e84`](https://github.com/onflow/fcl-js/commit/cd218e843acfc390049b391d36c447ce93668221)]: + - @onflow/transport-http@1.3.0-alpha.0 + - @onflow/util-logger@1.0.2-alpha.0 + ## 1.0.1 ### Patch Changes diff --git a/packages/sdk/package.json b/packages/sdk/package.json index b5a38ca79..671a5a80e 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/sdk", - "version": "1.0.1", + "version": "1.0.2-alpha.0", "description": "Flow SDK", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -41,11 +41,11 @@ "dependencies": { "@onflow/config": "^1.0.1", "@onflow/rlp": "^1.0.1", - "@onflow/transport-http": "^1.1.0", + "@onflow/transport-http": "^1.3.0-alpha.0", "@onflow/util-actor": "^1.0.1", "@onflow/util-address": "^1.0.1", "@onflow/util-invariant": "^1.0.1", - "@onflow/util-logger": "^1.0.1", + "@onflow/util-logger": "^1.0.2-alpha.0", "@onflow/util-template": "^1.0.1", "deepmerge": "^4.2.2", "sha3": "^2.1.4" diff --git a/packages/transport-http/CHANGELOG.md b/packages/transport-http/CHANGELOG.md index f3ceba99c..ae8c84428 100644 --- a/packages/transport-http/CHANGELOG.md +++ b/packages/transport-http/CHANGELOG.md @@ -1,5 +1,15 @@ # @onflow/transport-http +## 1.3.0-alpha.0 + +### Minor Changes + +- [#1196](https://github.com/onflow/fcl-js/pull/1196) [`cd218e84`](https://github.com/onflow/fcl-js/commit/cd218e843acfc390049b391d36c447ce93668221) Thanks [@jribbink](https://github.com/jribbink)! - Added errorMessage property to HTTPRequestError to expose Access API errors when making requests + +### Patch Changes + +- [#1197](https://github.com/onflow/fcl-js/pull/1197) [`d9bc1cc6`](https://github.com/onflow/fcl-js/commit/d9bc1cc671f143d2f37cad6eb6b80123f1f3d760) Thanks [@jribbink](https://github.com/jribbink)! - Fix issue where httpRequest errors were thrown inside a promise and could not be caught on node + ## 1.2.0 ### Minor Changes diff --git a/packages/transport-http/package.json b/packages/transport-http/package.json index e7101162b..c287236f5 100644 --- a/packages/transport-http/package.json +++ b/packages/transport-http/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/transport-http", - "version": "1.2.0", + "version": "1.3.0-alpha.0", "description": "Flow SDK HTTP Transport Module", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/packages/util-logger/CHANGELOG.md b/packages/util-logger/CHANGELOG.md index 0313b6d76..6b2c73baa 100644 --- a/packages/util-logger/CHANGELOG.md +++ b/packages/util-logger/CHANGELOG.md @@ -1,5 +1,12 @@ # @onflow/util-logger +## 1.0.2-alpha.0 + +### Patch Changes + +- Updated dependencies [[`1654ebbe`](https://github.com/onflow/fcl-js/commit/1654ebbe45ea5e4ca13536ed2139520ce21ee314), [`d1765950`](https://github.com/onflow/fcl-js/commit/d176595021681e660ae0a06161340833280091fb)]: + - @onflow/sdk@1.0.2-alpha.0 + ## 1.0.1 ### Patch Changes diff --git a/packages/util-logger/package.json b/packages/util-logger/package.json index 2b61c5b86..94f4ba173 100644 --- a/packages/util-logger/package.json +++ b/packages/util-logger/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-logger", - "version": "1.0.1", + "version": "1.0.2-alpha.0", "description": "Logger for FCL-JS", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -34,6 +34,6 @@ "start": "microbundle watch --no-compress" }, "dependencies": { - "@onflow/sdk": "^1.0.1" + "@onflow/sdk": "^1.0.2-alpha.0" } }