From d8b2a8e33ce0ec60ef5d36073dab99c949564167 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 12:22:33 -0700 Subject: [PATCH] Version Packages (alpha) (#2000) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 1 + packages/fcl-core/CHANGELOG.md | 6 ++++++ packages/fcl-core/package.json | 2 +- packages/fcl-react-native/CHANGELOG.md | 7 +++++++ packages/fcl-react-native/package.json | 4 ++-- packages/fcl-wc/CHANGELOG.md | 9 +++++++++ packages/fcl-wc/package.json | 4 ++-- packages/fcl/CHANGELOG.md | 8 ++++++++ packages/fcl/package.json | 6 +++--- 9 files changed, 39 insertions(+), 8 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index d5295c426..cdef11d26 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -29,6 +29,7 @@ "lovely-bikes-applaud", "odd-actors-ring", "pink-students-divide", + "shaggy-snakes-vanish", "slow-lies-fix", "soft-tomatoes-brake", "tasty-ducks-mix", diff --git a/packages/fcl-core/CHANGELOG.md b/packages/fcl-core/CHANGELOG.md index 40aac0b2c..ea928ce35 100644 --- a/packages/fcl-core/CHANGELOG.md +++ b/packages/fcl-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @onflow/fcl +## 1.13.0-alpha.3 + +### Patch Changes + +- [#1999](https://github.com/onflow/fcl-js/pull/1999) [`c14746a9e4dbde10d6204697a68e6f2de6e83dd1`](https://github.com/onflow/fcl-js/commit/c14746a9e4dbde10d6204697a68e6f2de6e83dd1) Thanks [@jribbink](https://github.com/jribbink)! - Improve deeplinking for WC/RPC wallets using non-WC/RPC pre-authz services + ## 1.13.0-alpha.2 ### Minor Changes diff --git a/packages/fcl-core/package.json b/packages/fcl-core/package.json index 42719e23b..31f55352e 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.2", + "version": "1.13.0-alpha.3", "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 b8aff4c00..d4035d7d5 100644 --- a/packages/fcl-react-native/CHANGELOG.md +++ b/packages/fcl-react-native/CHANGELOG.md @@ -1,5 +1,12 @@ # @onflow/fcl-react-native +## 1.9.7-alpha.3 + +### Patch Changes + +- Updated dependencies [[`c14746a9e4dbde10d6204697a68e6f2de6e83dd1`](https://github.com/onflow/fcl-js/commit/c14746a9e4dbde10d6204697a68e6f2de6e83dd1)]: + - @onflow/fcl-core@1.13.0-alpha.3 + ## 1.9.7-alpha.2 ### Patch Changes diff --git a/packages/fcl-react-native/package.json b/packages/fcl-react-native/package.json index b653ed018..af723f9c1 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.2", + "version": "1.9.7-alpha.3", "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.2", + "@onflow/fcl-core": "1.13.0-alpha.3", "@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 54745efc8..c9aa7cae0 100644 --- a/packages/fcl-wc/CHANGELOG.md +++ b/packages/fcl-wc/CHANGELOG.md @@ -1,5 +1,14 @@ # @onflow/fcl-wc +## 5.4.1-alpha.3 + +### Patch Changes + +- [#1999](https://github.com/onflow/fcl-js/pull/1999) [`c14746a9e4dbde10d6204697a68e6f2de6e83dd1`](https://github.com/onflow/fcl-js/commit/c14746a9e4dbde10d6204697a68e6f2de6e83dd1) Thanks [@jribbink](https://github.com/jribbink)! - Improve deeplinking for WC/RPC wallets using non-WC/RPC pre-authz services + +- Updated dependencies [[`c14746a9e4dbde10d6204697a68e6f2de6e83dd1`](https://github.com/onflow/fcl-js/commit/c14746a9e4dbde10d6204697a68e6f2de6e83dd1)]: + - @onflow/fcl-core@1.13.0-alpha.3 + ## 5.4.1-alpha.2 ### Patch Changes diff --git a/packages/fcl-wc/package.json b/packages/fcl-wc/package.json index 2c625fcf6..d6b011644 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.2", + "version": "5.4.1-alpha.3", "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.2" + "@onflow/fcl-core": "1.13.0-alpha.3" } } diff --git a/packages/fcl/CHANGELOG.md b/packages/fcl/CHANGELOG.md index e439b07a3..47bd65547 100644 --- a/packages/fcl/CHANGELOG.md +++ b/packages/fcl/CHANGELOG.md @@ -1,5 +1,13 @@ # @onflow/fcl +## 1.12.4-alpha.5 + +### Patch Changes + +- Updated dependencies [[`c14746a9e4dbde10d6204697a68e6f2de6e83dd1`](https://github.com/onflow/fcl-js/commit/c14746a9e4dbde10d6204697a68e6f2de6e83dd1)]: + - @onflow/fcl-core@1.13.0-alpha.3 + - @onflow/fcl-wc@5.4.1-alpha.3 + ## 1.12.4-alpha.4 ### Patch Changes diff --git a/packages/fcl/package.json b/packages/fcl/package.json index 39889e461..0b5be9b36 100644 --- a/packages/fcl/package.json +++ b/packages/fcl/package.json @@ -1,6 +1,6 @@ { "name": "@onflow/fcl", - "version": "1.12.4-alpha.4", + "version": "1.12.4-alpha.5", "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.2", - "@onflow/fcl-wc": "5.4.1-alpha.2", + "@onflow/fcl-core": "1.13.0-alpha.3", + "@onflow/fcl-wc": "5.4.1-alpha.3", "@onflow/interaction": "0.0.11", "@onflow/rlp": "1.2.3-alpha.0", "@onflow/sdk": "1.5.4-alpha.1",