From da1355969709f55c51a04c4e6a862de78fdd6f3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 14 Nov 2024 17:36:18 +0000 Subject: [PATCH] Version Packages (alpha) --- .changeset/pre.json | 3 +++ packages/fcl-core/CHANGELOG.md | 6 ++++++ packages/fcl-core/package.json | 2 +- packages/fcl-react-native/CHANGELOG.md | 9 +++++++++ packages/fcl-react-native/package.json | 4 ++-- packages/fcl-wc/CHANGELOG.md | 7 +++++++ packages/fcl-wc/package.json | 4 ++-- packages/fcl/CHANGELOG.md | 12 ++++++++++++ packages/fcl/package.json | 6 +++--- 9 files changed, 45 insertions(+), 8 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index cdef11d26..aeefa8799 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -26,12 +26,15 @@ "@onflow/util-uid": "1.2.2" }, "changesets": [ + "fresh-cows-repair", "lovely-bikes-applaud", "odd-actors-ring", "pink-students-divide", "shaggy-snakes-vanish", "slow-lies-fix", + "slow-peaches-vanish", "soft-tomatoes-brake", + "stupid-turkeys-hope", "tasty-ducks-mix", "witty-pants-argue" ] diff --git a/packages/fcl-core/CHANGELOG.md b/packages/fcl-core/CHANGELOG.md index ea928ce35..49ba41661 100644 --- a/packages/fcl-core/CHANGELOG.md +++ b/packages/fcl-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/fcl +## 1.13.0-alpha.4 + +### Minor Changes + +- [#2001](https://github.com/onflow/fcl-js/pull/2001) [`bac8c54db1b6821a2158923544aa537885d5a0e7`](https://github.com/onflow/fcl-js/commit/bac8c54db1b6821a2158923544aa537885d5a0e7) Thanks [@jribbink](https://github.com/jribbink)! - Add getStorageProvider to currentUser configuration + ## 1.13.0-alpha.3 ### Patch Changes diff --git a/packages/fcl-core/package.json b/packages/fcl-core/package.json index 31f55352e..6594c3f16 100644 --- a/packages/fcl-core/package.json +++ b/packages/fcl-core/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl-core", - "version": "1.13.0-alpha.3", + "version": "1.13.0-alpha.4", "description": "Flow Client Library", "license": "Apache-2.0", "author": "Dapper Labs ", diff --git a/packages/fcl-react-native/CHANGELOG.md b/packages/fcl-react-native/CHANGELOG.md index d4035d7d5..00c0df3c4 100644 --- a/packages/fcl-react-native/CHANGELOG.md +++ b/packages/fcl-react-native/CHANGELOG.md @@ -1,5 +1,14 @@ # @onflow/fcl-react-native +## 1.9.7-alpha.4 + +### Patch Changes + +- [#2001](https://github.com/onflow/fcl-js/pull/2001) [`bac8c54db1b6821a2158923544aa537885d5a0e7`](https://github.com/onflow/fcl-js/commit/bac8c54db1b6821a2158923544aa537885d5a0e7) Thanks [@jribbink](https://github.com/jribbink)! - Pass getStorageProvider to currentUser configuration + +- Updated dependencies [[`bac8c54db1b6821a2158923544aa537885d5a0e7`](https://github.com/onflow/fcl-js/commit/bac8c54db1b6821a2158923544aa537885d5a0e7)]: + - @onflow/fcl-core@1.13.0-alpha.4 + ## 1.9.7-alpha.3 ### Patch Changes diff --git a/packages/fcl-react-native/package.json b/packages/fcl-react-native/package.json index af723f9c1..2b1937acd 100644 --- a/packages/fcl-react-native/package.json +++ b/packages/fcl-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl-react-native", - "version": "1.9.7-alpha.3", + "version": "1.9.7-alpha.4", "description": "Flow Client Library", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -48,7 +48,7 @@ "dependencies": { "@babel/runtime": "^7.25.7", "@onflow/config": "1.5.1-alpha.0", - "@onflow/fcl-core": "1.13.0-alpha.3", + "@onflow/fcl-core": "1.13.0-alpha.4", "@onflow/interaction": "0.0.11", "@onflow/rlp": "1.2.3-alpha.0", "@onflow/sdk": "1.5.4-alpha.1", diff --git a/packages/fcl-wc/CHANGELOG.md b/packages/fcl-wc/CHANGELOG.md index c9aa7cae0..4181ea4dc 100644 --- a/packages/fcl-wc/CHANGELOG.md +++ b/packages/fcl-wc/CHANGELOG.md @@ -1,5 +1,12 @@ # @onflow/fcl-wc +## 6.0.0-alpha.4 + +### Patch Changes + +- Updated dependencies [[`bac8c54db1b6821a2158923544aa537885d5a0e7`](https://github.com/onflow/fcl-js/commit/bac8c54db1b6821a2158923544aa537885d5a0e7)]: + - @onflow/fcl-core@1.13.0-alpha.4 + ## 5.4.1-alpha.3 ### Patch Changes diff --git a/packages/fcl-wc/package.json b/packages/fcl-wc/package.json index d6b011644..6b96dd59f 100644 --- a/packages/fcl-wc/package.json +++ b/packages/fcl-wc/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl-wc", - "version": "5.4.1-alpha.3", + "version": "6.0.0-alpha.4", "description": "WalletConnect adapter for FCL", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -45,6 +45,6 @@ "@walletconnect/utils": "^2.8.1" }, "peerDependencies": { - "@onflow/fcl-core": "1.13.0-alpha.3" + "@onflow/fcl-core": "1.13.0-alpha.4" } } diff --git a/packages/fcl/CHANGELOG.md b/packages/fcl/CHANGELOG.md index 47bd65547..a1dad2636 100644 --- a/packages/fcl/CHANGELOG.md +++ b/packages/fcl/CHANGELOG.md @@ -1,5 +1,17 @@ # @onflow/fcl +## 1.13.0-alpha.6 + +### Minor Changes + +- [#2001](https://github.com/onflow/fcl-js/pull/2001) [`bac8c54db1b6821a2158923544aa537885d5a0e7`](https://github.com/onflow/fcl-js/commit/bac8c54db1b6821a2158923544aa537885d5a0e7) Thanks [@jribbink](https://github.com/jribbink)! - Use localStorage as default & export LOCAL_STORAGE/SESSION_STORAGE as helpers for fcl.storage.default configuration key + +### Patch Changes + +- Updated dependencies [[`bac8c54db1b6821a2158923544aa537885d5a0e7`](https://github.com/onflow/fcl-js/commit/bac8c54db1b6821a2158923544aa537885d5a0e7)]: + - @onflow/fcl-core@1.13.0-alpha.4 + - @onflow/fcl-wc@6.0.0-alpha.4 + ## 1.12.4-alpha.5 ### Patch Changes diff --git a/packages/fcl/package.json b/packages/fcl/package.json index 0b5be9b36..59b2ecac5 100644 --- a/packages/fcl/package.json +++ b/packages/fcl/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl", - "version": "1.12.4-alpha.5", + "version": "1.13.0-alpha.6", "description": "Flow Client Library", "license": "Apache-2.0", "author": "Dapper Labs ", @@ -49,8 +49,8 @@ "dependencies": { "@babel/runtime": "^7.25.7", "@onflow/config": "1.5.1-alpha.0", - "@onflow/fcl-core": "1.13.0-alpha.3", - "@onflow/fcl-wc": "5.4.1-alpha.3", + "@onflow/fcl-core": "1.13.0-alpha.4", + "@onflow/fcl-wc": "6.0.0-alpha.4", "@onflow/interaction": "0.0.11", "@onflow/rlp": "1.2.3-alpha.0", "@onflow/sdk": "1.5.4-alpha.1",