Skip to content

Commit 74a5134

Browse files
Version Packages (#2794)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cfd2520 commit 74a5134

File tree

15 files changed

+71
-23
lines changed

15 files changed

+71
-23
lines changed

.changeset/fix-legacy-polling-hang.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/fcl-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @onflow/fcl
22

3+
## 1.30.2
4+
5+
### Patch Changes
6+
7+
- [#2793](https://github.com/onflow/fcl-js/pull/2793) [`b438549005eba70ab18089abe117ed6816cc1b7f`](https://github.com/onflow/fcl-js/commit/b438549005eba70ab18089abe117ed6816cc1b7f) Thanks [@lmcmz](https://github.com/lmcmz)! - Fix `fcl.tx().onceSealed()` hanging when using legacy `sdk.transport` polling fallback
8+
39
## 1.30.1
410

511
### Patch Changes

packages/fcl-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl-core",
3-
"version": "1.30.1",
3+
"version": "1.30.2",
44
"description": "Core JavaScript/TypeScript library providing shared functionality for Flow blockchain interactions.",
55
"license": "Apache-2.0",
66
"author": "Flow Foundation",

packages/fcl-ethereum-provider/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @onflow/fcl-ethereum-provider
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @onflow/fcl@1.21.10
9+
- @onflow/fcl-wc@6.0.22
10+
311
## 0.1.1
412

513
### Patch Changes

packages/fcl-ethereum-provider/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl-ethereum-provider",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Ethereum provider for FCL-compatible wallets",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <dev@dapperlabs.com>",
@@ -40,7 +40,7 @@
4040
"@ethersproject/bytes": "^5.7.0",
4141
"@ethersproject/hash": "^5.7.0",
4242
"@noble/hashes": "^1.7.1",
43-
"@onflow/fcl-wc": "6.0.21",
43+
"@onflow/fcl-wc": "6.0.22",
4444
"@onflow/rlp": "^1.2.4",
4545
"@walletconnect/ethereum-provider": "^2.20.2",
4646
"@walletconnect/jsonrpc-http-connection": "^1.0.8",
@@ -50,6 +50,6 @@
5050
"@walletconnect/utils": "^2.20.2"
5151
},
5252
"peerDependencies": {
53-
"@onflow/fcl": "1.21.9"
53+
"@onflow/fcl": "1.21.10"
5454
}
5555
}

packages/fcl-rainbowkit-adapter/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @onflow/fcl-rainbowkit-adapter
22

3+
## 0.3.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @onflow/fcl@1.21.10
9+
- @onflow/fcl-ethereum-provider@0.1.2
10+
- @onflow/fcl-wagmi-adapter@0.1.2
11+
312
## 0.3.1
413

514
### Patch Changes

packages/fcl-rainbowkit-adapter/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl-rainbowkit-adapter",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Rainbowkit adapter for FCL-compatible wallets",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <dev@dapperlabs.com>",
@@ -40,8 +40,8 @@
4040
"@babel/runtime": "^7.25.7",
4141
"@ethersproject/bytes": "^5.7.0",
4242
"@ethersproject/hash": "^5.7.0",
43-
"@onflow/fcl-ethereum-provider": "0.1.1",
44-
"@onflow/fcl-wagmi-adapter": "0.1.1",
43+
"@onflow/fcl-ethereum-provider": "0.1.2",
44+
"@onflow/fcl-wagmi-adapter": "0.1.2",
4545
"@onflow/rlp": "^1.2.4",
4646
"@wagmi/core": "^2.16.3",
4747
"mipd": "^0.0.7",
@@ -50,7 +50,7 @@
5050
"wagmi": "^2.14.11"
5151
},
5252
"peerDependencies": {
53-
"@onflow/fcl": "1.21.9",
53+
"@onflow/fcl": "1.21.10",
5454
"@rainbow-me/rainbowkit": "^2.2.3",
5555
"react": "17.x || 18.x || 19.x"
5656
}

packages/fcl-react-native/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @onflow/fcl-react-native
22

3+
## 1.22.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b438549005eba70ab18089abe117ed6816cc1b7f`](https://github.com/onflow/fcl-js/commit/b438549005eba70ab18089abe117ed6816cc1b7f)]:
8+
- @onflow/fcl-core@1.30.2
9+
310
## 1.22.0
411

512
### Minor Changes

packages/fcl-react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl-react-native",
3-
"version": "1.22.0",
3+
"version": "1.22.1",
44
"description": "React Native JavaScript/TypeScript library for building mobile applications on the Flow blockchain.",
55
"license": "Apache-2.0",
66
"author": "Flow Foundation",
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@babel/runtime": "^7.25.7",
5050
"@onflow/config": "1.11.1",
51-
"@onflow/fcl-core": "1.30.1",
51+
"@onflow/fcl-core": "1.30.2",
5252
"@onflow/interaction": "0.0.11",
5353
"@onflow/rlp": "1.2.4",
5454
"@onflow/sdk": "1.13.7",

packages/fcl-wagmi-adapter/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @onflow/fcl-wagmi-adapter
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @onflow/fcl@1.21.10
9+
- @onflow/fcl-ethereum-provider@0.1.2
10+
311
## 0.1.1
412

513
### Patch Changes

0 commit comments

Comments
 (0)