-
Notifications
You must be signed in to change notification settings - Fork 117
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
c14746a
commit d8b2a8e
Showing
9 changed files
with
39 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.2", | ||
"version": "1.13.0-alpha.3", | ||
"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.2", | ||
"version": "1.9.7-alpha.3", | ||
"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.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", | ||
|
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": "5.4.1-alpha.2", | ||
"version": "5.4.1-alpha.3", | ||
"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.2" | ||
"@onflow/fcl-core": "1.13.0-alpha.3" | ||
} | ||
} |
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.4", | ||
"version": "1.12.4-alpha.5", | ||
"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.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", | ||
|