From 2d40f5323d5136e3fec4e6dcc33c5da49899ce6e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 15:36:22 -0700 Subject: [PATCH] Version Packages --- .changeset/empty-ants-switch.md | 5 ---- .changeset/fluffy-foxes-pull.md | 5 ---- .changeset/friendly-berries-admire.md | 5 ---- .changeset/gold-donuts-pretend.md | 9 ------ .changeset/green-berries-perform.md | 5 ---- .changeset/grumpy-cats-flash.md | 5 ---- .changeset/itchy-pumpkins-dream.md | 6 ---- .changeset/little-buses-thank.md | 5 ---- .changeset/mean-students-repair.md | 5 ---- .changeset/old-spies-wash.md | 5 ---- .changeset/pre.json | 42 --------------------------- .changeset/seven-shoes-sip.md | 5 ---- .changeset/short-colts-beg.md | 5 ---- .changeset/shy-emus-wave.md | 6 ---- .changeset/smart-toys-joke.md | 5 ---- .changeset/spotty-eggs-call.md | 5 ---- .changeset/strong-bananas-provide.md | 5 ---- .changeset/tall-zebras-tie.md | 5 ---- .changeset/tender-jobs-exist.md | 5 ---- packages/config/CHANGELOG.md | 7 +++++ packages/config/package.json | 4 +-- packages/fcl/CHANGELOG.md | 25 ++++++++++++++++ packages/fcl/package.json | 14 ++++----- packages/protobuf/CHANGELOG.md | 6 ++++ packages/protobuf/package.json | 2 +- packages/sdk/CHANGELOG.md | 27 +++++++++++++++++ packages/sdk/package.json | 12 ++++---- packages/transport-grpc/CHANGELOG.md | 12 ++++++++ packages/transport-grpc/package.json | 6 ++-- packages/transport-http/CHANGELOG.md | 17 +++++++++++ packages/transport-http/package.json | 6 ++-- packages/types/CHANGELOG.md | 6 ++++ packages/types/package.json | 2 +- packages/util-actor/CHANGELOG.md | 6 ++++ packages/util-actor/package.json | 2 +- packages/util-logger/CHANGELOG.md | 13 +++++++++ packages/util-logger/package.json | 4 +-- packages/util-template/CHANGELOG.md | 6 ++++ packages/util-template/package.json | 2 +- 39 files changed, 152 insertions(+), 165 deletions(-) delete mode 100644 .changeset/empty-ants-switch.md delete mode 100644 .changeset/fluffy-foxes-pull.md delete mode 100644 .changeset/friendly-berries-admire.md delete mode 100644 .changeset/gold-donuts-pretend.md delete mode 100644 .changeset/green-berries-perform.md delete mode 100644 .changeset/grumpy-cats-flash.md delete mode 100644 .changeset/itchy-pumpkins-dream.md delete mode 100644 .changeset/little-buses-thank.md delete mode 100644 .changeset/mean-students-repair.md delete mode 100644 .changeset/old-spies-wash.md delete mode 100644 .changeset/pre.json delete mode 100644 .changeset/seven-shoes-sip.md delete mode 100644 .changeset/short-colts-beg.md delete mode 100644 .changeset/shy-emus-wave.md delete mode 100644 .changeset/smart-toys-joke.md delete mode 100644 .changeset/spotty-eggs-call.md delete mode 100644 .changeset/strong-bananas-provide.md delete mode 100644 .changeset/tall-zebras-tie.md delete mode 100644 .changeset/tender-jobs-exist.md diff --git a/.changeset/empty-ants-switch.md b/.changeset/empty-ants-switch.md deleted file mode 100644 index d372382b9..000000000 --- a/.changeset/empty-ants-switch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/fcl": patch ---- - -Fix events subcribe block height issue and add polling rate guide to docs. diff --git a/.changeset/fluffy-foxes-pull.md b/.changeset/fluffy-foxes-pull.md deleted file mode 100644 index a32cd048f..000000000 --- a/.changeset/fluffy-foxes-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/transport-http": minor ---- - -Add request retry for 408 (Request Timeout) status code diff --git a/.changeset/friendly-berries-admire.md b/.changeset/friendly-berries-admire.md deleted file mode 100644 index 1ece119b1..000000000 --- a/.changeset/friendly-berries-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/transport-http": patch ---- - -Fix issue where httpRequest errors were thrown inside a promise and could not be caught on node diff --git a/.changeset/gold-donuts-pretend.md b/.changeset/gold-donuts-pretend.md deleted file mode 100644 index d8eca1a71..000000000 --- a/.changeset/gold-donuts-pretend.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@onflow/fcl": patch -"@onflow/sdk": patch -"@onflow/types": patch -"@onflow/util-logger": patch -"@onflow/util-template": patch ---- - -Switch deprecation warnings to standardized warnings introduced by @onflow/util-logger (log.deprecate) diff --git a/.changeset/green-berries-perform.md b/.changeset/green-berries-perform.md deleted file mode 100644 index 302b7bd3d..000000000 --- a/.changeset/green-berries-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/transport-grpc": minor ---- - -Added blockId to transport-grpc transaction status diff --git a/.changeset/grumpy-cats-flash.md b/.changeset/grumpy-cats-flash.md deleted file mode 100644 index 321c9dd71..000000000 --- a/.changeset/grumpy-cats-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/sdk": patch ---- - -Allow for integer string account.keyId in authorization function diff --git a/.changeset/itchy-pumpkins-dream.md b/.changeset/itchy-pumpkins-dream.md deleted file mode 100644 index d3033163f..000000000 --- a/.changeset/itchy-pumpkins-dream.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@onflow/fcl": patch ---- - -Update event listeners in strategies -Fixes a bug where event listener was not being removed on close diff --git a/.changeset/little-buses-thank.md b/.changeset/little-buses-thank.md deleted file mode 100644 index 43357dfc6..000000000 --- a/.changeset/little-buses-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/fcl": patch ---- - -Add deprecation warning when "env" is used instead of "flow.network" in config diff --git a/.changeset/mean-students-repair.md b/.changeset/mean-students-repair.md deleted file mode 100644 index b2fe6a913..000000000 --- a/.changeset/mean-students-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/protobuf": minor ---- - -Updated & regenerated protobuf definitions to match current access node specification diff --git a/.changeset/old-spies-wash.md b/.changeset/old-spies-wash.md deleted file mode 100644 index 0fa4ac563..000000000 --- a/.changeset/old-spies-wash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/sdk": patch ---- - -Fix infinite recursion bug when using array authorization function (used for multiple signing keys) diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index d0d9f3393..000000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "mode": "exit", - "tag": "alpha", - "initialVersions": { - "@onflow/config": "1.0.1", - "@onflow/fcl": "1.0.2", - "@onflow/protobuf": "1.0.0", - "@onflow/rlp": "1.0.1", - "@onflow/sdk": "1.0.1", - "@onflow/transport-grpc": "1.0.1", - "@onflow/transport-http": "1.2.0", - "@onflow/types": "1.0.1", - "@onflow/util-actor": "1.0.1", - "@onflow/util-address": "1.0.1", - "@onflow/util-encode-key": "1.0.1", - "@onflow/util-invariant": "1.0.1", - "@onflow/util-logger": "1.0.1", - "@onflow/util-node-http-modules": "1.0.2", - "@onflow/util-template": "1.0.1", - "@onflow/util-uid": "1.0.1" - }, - "changesets": [ - "empty-ants-switch", - "fluffy-foxes-pull", - "friendly-berries-admire", - "gold-donuts-pretend", - "green-berries-perform", - "grumpy-cats-flash", - "itchy-pumpkins-dream", - "little-buses-thank", - "mean-students-repair", - "old-spies-wash", - "seven-shoes-sip", - "short-colts-beg", - "shy-emus-wave", - "smart-toys-joke", - "spotty-eggs-call", - "strong-bananas-provide", - "tall-zebras-tie", - "tender-jobs-exist" - ] -} diff --git a/.changeset/seven-shoes-sip.md b/.changeset/seven-shoes-sip.md deleted file mode 100644 index 325f1577a..000000000 --- a/.changeset/seven-shoes-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/fcl": minor ---- - -Make errors accessible to subscribers from fcl.tx polling (second argument of callback) and throw error for onceSealed, onceExecuted, onceFinalized promises. Also removed retried polling requests as they are a redundancy already implemented by @onflow/transport-http diff --git a/.changeset/short-colts-beg.md b/.changeset/short-colts-beg.md deleted file mode 100644 index d8ab3516f..000000000 --- a/.changeset/short-colts-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/transport-http": minor ---- - -Added errorMessage property to HTTPRequestError to expose Access API errors when making requests diff --git a/.changeset/shy-emus-wave.md b/.changeset/shy-emus-wave.md deleted file mode 100644 index 4cbec6082..000000000 --- a/.changeset/shy-emus-wave.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@onflow/sdk": patch -"@onflow/transport-http": patch ---- - -Fix interaction arguments in http request body broken by prettier diff --git a/.changeset/smart-toys-joke.md b/.changeset/smart-toys-joke.md deleted file mode 100644 index df03c20a0..000000000 --- a/.changeset/smart-toys-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/sdk": patch ---- - -Make deprecation notice for getEvents use @onflow/util-logger instead of console.warn diff --git a/.changeset/spotty-eggs-call.md b/.changeset/spotty-eggs-call.md deleted file mode 100644 index 4be306336..000000000 --- a/.changeset/spotty-eggs-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/util-logger": minor ---- - -Add log.deprecate function for standardized deprecation warnings. Set default log level to warn. diff --git a/.changeset/strong-bananas-provide.md b/.changeset/strong-bananas-provide.md deleted file mode 100644 index 81a188dac..000000000 --- a/.changeset/strong-bananas-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/sdk": minor ---- - -Added deprecation warning for hard-coded DEFAULT_COMPUTE_LIMIT=10 (and increase to DEFAULT_COMPUTE_LIMIT=100 for now) and added sdk.defaultComputeLimit to config diff --git a/.changeset/tall-zebras-tie.md b/.changeset/tall-zebras-tie.md deleted file mode 100644 index 105663410..000000000 --- a/.changeset/tall-zebras-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/sdk": patch ---- - -Fix issue where custom decoders did not properly override default decoders diff --git a/.changeset/tender-jobs-exist.md b/.changeset/tender-jobs-exist.md deleted file mode 100644 index 5905b6530..000000000 --- a/.changeset/tender-jobs-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@onflow/util-actor": minor ---- - -Add error handling to actors. Second argument of callback is now an error object and fatal errors can be thrown with ctx.fatalError(e). diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 91ce81799..5cb8f099b 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,12 @@ # @onflow/config +## 1.0.2 + +### Patch Changes + +- Updated dependencies [[`4ec2bdc9`](https://github.com/onflow/fcl-js/commit/4ec2bdc9805ac081bdc8003b6e1ea52e02d3909d)]: + - @onflow/util-actor@1.1.0 + ## 1.0.2-alpha.0 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index 1bc3f71cc..02ec7152b 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/config", - "version": "1.0.2-alpha.0", + "version": "1.0.2", "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.1.0-alpha.0" + "@onflow/util-actor": "^1.1.0" } } diff --git a/packages/fcl/CHANGELOG.md b/packages/fcl/CHANGELOG.md index 0403725c4..68cfa185e 100644 --- a/packages/fcl/CHANGELOG.md +++ b/packages/fcl/CHANGELOG.md @@ -1,5 +1,30 @@ # @onflow/fcl +## 1.1.0 + +### Minor Changes + +- [#1243](https://github.com/onflow/fcl-js/pull/1243) [`4ec2bdc9`](https://github.com/onflow/fcl-js/commit/4ec2bdc9805ac081bdc8003b6e1ea52e02d3909d) Thanks [@jribbink](https://github.com/jribbink)! - Make errors accessible to subscribers from fcl.tx polling (second argument of callback) and throw error for onceSealed, onceExecuted, onceFinalized promises. Also removed retried polling requests as they are a redundancy already implemented by @onflow/transport-http + +### 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. + +* [#1245](https://github.com/onflow/fcl-js/pull/1245) [`d09ba0f0`](https://github.com/onflow/fcl-js/commit/d09ba0f00f53f93feb351a3da5e821eada6287f0) Thanks [@jribbink](https://github.com/jribbink)! - Switch deprecation warnings to standardized warnings introduced by @onflow/util-logger (log.deprecate) + +- [#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 + +* [#1210](https://github.com/onflow/fcl-js/pull/1210) [`457f4996`](https://github.com/onflow/fcl-js/commit/457f49964dd2a0e849ae18a8dd0864bcb52082e8) Thanks [@jribbink](https://github.com/jribbink)! - Add deprecation warning when "env" is used instead of "flow.network" in config + +* Updated dependencies [[`d09ba0f0`](https://github.com/onflow/fcl-js/commit/d09ba0f00f53f93feb351a3da5e821eada6287f0), [`90d5163a`](https://github.com/onflow/fcl-js/commit/90d5163a7723dd529324a271ea8accaa43a3d7be), [`45951f1a`](https://github.com/onflow/fcl-js/commit/45951f1af310d302ee708e43d1a939265f404d2c), [`cc422a78`](https://github.com/onflow/fcl-js/commit/cc422a781d0e87ba8945c336902bbc9542d5b4c4), [`1654ebbe`](https://github.com/onflow/fcl-js/commit/1654ebbe45ea5e4ca13536ed2139520ce21ee314), [`d09ba0f0`](https://github.com/onflow/fcl-js/commit/d09ba0f00f53f93feb351a3da5e821eada6287f0), [`e0d3a377`](https://github.com/onflow/fcl-js/commit/e0d3a377260338a37518f0ad2a52dcc618fd9bc5), [`d1765950`](https://github.com/onflow/fcl-js/commit/d176595021681e660ae0a06161340833280091fb), [`4ec2bdc9`](https://github.com/onflow/fcl-js/commit/4ec2bdc9805ac081bdc8003b6e1ea52e02d3909d)]: + - @onflow/sdk@1.1.0 + - @onflow/types@1.0.2 + - @onflow/util-logger@1.1.0 + - @onflow/util-template@1.0.2 + - @onflow/util-actor@1.1.0 + - @onflow/config@1.0.2 + ## 1.1.0-alpha.2 ### Minor Changes diff --git a/packages/fcl/package.json b/packages/fcl/package.json index 4a108e246..d71dee062 100644 --- a/packages/fcl/package.json +++ b/packages/fcl/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl", - "version": "1.1.0-alpha.2", + "version": "1.1.0", "description": "Flow Client Library", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -41,16 +41,16 @@ "start": "microbundle watch --define MICROBUNDLE_CURRENT_VERSION=$npm_package_version --no-compress" }, "dependencies": { - "@onflow/config": "^1.0.2-alpha.0", + "@onflow/config": "^1.0.2", "@onflow/interaction": "0.0.11", "@onflow/rlp": "^1.0.1", - "@onflow/sdk": "^1.1.0-alpha.3", - "@onflow/types": "^1.0.2-alpha.0", - "@onflow/util-actor": "^1.1.0-alpha.0", + "@onflow/sdk": "^1.1.0", + "@onflow/types": "^1.0.2", + "@onflow/util-actor": "^1.1.0", "@onflow/util-address": "^1.0.1", "@onflow/util-invariant": "^1.0.1", - "@onflow/util-logger": "^1.1.0-alpha.2", - "@onflow/util-template": "^1.0.2-alpha.0", + "@onflow/util-logger": "^1.1.0", + "@onflow/util-template": "^1.0.2", "@onflow/util-uid": "^1.0.1" } } diff --git a/packages/protobuf/CHANGELOG.md b/packages/protobuf/CHANGELOG.md index 6479e4e23..5dbd40b00 100644 --- a/packages/protobuf/CHANGELOG.md +++ b/packages/protobuf/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/protobuf +## 1.1.0 + +### Minor Changes + +- [#1206](https://github.com/onflow/fcl-js/pull/1206) [`6ae4469c`](https://github.com/onflow/fcl-js/commit/6ae4469cdaa9590ef110ed1c0ec6928d9ac09845) Thanks [@jribbink](https://github.com/jribbink)! - Updated & regenerated protobuf definitions to match current access node specification + ## 1.1.0-alpha.0 ### Minor Changes diff --git a/packages/protobuf/package.json b/packages/protobuf/package.json index 4a3b6851d..a2a4a0994 100644 --- a/packages/protobuf/package.json +++ b/packages/protobuf/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/protobuf", - "version": "1.1.0-alpha.0", + "version": "1.1.0", "description": "Access Node Protobuf", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index c7e8f2e3f..a3ef226b9 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,32 @@ # @onflow/sdk +## 1.1.0 + +### Minor Changes + +- [#1183](https://github.com/onflow/fcl-js/pull/1183) [`e0d3a377`](https://github.com/onflow/fcl-js/commit/e0d3a377260338a37518f0ad2a52dcc618fd9bc5) Thanks [@jribbink](https://github.com/jribbink)! - Added deprecation warning for hard-coded DEFAULT_COMPUTE_LIMIT=10 (and increase to DEFAULT_COMPUTE_LIMIT=100 for now) and added sdk.defaultComputeLimit to config + +### Patch Changes + +- [#1245](https://github.com/onflow/fcl-js/pull/1245) [`d09ba0f0`](https://github.com/onflow/fcl-js/commit/d09ba0f00f53f93feb351a3da5e821eada6287f0) Thanks [@jribbink](https://github.com/jribbink)! - Switch deprecation warnings to standardized warnings introduced by @onflow/util-logger (log.deprecate) + +* [#1191](https://github.com/onflow/fcl-js/pull/1191) [`90d5163a`](https://github.com/onflow/fcl-js/commit/90d5163a7723dd529324a271ea8accaa43a3d7be) Thanks [@jribbink](https://github.com/jribbink)! - Allow for integer string account.keyId in authorization function + +- [#1263](https://github.com/onflow/fcl-js/pull/1263) [`45951f1a`](https://github.com/onflow/fcl-js/commit/45951f1af310d302ee708e43d1a939265f404d2c) Thanks [@jribbink](https://github.com/jribbink)! - Fix infinite recursion bug when using array authorization function (used for multiple signing keys) + +* [#1218](https://github.com/onflow/fcl-js/pull/1218) [`cc422a78`](https://github.com/onflow/fcl-js/commit/cc422a781d0e87ba8945c336902bbc9542d5b4c4) Thanks [@jribbink](https://github.com/jribbink)! - Fix interaction arguments in http request body broken by prettier + +- [#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 [[`06279c1d`](https://github.com/onflow/fcl-js/commit/06279c1d27433893494b6a79b7f742ea9a7fab8e), [`d9bc1cc6`](https://github.com/onflow/fcl-js/commit/d9bc1cc671f143d2f37cad6eb6b80123f1f3d760), [`d09ba0f0`](https://github.com/onflow/fcl-js/commit/d09ba0f00f53f93feb351a3da5e821eada6287f0), [`cd218e84`](https://github.com/onflow/fcl-js/commit/cd218e843acfc390049b391d36c447ce93668221), [`cc422a78`](https://github.com/onflow/fcl-js/commit/cc422a781d0e87ba8945c336902bbc9542d5b4c4), [`d09ba0f0`](https://github.com/onflow/fcl-js/commit/d09ba0f00f53f93feb351a3da5e821eada6287f0), [`4ec2bdc9`](https://github.com/onflow/fcl-js/commit/4ec2bdc9805ac081bdc8003b6e1ea52e02d3909d)]: + - @onflow/transport-http@1.3.0 + - @onflow/util-logger@1.1.0 + - @onflow/util-template@1.0.2 + - @onflow/util-actor@1.1.0 + - @onflow/config@1.0.2 + ## 1.1.0-alpha.4 ### Patch Changes diff --git a/packages/sdk/package.json b/packages/sdk/package.json index fea862ed2..7cc70f7ac 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/sdk", - "version": "1.1.0-alpha.4", + "version": "1.1.0", "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.2-alpha.0", + "@onflow/config": "^1.0.2", "@onflow/rlp": "^1.0.1", - "@onflow/transport-http": "^1.3.0-alpha.3", - "@onflow/util-actor": "^1.1.0-alpha.0", + "@onflow/transport-http": "^1.3.0", + "@onflow/util-actor": "^1.1.0", "@onflow/util-address": "^1.0.1", "@onflow/util-invariant": "^1.0.1", - "@onflow/util-logger": "^1.1.0-alpha.2", - "@onflow/util-template": "^1.0.2-alpha.0", + "@onflow/util-logger": "^1.1.0", + "@onflow/util-template": "^1.0.2", "deepmerge": "^4.2.2", "sha3": "^2.1.4" } diff --git a/packages/transport-grpc/CHANGELOG.md b/packages/transport-grpc/CHANGELOG.md index e7b99f829..1583fc964 100644 --- a/packages/transport-grpc/CHANGELOG.md +++ b/packages/transport-grpc/CHANGELOG.md @@ -1,5 +1,17 @@ # @onflow/transport-grpc +## 1.1.0 + +### Minor Changes + +- [#1206](https://github.com/onflow/fcl-js/pull/1206) [`6ae4469c`](https://github.com/onflow/fcl-js/commit/6ae4469cdaa9590ef110ed1c0ec6928d9ac09845) Thanks [@jribbink](https://github.com/jribbink)! - Added blockId to transport-grpc transaction status + +### Patch Changes + +- Updated dependencies [[`d09ba0f0`](https://github.com/onflow/fcl-js/commit/d09ba0f00f53f93feb351a3da5e821eada6287f0), [`6ae4469c`](https://github.com/onflow/fcl-js/commit/6ae4469cdaa9590ef110ed1c0ec6928d9ac09845)]: + - @onflow/util-template@1.0.2 + - @onflow/protobuf@1.1.0 + ## 1.1.0-alpha.1 ### Patch Changes diff --git a/packages/transport-grpc/package.json b/packages/transport-grpc/package.json index 6d1fff86c..fc8a83ff8 100644 --- a/packages/transport-grpc/package.json +++ b/packages/transport-grpc/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/transport-grpc", - "version": "1.1.0-alpha.1", + "version": "1.1.0", "description": "Flow SDK GRPC Transport Module", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -37,10 +37,10 @@ "dependencies": { "@improbable-eng/grpc-web": "^0.14.0", "@improbable-eng/grpc-web-node-http-transport": "^0.14.0", - "@onflow/protobuf": "^1.1.0-alpha.0", + "@onflow/protobuf": "^1.1.0", "@onflow/rlp": "^1.0.1", "@onflow/util-address": "^1.0.1", "@onflow/util-invariant": "^1.0.1", - "@onflow/util-template": "^1.0.2-alpha.0" + "@onflow/util-template": "^1.0.2" } } diff --git a/packages/transport-http/CHANGELOG.md b/packages/transport-http/CHANGELOG.md index f80b9d098..263588c05 100644 --- a/packages/transport-http/CHANGELOG.md +++ b/packages/transport-http/CHANGELOG.md @@ -1,5 +1,22 @@ # @onflow/transport-http +## 1.3.0 + +### Minor Changes + +- [#1242](https://github.com/onflow/fcl-js/pull/1242) [`06279c1d`](https://github.com/onflow/fcl-js/commit/06279c1d27433893494b6a79b7f742ea9a7fab8e) Thanks [@jribbink](https://github.com/jribbink)! - Add request retry for 408 (Request Timeout) status code + +* [#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 + +* [#1218](https://github.com/onflow/fcl-js/pull/1218) [`cc422a78`](https://github.com/onflow/fcl-js/commit/cc422a781d0e87ba8945c336902bbc9542d5b4c4) Thanks [@jribbink](https://github.com/jribbink)! - Fix interaction arguments in http request body broken by prettier + +* Updated dependencies [[`d09ba0f0`](https://github.com/onflow/fcl-js/commit/d09ba0f00f53f93feb351a3da5e821eada6287f0)]: + - @onflow/util-template@1.0.2 + ## 1.3.0-alpha.3 ### Patch Changes diff --git a/packages/transport-http/package.json b/packages/transport-http/package.json index 160c881a5..17e099247 100644 --- a/packages/transport-http/package.json +++ b/packages/transport-http/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/transport-http", - "version": "1.3.0-alpha.3", + "version": "1.3.0", "description": "Flow SDK HTTP Transport Module", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -19,7 +19,7 @@ }, "devDependencies": { "@onflow/rlp": "^1.0.1", - "@onflow/types": "^1.0.2-alpha.0", + "@onflow/types": "^1.0.2", "jest": "^27.0.6", "jest-esm-transformer": "1.0.0", "microbundle": "^0.13.3" @@ -39,7 +39,7 @@ "dependencies": { "@onflow/util-address": "^1.0.1", "@onflow/util-invariant": "^1.0.1", - "@onflow/util-template": "^1.0.2-alpha.0", + "@onflow/util-template": "^1.0.2", "@onflow/util-node-http-modules": "^1.0.2" } } diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 90215a16f..728308b92 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/types +## 1.0.2 + +### Patch Changes + +- [#1245](https://github.com/onflow/fcl-js/pull/1245) [`d09ba0f0`](https://github.com/onflow/fcl-js/commit/d09ba0f00f53f93feb351a3da5e821eada6287f0) Thanks [@jribbink](https://github.com/jribbink)! - Switch deprecation warnings to standardized warnings introduced by @onflow/util-logger (log.deprecate) + ## 1.0.2-alpha.0 ### Patch Changes diff --git a/packages/types/package.json b/packages/types/package.json index c834dd7a5..19b764bed 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/types", - "version": "1.0.2-alpha.0", + "version": "1.0.2", "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 62cddb8fd..d8a78be0b 100644 --- a/packages/util-actor/CHANGELOG.md +++ b/packages/util-actor/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/util-actor +## 1.1.0 + +### Minor Changes + +- [#1243](https://github.com/onflow/fcl-js/pull/1243) [`4ec2bdc9`](https://github.com/onflow/fcl-js/commit/4ec2bdc9805ac081bdc8003b6e1ea52e02d3909d) Thanks [@jribbink](https://github.com/jribbink)! - Add error handling to actors. Second argument of callback is now an error object and fatal errors can be thrown with ctx.fatalError(e). + ## 1.1.0-alpha.0 ### Minor Changes diff --git a/packages/util-actor/package.json b/packages/util-actor/package.json index 5a1e2a977..e62d56269 100644 --- a/packages/util-actor/package.json +++ b/packages/util-actor/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-actor", - "version": "1.1.0-alpha.0", + "version": "1.1.0", "description": "A mechanism for forcing order/transitions of scoped async state", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/packages/util-logger/CHANGELOG.md b/packages/util-logger/CHANGELOG.md index 8590e08d3..93c4e52ae 100644 --- a/packages/util-logger/CHANGELOG.md +++ b/packages/util-logger/CHANGELOG.md @@ -1,5 +1,18 @@ # @onflow/util-logger +## 1.1.0 + +### Minor Changes + +- [#1245](https://github.com/onflow/fcl-js/pull/1245) [`d09ba0f0`](https://github.com/onflow/fcl-js/commit/d09ba0f00f53f93feb351a3da5e821eada6287f0) Thanks [@jribbink](https://github.com/jribbink)! - Add log.deprecate function for standardized deprecation warnings. Set default log level to warn. + +### Patch Changes + +- [#1245](https://github.com/onflow/fcl-js/pull/1245) [`d09ba0f0`](https://github.com/onflow/fcl-js/commit/d09ba0f00f53f93feb351a3da5e821eada6287f0) Thanks [@jribbink](https://github.com/jribbink)! - Switch deprecation warnings to standardized warnings introduced by @onflow/util-logger (log.deprecate) + +- Updated dependencies [[`d09ba0f0`](https://github.com/onflow/fcl-js/commit/d09ba0f00f53f93feb351a3da5e821eada6287f0), [`90d5163a`](https://github.com/onflow/fcl-js/commit/90d5163a7723dd529324a271ea8accaa43a3d7be), [`45951f1a`](https://github.com/onflow/fcl-js/commit/45951f1af310d302ee708e43d1a939265f404d2c), [`cc422a78`](https://github.com/onflow/fcl-js/commit/cc422a781d0e87ba8945c336902bbc9542d5b4c4), [`1654ebbe`](https://github.com/onflow/fcl-js/commit/1654ebbe45ea5e4ca13536ed2139520ce21ee314), [`e0d3a377`](https://github.com/onflow/fcl-js/commit/e0d3a377260338a37518f0ad2a52dcc618fd9bc5), [`d1765950`](https://github.com/onflow/fcl-js/commit/d176595021681e660ae0a06161340833280091fb)]: + - @onflow/sdk@1.1.0 + ## 1.1.0-alpha.2 ### Minor Changes diff --git a/packages/util-logger/package.json b/packages/util-logger/package.json index 24753cefe..dc9d4e283 100644 --- a/packages/util-logger/package.json +++ b/packages/util-logger/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-logger", - "version": "1.1.0-alpha.2", + "version": "1.1.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.1.0-alpha.3" + "@onflow/sdk": "^1.1.0" } } diff --git a/packages/util-template/CHANGELOG.md b/packages/util-template/CHANGELOG.md index e6be32b98..826f7bcba 100644 --- a/packages/util-template/CHANGELOG.md +++ b/packages/util-template/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/util-template +## 1.0.2 + +### Patch Changes + +- [#1245](https://github.com/onflow/fcl-js/pull/1245) [`d09ba0f0`](https://github.com/onflow/fcl-js/commit/d09ba0f00f53f93feb351a3da5e821eada6287f0) Thanks [@jribbink](https://github.com/jribbink)! - Switch deprecation warnings to standardized warnings introduced by @onflow/util-logger (log.deprecate) + ## 1.0.2-alpha.0 ### Patch Changes diff --git a/packages/util-template/package.json b/packages/util-template/package.json index f685619f7..cc481b3d4 100644 --- a/packages/util-template/package.json +++ b/packages/util-template/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-template", - "version": "1.0.2-alpha.0", + "version": "1.0.2", "description": "Template Literal used for Cadence Interop", "license": "Apache-2.0", "author": "Dapper Labs ",