-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
8a5f8e9
commit 1ef02e3
Showing
9 changed files
with
37 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@onflow/fcl-core", | ||
"version": "1.13.0-alpha.1", | ||
"version": "1.13.0-alpha.2", | ||
"description": "Flow Client Library", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@onflow/fcl-react-native", | ||
"version": "1.9.7-alpha.1", | ||
"version": "1.9.7-alpha.2", | ||
"description": "Flow Client Library", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -48,7 +48,7 @@ | |
"dependencies": { | ||
"@babel/runtime": "^7.25.7", | ||
"@onflow/config": "1.5.1-alpha.0", | ||
"@onflow/fcl-core": "1.13.0-alpha.1", | ||
"@onflow/fcl-core": "1.13.0-alpha.2", | ||
"@onflow/interaction": "0.0.11", | ||
"@onflow/rlp": "1.2.3-alpha.0", | ||
"@onflow/sdk": "1.5.4-alpha.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@onflow/fcl-wc", | ||
"version": "6.0.0-alpha.1", | ||
"version": "6.0.0-alpha.2", | ||
"description": "WalletConnect adapter for FCL", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -45,6 +45,6 @@ | |
"@walletconnect/utils": "^2.8.1" | ||
}, | ||
"peerDependencies": { | ||
"@onflow/fcl-core": "1.13.0-alpha.1" | ||
"@onflow/fcl-core": "1.13.0-alpha.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@onflow/fcl", | ||
"version": "1.12.4-alpha.1", | ||
"version": "1.12.4-alpha.2", | ||
"description": "Flow Client Library", | ||
"license": "Apache-2.0", | ||
"author": "Dapper Labs <[email protected]>", | ||
|
@@ -49,8 +49,8 @@ | |
"dependencies": { | ||
"@babel/runtime": "^7.25.7", | ||
"@onflow/config": "1.5.1-alpha.0", | ||
"@onflow/fcl-core": "1.13.0-alpha.1", | ||
"@onflow/fcl-wc": "6.0.0-alpha.1", | ||
"@onflow/fcl-core": "1.13.0-alpha.2", | ||
"@onflow/fcl-wc": "6.0.0-alpha.2", | ||
"@onflow/interaction": "0.0.11", | ||
"@onflow/rlp": "1.2.3-alpha.0", | ||
"@onflow/sdk": "1.5.4-alpha.1", | ||
|