Skip to content

Commit 1fa6f26

Browse files
Version Packages (#2732)
* Version Packages * Fixed versions --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mfbz <mfbz@users.noreply.github.com>
1 parent afab3d3 commit 1fa6f26

File tree

21 files changed

+107
-34
lines changed

21 files changed

+107
-34
lines changed

.changeset/ripe-dancers-find.md

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

packages/fcl-core/CHANGELOG.md

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

3+
## 1.23.0
4+
5+
### Minor Changes
6+
7+
- [#2704](https://github.com/onflow/fcl-js/pull/2704) [`afab3d34cf05b000a80eaed217ef8ec772ecc32d`](https://github.com/onflow/fcl-js/commit/afab3d34cf05b000a80eaed217ef8ec772ecc32d) Thanks [@mfbz](https://github.com/mfbz)! - Improved fcl-react-native WalletConnect implementation with full fcl specs support, automatic redirect URI detection, session validation and full feature parity with fcl.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`afab3d34cf05b000a80eaed217ef8ec772ecc32d`](https://github.com/onflow/fcl-js/commit/afab3d34cf05b000a80eaed217ef8ec772ecc32d)]:
12+
- @onflow/sdk@1.13.0
13+
314
## 1.22.3
415

516
### Patch Changes

packages/fcl-core/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-core",
3-
"version": "1.22.3",
3+
"version": "1.23.0",
44
"description": "Core JavaScript/TypeScript library providing shared functionality for Flow blockchain interactions.",
55
"license": "Apache-2.0",
66
"author": "Flow Foundation",
@@ -52,7 +52,7 @@
5252
"@onflow/config": "1.6.3",
5353
"@onflow/interaction": "0.0.11",
5454
"@onflow/rlp": "1.2.4",
55-
"@onflow/sdk": "1.12.0",
55+
"@onflow/sdk": "1.13.0",
5656
"@onflow/transport-http": "1.15.0",
5757
"@onflow/types": "1.5.0",
5858
"@onflow/util-actor": "1.3.5",

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.0.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`afab3d34cf05b000a80eaed217ef8ec772ecc32d`](https://github.com/onflow/fcl-js/commit/afab3d34cf05b000a80eaed217ef8ec772ecc32d)]:
8+
- @onflow/fcl@1.21.0
9+
- @onflow/fcl-wc@6.0.12
10+
311
## 0.0.13
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.0.13",
3+
"version": "0.0.14",
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.11",
43+
"@onflow/fcl-wc": "6.0.12",
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.20.6"
53+
"@onflow/fcl": "1.21.0"
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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`afab3d34cf05b000a80eaed217ef8ec772ecc32d`](https://github.com/onflow/fcl-js/commit/afab3d34cf05b000a80eaed217ef8ec772ecc32d)]:
8+
- @onflow/fcl@1.21.0
9+
- @onflow/fcl-ethereum-provider@0.0.14
10+
- @onflow/fcl-wagmi-adapter@0.0.14
11+
312
## 0.2.9
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.9",
3+
"version": "0.2.10",
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.0.13",
44-
"@onflow/fcl-wagmi-adapter": "0.0.13",
43+
"@onflow/fcl-ethereum-provider": "0.0.14",
44+
"@onflow/fcl-wagmi-adapter": "0.0.14",
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.6",
53+
"@onflow/fcl": "1.21.0",
5454
"@rainbow-me/rainbowkit": "^2.2.3",
5555
"react": "17.x || 18.x || 19.x"
5656
}

packages/fcl-react-native/CHANGELOG.md

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

3+
## 1.14.0
4+
5+
### Minor Changes
6+
7+
- [#2704](https://github.com/onflow/fcl-js/pull/2704) [`afab3d34cf05b000a80eaed217ef8ec772ecc32d`](https://github.com/onflow/fcl-js/commit/afab3d34cf05b000a80eaed217ef8ec772ecc32d) Thanks [@mfbz](https://github.com/mfbz)! - Improved fcl-react-native WalletConnect implementation with full fcl specs support, automatic redirect URI detection, session validation and full feature parity with fcl.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`afab3d34cf05b000a80eaed217ef8ec772ecc32d`](https://github.com/onflow/fcl-js/commit/afab3d34cf05b000a80eaed217ef8ec772ecc32d)]:
12+
- @onflow/fcl-core@1.23.0
13+
- @onflow/sdk@1.13.0
14+
315
## 1.13.6
416

517
### Patch Changes

packages/fcl-react-native/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-react-native",
3-
"version": "1.13.6",
3+
"version": "1.14.0",
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,10 +48,10 @@
4848
"dependencies": {
4949
"@babel/runtime": "^7.25.7",
5050
"@onflow/config": "1.6.3",
51-
"@onflow/fcl-core": "1.22.3",
51+
"@onflow/fcl-core": "1.23.0",
5252
"@onflow/interaction": "0.0.11",
5353
"@onflow/rlp": "1.2.4",
54-
"@onflow/sdk": "1.12.0",
54+
"@onflow/sdk": "1.13.0",
5555
"@onflow/types": "1.5.0",
5656
"@onflow/util-actor": "1.3.5",
5757
"@onflow/util-address": "1.2.4",

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

513
### Patch Changes

0 commit comments

Comments
 (0)