diff --git a/.changeset/pre.json b/.changeset/pre.json index f028b2e03..a7b7c3524 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -21,12 +21,16 @@ }, "changesets": [ "empty-ants-switch", + "fluffy-foxes-pull", "friendly-berries-admire", + "green-berries-perform", "grumpy-cats-flash", "itchy-pumpkins-dream", + "mean-students-repair", "short-colts-beg", "shy-emus-wave", "smart-toys-joke", + "strong-bananas-provide", "tall-zebras-tie" ] } diff --git a/packages/fcl/CHANGELOG.md b/packages/fcl/CHANGELOG.md index e9d28023f..117215ad4 100644 --- a/packages/fcl/CHANGELOG.md +++ b/packages/fcl/CHANGELOG.md @@ -1,5 +1,12 @@ # @onflow/fcl +## 1.0.3-alpha.1 + +### Patch Changes + +- Updated dependencies [[`e0d3a377`](https://github.com/onflow/fcl-js/commit/e0d3a377260338a37518f0ad2a52dcc618fd9bc5)]: + - @onflow/sdk@1.1.0-alpha.2 + ## 1.0.3-alpha.0 ### Patch Changes diff --git a/packages/fcl/package.json b/packages/fcl/package.json index e99aa3abb..8f3bbc58d 100644 --- a/packages/fcl/package.json +++ b/packages/fcl/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl", - "version": "1.0.3-alpha.0", + "version": "1.0.3-alpha.1", "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.2-alpha.0", + "@onflow/sdk": "^1.1.0-alpha.2", "@onflow/types": "^1.0.1", "@onflow/util-actor": "^1.0.1", "@onflow/util-address": "^1.0.1", diff --git a/packages/protobuf/CHANGELOG.md b/packages/protobuf/CHANGELOG.md index 40e954a93..6479e4e23 100644 --- a/packages/protobuf/CHANGELOG.md +++ b/packages/protobuf/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/protobuf +## 1.1.0-alpha.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.0.0 ### Major Changes diff --git a/packages/protobuf/package.json b/packages/protobuf/package.json index 100ace38e..4a3b6851d 100644 --- a/packages/protobuf/package.json +++ b/packages/protobuf/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/protobuf", - "version": "1.0.0", + "version": "1.1.0-alpha.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 1fcae5d9f..d2080909f 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,17 @@ # @onflow/sdk +## 1.1.0-alpha.2 + +### 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 + +- Updated dependencies [[`06279c1d`](https://github.com/onflow/fcl-js/commit/06279c1d27433893494b6a79b7f742ea9a7fab8e)]: + - @onflow/transport-http@1.3.0-alpha.2 + - @onflow/util-logger@1.0.2-alpha.1 + ## 1.0.2-alpha.1 ### Patch Changes diff --git a/packages/sdk/package.json b/packages/sdk/package.json index b68dccc4d..f3a0e203a 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/sdk", - "version": "1.0.2-alpha.1", + "version": "1.1.0-alpha.2", "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.3.0-alpha.1", + "@onflow/transport-http": "^1.3.0-alpha.2", "@onflow/util-actor": "^1.0.1", "@onflow/util-address": "^1.0.1", "@onflow/util-invariant": "^1.0.1", - "@onflow/util-logger": "^1.0.2-alpha.0", + "@onflow/util-logger": "^1.0.2-alpha.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 66c045cbb..dc5174963 100644 --- a/packages/transport-grpc/CHANGELOG.md +++ b/packages/transport-grpc/CHANGELOG.md @@ -1,5 +1,16 @@ # @onflow/transport-grpc +## 1.1.0-alpha.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 [[`6ae4469c`](https://github.com/onflow/fcl-js/commit/6ae4469cdaa9590ef110ed1c0ec6928d9ac09845)]: + - @onflow/protobuf@1.1.0-alpha.0 + ## 1.0.1 ### Patch Changes diff --git a/packages/transport-grpc/package.json b/packages/transport-grpc/package.json index 190f84ad0..68a58bead 100644 --- a/packages/transport-grpc/package.json +++ b/packages/transport-grpc/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/transport-grpc", - "version": "1.0.1", + "version": "1.1.0-alpha.0", "description": "Flow SDK GRPC Transport Module", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -37,7 +37,7 @@ "dependencies": { "@improbable-eng/grpc-web": "^0.14.0", "@improbable-eng/grpc-web-node-http-transport": "^0.14.0", - "@onflow/protobuf": "^1.0.0", + "@onflow/protobuf": "^1.1.0-alpha.0", "@onflow/rlp": "^1.0.1", "@onflow/util-address": "^1.0.1", "@onflow/util-invariant": "^1.0.1", diff --git a/packages/transport-http/CHANGELOG.md b/packages/transport-http/CHANGELOG.md index 28578aa72..b111dd7a7 100644 --- a/packages/transport-http/CHANGELOG.md +++ b/packages/transport-http/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/transport-http +## 1.3.0-alpha.2 + +### 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 + ## 1.3.0-alpha.1 ### Patch Changes diff --git a/packages/transport-http/package.json b/packages/transport-http/package.json index 0161bcc2a..b4403d49d 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.1", + "version": "1.3.0-alpha.2", "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 6b2c73baa..c3c84a9d8 100644 --- a/packages/util-logger/CHANGELOG.md +++ b/packages/util-logger/CHANGELOG.md @@ -1,5 +1,12 @@ # @onflow/util-logger +## 1.0.2-alpha.1 + +### Patch Changes + +- Updated dependencies [[`e0d3a377`](https://github.com/onflow/fcl-js/commit/e0d3a377260338a37518f0ad2a52dcc618fd9bc5)]: + - @onflow/sdk@1.1.0-alpha.2 + ## 1.0.2-alpha.0 ### Patch Changes diff --git a/packages/util-logger/package.json b/packages/util-logger/package.json index 94f4ba173..d2eed562c 100644 --- a/packages/util-logger/package.json +++ b/packages/util-logger/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-logger", - "version": "1.0.2-alpha.0", + "version": "1.0.2-alpha.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.2-alpha.0" + "@onflow/sdk": "^1.1.0-alpha.2" } }