From 72c0e7188647b11ed0f520394ca7314fbb349c78 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 16 May 2022 20:01:46 +0000 Subject: [PATCH] Version Packages --- .changeset/big-tips-itch.md | 5 ----- .changeset/happy-cherries-talk.md | 5 ----- .changeset/nasty-actors-sing.md | 5 ----- .changeset/rotten-news-scream.md | 19 ------------------- .changeset/tidy-keys-heal.md | 5 ----- packages/config/CHANGELOG.md | 9 +++++++++ packages/config/package.json | 4 ++-- packages/fcl/CHANGELOG.md | 19 +++++++++++++++++++ packages/fcl/package.json | 20 ++++++++++---------- packages/rlp/CHANGELOG.md | 6 ++++++ packages/rlp/package.json | 2 +- packages/sdk/CHANGELOG.md | 16 ++++++++++++++++ packages/sdk/package.json | 18 +++++++++--------- packages/transport-grpc/CHANGELOG.md | 12 ++++++++++++ packages/transport-grpc/package.json | 10 +++++----- packages/transport-http/CHANGELOG.md | 16 ++++++++++++++++ packages/transport-http/package.json | 14 +++++++------- packages/types/CHANGELOG.md | 6 ++++++ packages/types/package.json | 2 +- packages/util-actor/CHANGELOG.md | 6 ++++++ packages/util-actor/package.json | 2 +- packages/util-address/CHANGELOG.md | 6 ++++++ packages/util-address/package.json | 4 ++-- packages/util-encode-key/CHANGELOG.md | 10 ++++++++++ packages/util-encode-key/package.json | 8 ++++---- packages/util-invariant/CHANGELOG.md | 6 ++++++ packages/util-invariant/package.json | 4 ++-- packages/util-logger/CHANGELOG.md | 9 +++++++++ packages/util-logger/package.json | 4 ++-- packages/util-node-http-modules/CHANGELOG.md | 10 ++++++++++ packages/util-node-http-modules/package.json | 2 +- packages/util-template/CHANGELOG.md | 6 ++++++ packages/util-template/package.json | 2 +- packages/util-uid/CHANGELOG.md | 6 ++++++ packages/util-uid/package.json | 2 +- 35 files changed, 192 insertions(+), 88 deletions(-) delete mode 100644 .changeset/big-tips-itch.md delete mode 100644 .changeset/happy-cherries-talk.md delete mode 100644 .changeset/nasty-actors-sing.md delete mode 100644 .changeset/rotten-news-scream.md delete mode 100644 .changeset/tidy-keys-heal.md diff --git a/.changeset/big-tips-itch.md b/.changeset/big-tips-itch.md deleted file mode 100644 index b74645041..000000000 --- a/.changeset/big-tips-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/util-node-http-modules": patch ---- - -Fixed issue where microbundler was not building util-node-http-modules package diff --git a/.changeset/happy-cherries-talk.md b/.changeset/happy-cherries-talk.md deleted file mode 100644 index 14cfdd0b8..000000000 --- a/.changeset/happy-cherries-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/util-node-http-modules": patch ---- - -Try/catch was not catching missing import error and separate entry points for browser/node were required diff --git a/.changeset/nasty-actors-sing.md b/.changeset/nasty-actors-sing.md deleted file mode 100644 index 0820151e4..000000000 --- a/.changeset/nasty-actors-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/fcl": patch ---- - -Added exception handling in transaction subscriber polling to handle network disconnect/server error events diff --git a/.changeset/rotten-news-scream.md b/.changeset/rotten-news-scream.md deleted file mode 100644 index 01c50fcca..000000000 --- a/.changeset/rotten-news-scream.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -"@onflow/config": patch -"@onflow/fcl": patch -"@onflow/rlp": patch -"@onflow/sdk": patch -"@onflow/transport-grpc": patch -"@onflow/transport-http": patch -"@onflow/types": patch -"@onflow/util-actor": patch -"@onflow/util-address": patch -"@onflow/util-encode-key": patch -"@onflow/util-invariant": patch -"@onflow/util-logger": patch -"@onflow/util-node-http-modules": patch -"@onflow/util-template": patch -"@onflow/util-uid": patch ---- - -Add --no-compress to watch scripts for easier debugging diff --git a/.changeset/tidy-keys-heal.md b/.changeset/tidy-keys-heal.md deleted file mode 100644 index c91bf15db..000000000 --- a/.changeset/tidy-keys-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/transport-http": minor ---- - -Added automatic retries for failed requests with 500,502,503,504 status code diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 0d94f8154..1cdd7b86b 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,14 @@ # @onflow/config +## 1.0.1 + +### Patch Changes + +- [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging + +- Updated dependencies [[`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4)]: + - @onflow/util-actor@1.0.1 + ## 1.0.0 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index 1b3a4016a..b158b51d3 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/config", - "version": "1.0.0", + "version": "1.0.1", "description": "Config for FCL-JS", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -34,6 +34,6 @@ "start": "microbundle watch --no-compress" }, "dependencies": { - "@onflow/util-actor": "^1.0.0" + "@onflow/util-actor": "^1.0.1" } } diff --git a/packages/fcl/CHANGELOG.md b/packages/fcl/CHANGELOG.md index 8943934d6..785adac2d 100644 --- a/packages/fcl/CHANGELOG.md +++ b/packages/fcl/CHANGELOG.md @@ -1,5 +1,24 @@ # @onflow/fcl +## 1.0.1 + +### Patch Changes + +- [#1181](https://github.com/onflow/fcl-js/pull/1181) [`25e87101`](https://github.com/onflow/fcl-js/commit/25e8710162a105771d1629eced6270ce37718a1b) Thanks [@jribbink](https://github.com/jribbink)! - Added exception handling in transaction subscriber polling to handle network disconnect/server error events + +* [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging + +* Updated dependencies [[`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4)]: + - @onflow/config@1.0.1 + - @onflow/rlp@1.0.1 + - @onflow/sdk@1.0.1 + - @onflow/types@1.0.1 + - @onflow/util-actor@1.0.1 + - @onflow/util-address@1.0.1 + - @onflow/util-invariant@1.0.1 + - @onflow/util-template@1.0.1 + - @onflow/util-uid@1.0.1 + ## 1.0.0 ### Major Changes diff --git a/packages/fcl/package.json b/packages/fcl/package.json index db560aae2..ea204c6fc 100644 --- a/packages/fcl/package.json +++ b/packages/fcl/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl", - "version": "1.0.0", + "version": "1.0.1", "description": "Flow Client Library", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -41,15 +41,15 @@ "start": "microbundle watch --define MICROBUNDLE_CURRENT_VERSION=$npm_package_version --no-compress" }, "dependencies": { - "@onflow/config": "^1.0.0", + "@onflow/config": "^1.0.1", "@onflow/interaction": "0.0.11", - "@onflow/rlp": "^1.0.0", - "@onflow/sdk": "^1.0.0", - "@onflow/types": "^1.0.0", - "@onflow/util-actor": "^1.0.0", - "@onflow/util-address": "^1.0.0", - "@onflow/util-invariant": "^1.0.0", - "@onflow/util-template": "^1.0.0", - "@onflow/util-uid": "^1.0.0" + "@onflow/rlp": "^1.0.1", + "@onflow/sdk": "^1.0.1", + "@onflow/types": "^1.0.1", + "@onflow/util-actor": "^1.0.1", + "@onflow/util-address": "^1.0.1", + "@onflow/util-invariant": "^1.0.1", + "@onflow/util-template": "^1.0.1", + "@onflow/util-uid": "^1.0.1" } } diff --git a/packages/rlp/CHANGELOG.md b/packages/rlp/CHANGELOG.md index fac38c691..fabad0d3b 100644 --- a/packages/rlp/CHANGELOG.md +++ b/packages/rlp/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/rlp +## 1.0.1 + +### Patch Changes + +- [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging + ## 1.0.0 ### Major Changes diff --git a/packages/rlp/package.json b/packages/rlp/package.json index b53ec1578..8fa24bec2 100644 --- a/packages/rlp/package.json +++ b/packages/rlp/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/rlp", - "version": "1.0.0", + "version": "1.0.1", "description": "Port of ethereumjs/rlp", "license": "MPL-2.0", "author": "Dapper Labs ", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 282fd2294..c2356edc7 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,21 @@ # @onflow/sdk +## 1.0.1 + +### Patch Changes + +- [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging + +- Updated dependencies [[`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4), [`f348803d`](https://github.com/onflow/fcl-js/commit/f348803dbaaebad6d7081248b41f5582d5627d86)]: + - @onflow/config@1.0.1 + - @onflow/rlp@1.0.1 + - @onflow/transport-http@1.1.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-template@1.0.1 + ## 1.0.0 ### Major Changes diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 1ccffd2bd..b5a38ca79 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/sdk", - "version": "1.0.0", + "version": "1.0.1", "description": "Flow SDK", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -39,14 +39,14 @@ "start": "microbundle --no-compress --define MICROBUNDLE_CURRENT_VERSION=$npm_package_version watch" }, "dependencies": { - "@onflow/config": "^1.0.0", - "@onflow/rlp": "^1.0.0", - "@onflow/transport-http": "^1.0.0", - "@onflow/util-actor": "^1.0.0", - "@onflow/util-address": "^1.0.0", - "@onflow/util-invariant": "^1.0.0", - "@onflow/util-logger": "^1.0.0", - "@onflow/util-template": "^1.0.0", + "@onflow/config": "^1.0.1", + "@onflow/rlp": "^1.0.1", + "@onflow/transport-http": "^1.1.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-template": "^1.0.1", "deepmerge": "^4.2.2", "sha3": "^2.1.4" } diff --git a/packages/transport-grpc/CHANGELOG.md b/packages/transport-grpc/CHANGELOG.md index 6e095f150..66c045cbb 100644 --- a/packages/transport-grpc/CHANGELOG.md +++ b/packages/transport-grpc/CHANGELOG.md @@ -1,5 +1,17 @@ # @onflow/transport-grpc +## 1.0.1 + +### Patch Changes + +- [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging + +- Updated dependencies [[`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4)]: + - @onflow/rlp@1.0.1 + - @onflow/util-address@1.0.1 + - @onflow/util-invariant@1.0.1 + - @onflow/util-template@1.0.1 + ## 1.0.0 ### Major Changes diff --git a/packages/transport-grpc/package.json b/packages/transport-grpc/package.json index 51bb4658c..d21cc75fc 100644 --- a/packages/transport-grpc/package.json +++ b/packages/transport-grpc/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/transport-grpc", - "version": "1.0.0", + "version": "1.0.1", "description": "Flow SDK GRPC Transport Module", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -38,9 +38,9 @@ "@improbable-eng/grpc-web": "^0.14.0", "@improbable-eng/grpc-web-node-http-transport": "^0.14.0", "@onflow/protobuf": "^1.0.0", - "@onflow/rlp": "^1.0.0", - "@onflow/util-address": "^1.0.0", - "@onflow/util-invariant": "^1.0.0", - "@onflow/util-template": "^1.0.0" + "@onflow/rlp": "^1.0.1", + "@onflow/util-address": "^1.0.1", + "@onflow/util-invariant": "^1.0.1", + "@onflow/util-template": "^1.0.1" } } diff --git a/packages/transport-http/CHANGELOG.md b/packages/transport-http/CHANGELOG.md index bbeedbff9..ee0aaf1cc 100644 --- a/packages/transport-http/CHANGELOG.md +++ b/packages/transport-http/CHANGELOG.md @@ -1,5 +1,21 @@ # @onflow/transport-http +## 1.1.0 + +### Minor Changes + +- [#1180](https://github.com/onflow/fcl-js/pull/1180) [`f348803d`](https://github.com/onflow/fcl-js/commit/f348803dbaaebad6d7081248b41f5582d5627d86) Thanks [@jribbink](https://github.com/jribbink)! - Added automatic retries for failed requests with 500,502,503,504 status code + +### Patch Changes + +- [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging + +- Updated dependencies [[`48d2b11e`](https://github.com/onflow/fcl-js/commit/48d2b11e3c88fac8f503283fd080d161b38460a3), [`67bc4f61`](https://github.com/onflow/fcl-js/commit/67bc4f612193c6e703acfb09fc756a28c9c4f28a), [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4)]: + - @onflow/util-node-http-modules@1.0.1 + - @onflow/util-address@1.0.1 + - @onflow/util-invariant@1.0.1 + - @onflow/util-template@1.0.1 + ## 1.0.0 ### Major Changes diff --git a/packages/transport-http/package.json b/packages/transport-http/package.json index 6ef7d421d..5ba144e75 100644 --- a/packages/transport-http/package.json +++ b/packages/transport-http/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/transport-http", - "version": "1.0.0", + "version": "1.1.0", "description": "Flow SDK HTTP Transport Module", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -18,8 +18,8 @@ } }, "devDependencies": { - "@onflow/rlp": "^1.0.0", - "@onflow/types": "^1.0.0", + "@onflow/rlp": "^1.0.1", + "@onflow/types": "^1.0.1", "jest": "^27.0.6", "jest-esm-transformer": "1.0.0", "microbundle": "^0.13.3" @@ -37,9 +37,9 @@ "start": "microbundle watch --no-compress" }, "dependencies": { - "@onflow/util-address": "^1.0.0", - "@onflow/util-invariant": "^1.0.0", - "@onflow/util-template": "^1.0.0", - "@onflow/util-node-http-modules": "^1.0.0" + "@onflow/util-address": "^1.0.1", + "@onflow/util-invariant": "^1.0.1", + "@onflow/util-template": "^1.0.1", + "@onflow/util-node-http-modules": "^1.0.1" } } diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 13fc3425b..32db6d8a2 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/types +## 1.0.1 + +### Patch Changes + +- [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging + ## 1.0.0 ### Major Changes diff --git a/packages/types/package.json b/packages/types/package.json index d121d8159..90935a988 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/types", - "version": "1.0.0", + "version": "1.0.1", "description": "Utilities to transform javascript values into Cadence understandable values", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/packages/util-actor/CHANGELOG.md b/packages/util-actor/CHANGELOG.md index a928a856d..593893f22 100644 --- a/packages/util-actor/CHANGELOG.md +++ b/packages/util-actor/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/util-actor +## 1.0.1 + +### Patch Changes + +- [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging + ## 1.0.0 ### Major Changes diff --git a/packages/util-actor/package.json b/packages/util-actor/package.json index 96b2709ea..0f2fe4950 100644 --- a/packages/util-actor/package.json +++ b/packages/util-actor/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-actor", - "version": "1.0.0", + "version": "1.0.1", "description": "A mechanism for forcing order/transitions of scoped async state", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/packages/util-address/CHANGELOG.md b/packages/util-address/CHANGELOG.md index 735e7bd0a..7e0807641 100644 --- a/packages/util-address/CHANGELOG.md +++ b/packages/util-address/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/util-address +## 1.0.1 + +### Patch Changes + +- [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging + ## 1.0.0 ### Major Changes diff --git a/packages/util-address/package.json b/packages/util-address/package.json index b1a303910..56a6b2fca 100644 --- a/packages/util-address/package.json +++ b/packages/util-address/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-address", - "version": "1.0.0", + "version": "1.0.1", "description": "Flow JS SDK Util -- Address", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -18,7 +18,7 @@ } }, "devDependencies": { - "@onflow/types": "^1.0.0", + "@onflow/types": "^1.0.1", "jest": "26.4.2", "jest-esm-transformer": "1.0.0", "microbundle": "0.12.4" diff --git a/packages/util-encode-key/CHANGELOG.md b/packages/util-encode-key/CHANGELOG.md index da90826c2..4f8910926 100644 --- a/packages/util-encode-key/CHANGELOG.md +++ b/packages/util-encode-key/CHANGELOG.md @@ -1,5 +1,15 @@ # @onflow/util-encode-key +## 1.0.1 + +### Patch Changes + +- [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging + +- Updated dependencies [[`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4)]: + - @onflow/rlp@1.0.1 + - @onflow/util-invariant@1.0.1 + ## 1.0.0 ### Major Changes diff --git a/packages/util-encode-key/package.json b/packages/util-encode-key/package.json index 1f5faca9a..955ab9a93 100644 --- a/packages/util-encode-key/package.json +++ b/packages/util-encode-key/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-encode-key", - "version": "1.0.0", + "version": "1.0.1", "description": "Flow JS SDK Util -- Encode Key", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -18,7 +18,7 @@ } }, "devDependencies": { - "@onflow/types": "^1.0.0", + "@onflow/types": "^1.0.1", "jest": "^26.6.3", "jest-esm-transformer": "1.0.0", "microbundle": "^0.13.0" @@ -35,7 +35,7 @@ "start": "microbundle watch --no-compress" }, "dependencies": { - "@onflow/rlp": "^1.0.0", - "@onflow/util-invariant": "^1.0.0" + "@onflow/rlp": "^1.0.1", + "@onflow/util-invariant": "^1.0.1" } } diff --git a/packages/util-invariant/CHANGELOG.md b/packages/util-invariant/CHANGELOG.md index cd3f1ba57..a3ae245f3 100644 --- a/packages/util-invariant/CHANGELOG.md +++ b/packages/util-invariant/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/util-invariant +## 1.0.1 + +### Patch Changes + +- [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging + ## 1.0.0 ### Major Changes diff --git a/packages/util-invariant/package.json b/packages/util-invariant/package.json index 46ef94acb..bf6bdf142 100644 --- a/packages/util-invariant/package.json +++ b/packages/util-invariant/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-invariant", - "version": "1.0.0", + "version": "1.0.1", "description": "Flow JS SDK Util -- Invariant", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -18,7 +18,7 @@ } }, "devDependencies": { - "@onflow/types": "^1.0.0", + "@onflow/types": "^1.0.1", "jest": "26.4.2", "jest-esm-transformer": "1.0.0", "microbundle": "0.12.4" diff --git a/packages/util-logger/CHANGELOG.md b/packages/util-logger/CHANGELOG.md index 2ea35f9d8..0313b6d76 100644 --- a/packages/util-logger/CHANGELOG.md +++ b/packages/util-logger/CHANGELOG.md @@ -1,5 +1,14 @@ # @onflow/util-logger +## 1.0.1 + +### Patch Changes + +- [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging + +- Updated dependencies [[`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4)]: + - @onflow/sdk@1.0.1 + ## 1.0.0 ### Major Changes diff --git a/packages/util-logger/package.json b/packages/util-logger/package.json index 9337c75a9..2b61c5b86 100644 --- a/packages/util-logger/package.json +++ b/packages/util-logger/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-logger", - "version": "1.0.0", + "version": "1.0.1", "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.0" + "@onflow/sdk": "^1.0.1" } } diff --git a/packages/util-node-http-modules/CHANGELOG.md b/packages/util-node-http-modules/CHANGELOG.md index d016f5634..f45b2faa6 100644 --- a/packages/util-node-http-modules/CHANGELOG.md +++ b/packages/util-node-http-modules/CHANGELOG.md @@ -1,5 +1,15 @@ # @onflow/util-node-http-modules +## 1.0.1 + +### Patch Changes + +- [#1176](https://github.com/onflow/fcl-js/pull/1176) [`48d2b11e`](https://github.com/onflow/fcl-js/commit/48d2b11e3c88fac8f503283fd080d161b38460a3) Thanks [@jribbink](https://github.com/jribbink)! - Fixed issue where microbundler was not building util-node-http-modules package + +* [#1182](https://github.com/onflow/fcl-js/pull/1182) [`67bc4f61`](https://github.com/onflow/fcl-js/commit/67bc4f612193c6e703acfb09fc756a28c9c4f28a) Thanks [@jribbink](https://github.com/jribbink)! - Try/catch was not catching missing import error and separate entry points for browser/node were required + +- [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging + ## 1.0.0 ### Major Changes diff --git a/packages/util-node-http-modules/package.json b/packages/util-node-http-modules/package.json index 486d1eaaa..69bc5f3d7 100644 --- a/packages/util-node-http-modules/package.json +++ b/packages/util-node-http-modules/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-node-http-modules", - "version": "1.0.0", + "version": "1.0.1", "description": "Flow SDK Util Get Node Http Modules", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/packages/util-template/CHANGELOG.md b/packages/util-template/CHANGELOG.md index d78fb565c..3ddbb8684 100644 --- a/packages/util-template/CHANGELOG.md +++ b/packages/util-template/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/util-template +## 1.0.1 + +### Patch Changes + +- [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging + ## 1.0.0 ### Major Changes diff --git a/packages/util-template/package.json b/packages/util-template/package.json index 6dd343ea6..2672b979d 100644 --- a/packages/util-template/package.json +++ b/packages/util-template/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-template", - "version": "1.0.0", + "version": "1.0.1", "description": "Template Literal used for Cadence Interop", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/packages/util-uid/CHANGELOG.md b/packages/util-uid/CHANGELOG.md index 4f0407c37..2850d5e14 100644 --- a/packages/util-uid/CHANGELOG.md +++ b/packages/util-uid/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/util-uid +## 1.0.1 + +### Patch Changes + +- [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging + ## 1.0.0 ### Major Changes diff --git a/packages/util-uid/package.json b/packages/util-uid/package.json index 753bacba4..0cbfb966a 100644 --- a/packages/util-uid/package.json +++ b/packages/util-uid/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-uid", - "version": "1.0.0", + "version": "1.0.1", "description": "Utilities to generate Unique Identifiers", "license": "Apache-2.0", "author": "Dapper Labs ",