diff --git a/.changeset/pre.json b/.changeset/pre.json index 08aa33e97..994da737c 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -20,5 +20,9 @@ "@onflow/util-template": "1.0.4", "@onflow/util-uid": "1.0.3" }, - "changesets": [] + "changesets": [ + "chatty-lizards-push", + "gorgeous-eagles-invent", + "thirty-snails-jog" + ] } diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 356e2e6af..d32163143 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/config +## 1.1.0-alpha.0 + +### Minor Changes + +- [#1481](https://github.com/onflow/fcl-js/pull/1481) [`e10e3c9c`](https://github.com/onflow/fcl-js/commit/e10e3c9c1f611e7dfd8a0bf7292473c71c2e04b9) Thanks [@chasefleming](https://github.com/chasefleming)! - Remove need to manually add contract placeholders in config by ingesting flow.json with config.load + ## 1.0.5 ### Patch Changes diff --git a/packages/config/package.json b/packages/config/package.json index 841ebaf83..5130db123 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/config", - "version": "1.0.5", + "version": "1.1.0-alpha.0", "description": "Config for FCL-JS", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/packages/fcl-wc/CHANGELOG.md b/packages/fcl-wc/CHANGELOG.md index 0eefa1cf8..ae0335624 100644 --- a/packages/fcl-wc/CHANGELOG.md +++ b/packages/fcl-wc/CHANGELOG.md @@ -1,5 +1,14 @@ # @onflow/fcl-wc +## 1.0.1-alpha.0 + +### Patch Changes + +- Updated dependencies [[`e10e3c9c`](https://github.com/onflow/fcl-js/commit/e10e3c9c1f611e7dfd8a0bf7292473c71c2e04b9), [`6051030f`](https://github.com/onflow/fcl-js/commit/6051030f81fb102447bec40c758657ec20f43129), [`b2881f74`](https://github.com/onflow/fcl-js/commit/b2881f74f024aeca52d534d2ca6081fb57efd06d)]: + - @onflow/config@1.1.0-alpha.0 + - @onflow/fcl@1.3.3-alpha.0 + - @onflow/util-logger@1.1.3-alpha.0 + ## 1.0.0 ### Minor Changes diff --git a/packages/fcl-wc/package.json b/packages/fcl-wc/package.json index c0c65964b..2e6bc07f3 100644 --- a/packages/fcl-wc/package.json +++ b/packages/fcl-wc/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl-wc", - "version": "1.0.0", + "version": "1.0.1-alpha.0", "description": "WalletConnect adapter for FCL", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -41,15 +41,15 @@ }, "dependencies": { "@babel/runtime": "^7.18.9", - "@onflow/config": "^1.0.3", + "@onflow/config": "^1.1.0-alpha.0", "@onflow/util-invariant": "^1.0.2", - "@onflow/util-logger": "^1.1.1", + "@onflow/util-logger": "^1.1.3-alpha.0", "@walletconnect/qrcode-modal": "^1.7.8", "@walletconnect/sign-client": "^2.0.0-rc.2", "@walletconnect/types": "^2.0.0-rc.2", "@walletconnect/utils": "^2.0.0-rc.2" }, "peerDependencies": { - "@onflow/fcl": "^1.3.0" + "@onflow/fcl": "^1.3.3-alpha.0" } } diff --git a/packages/fcl/CHANGELOG.md b/packages/fcl/CHANGELOG.md index 6e8520129..5875ae108 100644 --- a/packages/fcl/CHANGELOG.md +++ b/packages/fcl/CHANGELOG.md @@ -1,5 +1,18 @@ # @onflow/fcl +## 1.3.3-alpha.0 + +### Patch Changes + +- [#1475](https://github.com/onflow/fcl-js/pull/1475) [`6051030f`](https://github.com/onflow/fcl-js/commit/6051030f81fb102447bec40c758657ec20f43129) Thanks [@gregsantos](https://github.com/gregsantos)! - Updates to only call account proof resolver if not logged in. Adds warning if not async resolver function. + +- [#1490](https://github.com/onflow/fcl-js/pull/1490) [`b2881f74`](https://github.com/onflow/fcl-js/commit/b2881f74f024aeca52d534d2ca6081fb57efd06d) Thanks [@JeffreyDoyle](https://github.com/JeffreyDoyle)! - Fix invariant type checks in FCL Interaction Template getter utils + +- Updated dependencies [[`e10e3c9c`](https://github.com/onflow/fcl-js/commit/e10e3c9c1f611e7dfd8a0bf7292473c71c2e04b9)]: + - @onflow/config@1.1.0-alpha.0 + - @onflow/sdk@1.1.3-alpha.0 + - @onflow/util-logger@1.1.3-alpha.0 + ## 1.3.2 ### Patch Changes diff --git a/packages/fcl/package.json b/packages/fcl/package.json index b5ca0e919..815124bad 100644 --- a/packages/fcl/package.json +++ b/packages/fcl/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl", - "version": "1.3.2", + "version": "1.3.3-alpha.0", "description": "Flow Client Library", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -42,15 +42,15 @@ }, "dependencies": { "@babel/runtime": "^7.18.6", - "@onflow/config": "^1.0.5", + "@onflow/config": "^1.1.0-alpha.0", "@onflow/interaction": "0.0.11", "@onflow/rlp": "^1.0.2", - "@onflow/sdk": "^1.1.2", + "@onflow/sdk": "^1.1.3-alpha.0", "@onflow/types": "^1.0.5", "@onflow/util-actor": "^1.1.1", "@onflow/util-address": "^1.0.2", "@onflow/util-invariant": "^1.0.2", - "@onflow/util-logger": "^1.1.1", + "@onflow/util-logger": "^1.1.3-alpha.0", "@onflow/util-template": "^1.0.3", "@onflow/util-uid": "^1.0.2", "node-fetch": "^2.6.7" diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 4a2a81944..f678a48dc 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -1,5 +1,14 @@ # @onflow/sdk +## 1.1.3-alpha.0 + +### Patch Changes + +- Updated dependencies [[`e10e3c9c`](https://github.com/onflow/fcl-js/commit/e10e3c9c1f611e7dfd8a0bf7292473c71c2e04b9)]: + - @onflow/config@1.1.0-alpha.0 + - @onflow/util-logger@1.1.3-alpha.0 + - @onflow/transport-http@1.5.1-alpha.0 + ## 1.1.2 ### Patch Changes diff --git a/packages/sdk/package.json b/packages/sdk/package.json index c0ba0854f..e2f5cdd9f 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/sdk", - "version": "1.1.2", + "version": "1.1.3-alpha.0", "description": "Flow SDK", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -39,13 +39,13 @@ }, "dependencies": { "@babel/runtime": "^7.18.6", - "@onflow/config": "^1.0.3", + "@onflow/config": "^1.1.0-alpha.0", "@onflow/rlp": "^1.0.2", - "@onflow/transport-http": "^1.5.0", + "@onflow/transport-http": "^1.5.1-alpha.0", "@onflow/util-actor": "^1.1.1", "@onflow/util-address": "^1.0.2", "@onflow/util-invariant": "^1.0.2", - "@onflow/util-logger": "^1.1.1", + "@onflow/util-logger": "^1.1.3-alpha.0", "@onflow/util-template": "^1.0.3", "deepmerge": "^4.2.2", "sha3": "^2.1.4" diff --git a/packages/transport-http/CHANGELOG.md b/packages/transport-http/CHANGELOG.md index b37f6efa8..5a12bd9a4 100644 --- a/packages/transport-http/CHANGELOG.md +++ b/packages/transport-http/CHANGELOG.md @@ -1,5 +1,12 @@ # @onflow/transport-http +## 1.5.1-alpha.0 + +### Patch Changes + +- Updated dependencies []: + - @onflow/util-logger@1.1.3-alpha.0 + ## 1.5.0 ### Minor Changes diff --git a/packages/transport-http/package.json b/packages/transport-http/package.json index 87bf07594..81e79898e 100644 --- a/packages/transport-http/package.json +++ b/packages/transport-http/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/transport-http", - "version": "1.5.0", + "version": "1.5.1-alpha.0", "description": "Flow SDK HTTP Transport Module", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -40,7 +40,7 @@ "@babel/runtime": "^7.18.6", "@onflow/util-address": "^1.0.2", "@onflow/util-invariant": "^1.0.2", - "@onflow/util-logger": "^1.1.1", + "@onflow/util-logger": "^1.1.3-alpha.0", "@onflow/util-template": "^1.0.3", "node-fetch": "^2.6.7" } diff --git a/packages/util-logger/CHANGELOG.md b/packages/util-logger/CHANGELOG.md index ea2761b14..408218b40 100644 --- a/packages/util-logger/CHANGELOG.md +++ b/packages/util-logger/CHANGELOG.md @@ -1,5 +1,12 @@ # @onflow/util-logger +## 1.1.3-alpha.0 + +### Patch Changes + +- Updated dependencies [[`e10e3c9c`](https://github.com/onflow/fcl-js/commit/e10e3c9c1f611e7dfd8a0bf7292473c71c2e04b9)]: + - @onflow/config@1.1.0-alpha.0 + ## 1.1.2 ### Patch Changes diff --git a/packages/util-logger/package.json b/packages/util-logger/package.json index f029fd7e9..cee766910 100644 --- a/packages/util-logger/package.json +++ b/packages/util-logger/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/util-logger", - "version": "1.1.2", + "version": "1.1.3-alpha.0", "description": "Logger for FCL-JS", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -35,6 +35,6 @@ }, "dependencies": { "@babel/runtime": "^7.18.6", - "@onflow/config": "^1.0.4" + "@onflow/config": "^1.1.0-alpha.0" } }