Skip to content

Commit 5139afc

Browse files
Version Packages (#2695)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 891ad3e commit 5139afc

File tree

25 files changed

+122
-51
lines changed

25 files changed

+122
-51
lines changed

.changeset/discovery-exclude-react-sdk.md

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

.changeset/flat-knives-end.md

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

.changeset/witty-beans-make.md

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

packages/config/CHANGELOG.md

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

3+
## 1.6.3
4+
5+
### Patch Changes
6+
7+
- [#2698](https://github.com/onflow/fcl-js/pull/2698) [`9c5bed0ed542e85d038e1763c6d94e38614d9a0e`](https://github.com/onflow/fcl-js/commit/9c5bed0ed542e85d038e1763c6d94e38614d9a0e) Thanks [@chasefleming](https://github.com/chasefleming)! - Add support for Cadence import aliasing
8+
39
## 1.6.2
410

511
### Patch Changes

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/config",
3-
"version": "1.6.2",
3+
"version": "1.6.3",
44
"description": "Config for FCL-JS",
55
"license": "Apache-2.0",
66
"author": "Flow Foundation",

packages/fcl-core/CHANGELOG.md

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

3+
## 1.22.2
4+
5+
### Patch Changes
6+
7+
- [#2696](https://github.com/onflow/fcl-js/pull/2696) [`3bf349056b623cdd19ca5f135120250814bcf810`](https://github.com/onflow/fcl-js/commit/3bf349056b623cdd19ca5f135120250814bcf810) Thanks [@jribbink](https://github.com/jribbink)! - Add support for `discoveryAuthnExclude` configuration option in React SDK. This allows users to exclude specific wallet providers from the discovery service, complementing the existing `discoveryAuthnInclude` option.
8+
9+
- Updated dependencies [[`9c5bed0ed542e85d038e1763c6d94e38614d9a0e`](https://github.com/onflow/fcl-js/commit/9c5bed0ed542e85d038e1763c6d94e38614d9a0e)]:
10+
- @onflow/config@1.6.3
11+
- @onflow/sdk@1.11.2
12+
313
## 1.22.1
414

515
### Patch Changes

packages/fcl-core/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-core",
3-
"version": "1.22.1",
3+
"version": "1.22.2",
44
"description": "Core JavaScript/TypeScript library providing shared functionality for Flow blockchain interactions.",
55
"license": "Apache-2.0",
66
"author": "Flow Foundation",
@@ -49,10 +49,10 @@
4949
"dependencies": {
5050
"@babel/runtime": "^7.25.7",
5151
"@improbable-eng/grpc-web": "^0.15.0",
52-
"@onflow/config": "1.6.2",
52+
"@onflow/config": "1.6.3",
5353
"@onflow/interaction": "0.0.11",
5454
"@onflow/rlp": "1.2.4",
55-
"@onflow/sdk": "1.11.1",
55+
"@onflow/sdk": "1.11.2",
5656
"@onflow/transport-http": "1.14.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.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3bf349056b623cdd19ca5f135120250814bcf810`](https://github.com/onflow/fcl-js/commit/3bf349056b623cdd19ca5f135120250814bcf810), [`a5e84666b0482547fe9411064f4821e8067e5238`](https://github.com/onflow/fcl-js/commit/a5e84666b0482547fe9411064f4821e8067e5238)]:
8+
- @onflow/fcl@1.20.5
9+
- @onflow/fcl-wc@6.0.10
10+
311
## 0.0.11
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.11",
3+
"version": "0.0.12",
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.9",
43+
"@onflow/fcl-wc": "6.0.10",
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.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 [[`3bf349056b623cdd19ca5f135120250814bcf810`](https://github.com/onflow/fcl-js/commit/3bf349056b623cdd19ca5f135120250814bcf810), [`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

0 commit comments

Comments
 (0)