Skip to content

Commit 3888d8a

Browse files
Version Packages
1 parent a5e8466 commit 3888d8a

File tree

9 files changed

+40
-15
lines changed

9 files changed

+40
-15
lines changed

.changeset/flat-knives-end.md

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

packages/fcl-ethereum-provider/CHANGELOG.md

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

3+
## 0.0.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a5e84666b0482547fe9411064f4821e8067e5238`](https://github.com/onflow/fcl-js/commit/a5e84666b0482547fe9411064f4821e8067e5238)]:
8+
- @onflow/fcl@1.20.5
9+
310
## 0.0.11
411

512
### Patch Changes

packages/fcl-ethereum-provider/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-ethereum-provider",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "Ethereum provider for FCL-compatible wallets",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -50,6 +50,6 @@
5050
"@walletconnect/utils": "^2.20.2"
5151
},
5252
"peerDependencies": {
53-
"@onflow/fcl": "1.20.4"
53+
"@onflow/fcl": "1.20.5"
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.2.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a5e84666b0482547fe9411064f4821e8067e5238`](https://github.com/onflow/fcl-js/commit/a5e84666b0482547fe9411064f4821e8067e5238)]:
8+
- @onflow/fcl@1.20.5
9+
- @onflow/fcl-ethereum-provider@0.0.12
10+
- @onflow/fcl-wagmi-adapter@0.0.12
11+
312
## 0.2.7
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.2.7",
3+
"version": "0.2.8",
44
"description": "Rainbowkit adapter for FCL-compatible wallets",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -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.0.11",
44-
"@onflow/fcl-wagmi-adapter": "0.0.11",
43+
"@onflow/fcl-ethereum-provider": "0.0.12",
44+
"@onflow/fcl-wagmi-adapter": "0.0.12",
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.20.4",
53+
"@onflow/fcl": "1.20.5",
5454
"@rainbow-me/rainbowkit": "^2.2.3",
5555
"react": "17.x || 18.x || 19.x"
5656
}

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.0.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a5e84666b0482547fe9411064f4821e8067e5238`](https://github.com/onflow/fcl-js/commit/a5e84666b0482547fe9411064f4821e8067e5238)]:
8+
- @onflow/fcl@1.20.5
9+
- @onflow/fcl-ethereum-provider@0.0.12
10+
311
## 0.0.11
412

513
### Patch Changes

packages/fcl-wagmi-adapter/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-wagmi-adapter",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "Wagmi adapter for FCL-compatible wallets",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -39,12 +39,12 @@
3939
"@babel/runtime": "^7.25.7",
4040
"@ethersproject/bytes": "^5.7.0",
4141
"@ethersproject/hash": "^5.7.0",
42-
"@onflow/fcl-ethereum-provider": "0.0.11",
42+
"@onflow/fcl-ethereum-provider": "0.0.12",
4343
"@onflow/rlp": "^1.2.4",
4444
"viem": "^2.22.21"
4545
},
4646
"peerDependencies": {
47-
"@onflow/fcl": "1.20.4",
47+
"@onflow/fcl": "1.20.5",
4848
"@wagmi/core": "^2.16.3"
4949
}
5050
}

packages/fcl/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.20.5
4+
5+
### Patch Changes
6+
7+
- [#2694](https://github.com/onflow/fcl-js/pull/2694) [`a5e84666b0482547fe9411064f4821e8067e5238`](https://github.com/onflow/fcl-js/commit/a5e84666b0482547fe9411064f4821e8067e5238) Thanks [@chasefleming](https://github.com/chasefleming)! - Improve JSDoc for `createFlowClient` method
8+
39
## 1.20.4
410

511
### Patch Changes

packages/fcl/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",
3-
"version": "1.20.4",
3+
"version": "1.20.5",
44
"description": "High-level JavaScript/TypeScript library for building web applications on the Flow blockchain.",
55
"license": "Apache-2.0",
66
"author": "Flow Foundation",

0 commit comments

Comments
 (0)