Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/discovery-exclude-react-sdk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-knives-end.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/witty-beans-make.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onflow/config

## 1.6.3

### Patch Changes

- [#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

## 1.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/config",
"version": "1.6.2",
"version": "1.6.3",
"description": "Config for FCL-JS",
"license": "Apache-2.0",
"author": "Flow Foundation",
Expand Down
10 changes: 10 additions & 0 deletions packages/fcl-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @onflow/fcl

## 1.22.2

### Patch Changes

- [#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.

- Updated dependencies [[`9c5bed0ed542e85d038e1763c6d94e38614d9a0e`](https://github.com/onflow/fcl-js/commit/9c5bed0ed542e85d038e1763c6d94e38614d9a0e)]:
- @onflow/[email protected]
- @onflow/[email protected]

## 1.22.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/fcl-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl-core",
"version": "1.22.1",
"version": "1.22.2",
"description": "Core JavaScript/TypeScript library providing shared functionality for Flow blockchain interactions.",
"license": "Apache-2.0",
"author": "Flow Foundation",
Expand Down Expand Up @@ -49,10 +49,10 @@
"dependencies": {
"@babel/runtime": "^7.25.7",
"@improbable-eng/grpc-web": "^0.15.0",
"@onflow/config": "1.6.2",
"@onflow/config": "1.6.3",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.4",
"@onflow/sdk": "1.11.1",
"@onflow/sdk": "1.11.2",
"@onflow/transport-http": "1.14.0",
"@onflow/types": "1.5.0",
"@onflow/util-actor": "1.3.5",
Expand Down
8 changes: 8 additions & 0 deletions packages/fcl-ethereum-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @onflow/fcl-ethereum-provider

## 0.0.12

### Patch Changes

- Updated dependencies [[`3bf349056b623cdd19ca5f135120250814bcf810`](https://github.com/onflow/fcl-js/commit/3bf349056b623cdd19ca5f135120250814bcf810), [`a5e84666b0482547fe9411064f4821e8067e5238`](https://github.com/onflow/fcl-js/commit/a5e84666b0482547fe9411064f4821e8067e5238)]:
- @onflow/[email protected]
- @onflow/[email protected]

## 0.0.11

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/fcl-ethereum-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl-ethereum-provider",
"version": "0.0.11",
"version": "0.0.12",
"description": "Ethereum provider for FCL-compatible wallets",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/hash": "^5.7.0",
"@noble/hashes": "^1.7.1",
"@onflow/fcl-wc": "6.0.9",
"@onflow/fcl-wc": "6.0.10",
"@onflow/rlp": "^1.2.4",
"@walletconnect/ethereum-provider": "^2.20.2",
"@walletconnect/jsonrpc-http-connection": "^1.0.8",
Expand All @@ -50,6 +50,6 @@
"@walletconnect/utils": "^2.20.2"
},
"peerDependencies": {
"@onflow/fcl": "1.20.4"
"@onflow/fcl": "1.20.5"
}
}
9 changes: 9 additions & 0 deletions packages/fcl-rainbowkit-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @onflow/fcl-rainbowkit-adapter

## 0.2.8

### Patch Changes

- Updated dependencies [[`3bf349056b623cdd19ca5f135120250814bcf810`](https://github.com/onflow/fcl-js/commit/3bf349056b623cdd19ca5f135120250814bcf810), [`a5e84666b0482547fe9411064f4821e8067e5238`](https://github.com/onflow/fcl-js/commit/a5e84666b0482547fe9411064f4821e8067e5238)]:
- @onflow/[email protected]
- @onflow/[email protected]
- @onflow/[email protected]

## 0.2.7

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/fcl-rainbowkit-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl-rainbowkit-adapter",
"version": "0.2.7",
"version": "0.2.8",
"description": "Rainbowkit adapter for FCL-compatible wallets",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@babel/runtime": "^7.25.7",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/hash": "^5.7.0",
"@onflow/fcl-ethereum-provider": "0.0.11",
"@onflow/fcl-wagmi-adapter": "0.0.11",
"@onflow/fcl-ethereum-provider": "0.0.12",
"@onflow/fcl-wagmi-adapter": "0.0.12",
"@onflow/rlp": "^1.2.4",
"@wagmi/core": "^2.16.3",
"mipd": "^0.0.7",
Expand All @@ -50,7 +50,7 @@
"wagmi": "^2.14.11"
},
"peerDependencies": {
"@onflow/fcl": "1.20.4",
"@onflow/fcl": "1.20.5",
"@rainbow-me/rainbowkit": "^2.2.3",
"react": "17.x || 18.x || 19.x"
}
Expand Down
9 changes: 9 additions & 0 deletions packages/fcl-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @onflow/fcl-react-native

## 1.13.5

### Patch Changes

- Updated dependencies [[`3bf349056b623cdd19ca5f135120250814bcf810`](https://github.com/onflow/fcl-js/commit/3bf349056b623cdd19ca5f135120250814bcf810), [`9c5bed0ed542e85d038e1763c6d94e38614d9a0e`](https://github.com/onflow/fcl-js/commit/9c5bed0ed542e85d038e1763c6d94e38614d9a0e)]:
- @onflow/[email protected]
- @onflow/[email protected]
- @onflow/[email protected]

## 1.13.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/fcl-react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl-react-native",
"version": "1.13.4",
"version": "1.13.5",
"description": "React Native JavaScript/TypeScript library for building mobile applications on the Flow blockchain.",
"license": "Apache-2.0",
"author": "Flow Foundation",
Expand Down Expand Up @@ -47,11 +47,11 @@
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@onflow/config": "1.6.2",
"@onflow/fcl-core": "1.22.1",
"@onflow/config": "1.6.3",
"@onflow/fcl-core": "1.22.2",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.4",
"@onflow/sdk": "1.11.1",
"@onflow/sdk": "1.11.2",
"@onflow/types": "1.5.0",
"@onflow/util-actor": "1.3.5",
"@onflow/util-address": "1.2.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/fcl-wagmi-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @onflow/fcl-wagmi-adapter

## 0.0.12

### Patch Changes

- Updated dependencies [[`3bf349056b623cdd19ca5f135120250814bcf810`](https://github.com/onflow/fcl-js/commit/3bf349056b623cdd19ca5f135120250814bcf810), [`a5e84666b0482547fe9411064f4821e8067e5238`](https://github.com/onflow/fcl-js/commit/a5e84666b0482547fe9411064f4821e8067e5238)]:
- @onflow/[email protected]
- @onflow/[email protected]

## 0.0.11

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/fcl-wagmi-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl-wagmi-adapter",
"version": "0.0.11",
"version": "0.0.12",
"description": "Wagmi adapter for FCL-compatible wallets",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -39,12 +39,12 @@
"@babel/runtime": "^7.25.7",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/hash": "^5.7.0",
"@onflow/fcl-ethereum-provider": "0.0.11",
"@onflow/fcl-ethereum-provider": "0.0.12",
"@onflow/rlp": "^1.2.4",
"viem": "^2.22.21"
},
"peerDependencies": {
"@onflow/fcl": "1.20.4",
"@onflow/fcl": "1.20.5",
"@wagmi/core": "^2.16.3"
}
}
8 changes: 8 additions & 0 deletions packages/fcl-wc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @onflow/fcl-wc

## 6.0.10

### Patch Changes

- Updated dependencies [[`3bf349056b623cdd19ca5f135120250814bcf810`](https://github.com/onflow/fcl-js/commit/3bf349056b623cdd19ca5f135120250814bcf810), [`9c5bed0ed542e85d038e1763c6d94e38614d9a0e`](https://github.com/onflow/fcl-js/commit/9c5bed0ed542e85d038e1763c6d94e38614d9a0e)]:
- @onflow/[email protected]
- @onflow/[email protected]

## 6.0.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/fcl-wc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl-wc",
"version": "6.0.9",
"version": "6.0.10",
"description": "WalletConnect adapter for FCL",
"license": "Apache-2.0",
"author": "Flow Foundation",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@onflow/config": "1.6.2",
"@onflow/config": "1.6.3",
"@onflow/util-invariant": "1.2.5",
"@onflow/util-logger": "1.3.4",
"@walletconnect/modal": "^2.7.0",
Expand All @@ -52,6 +52,6 @@
"tailwindcss": "^3.4.14"
},
"peerDependencies": {
"@onflow/fcl-core": "1.22.1"
"@onflow/fcl-core": "1.22.2"
}
}
14 changes: 14 additions & 0 deletions packages/fcl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @onflow/fcl

## 1.20.5

### Patch Changes

- [#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.

- [#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

- Updated dependencies [[`3bf349056b623cdd19ca5f135120250814bcf810`](https://github.com/onflow/fcl-js/commit/3bf349056b623cdd19ca5f135120250814bcf810), [`9c5bed0ed542e85d038e1763c6d94e38614d9a0e`](https://github.com/onflow/fcl-js/commit/9c5bed0ed542e85d038e1763c6d94e38614d9a0e)]:
- @onflow/[email protected]
- @onflow/[email protected]
- @onflow/[email protected]
- @onflow/[email protected]

## 1.20.4

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/fcl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl",
"version": "1.20.4",
"version": "1.20.5",
"description": "High-level JavaScript/TypeScript library for building web applications on the Flow blockchain.",
"license": "Apache-2.0",
"author": "Flow Foundation",
Expand Down Expand Up @@ -49,12 +49,12 @@
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@onflow/config": "1.6.2",
"@onflow/fcl-core": "1.22.1",
"@onflow/fcl-wc": "6.0.9",
"@onflow/config": "1.6.3",
"@onflow/fcl-core": "1.22.2",
"@onflow/fcl-wc": "6.0.10",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.4",
"@onflow/sdk": "1.11.1",
"@onflow/sdk": "1.11.2",
"@onflow/types": "1.5.0",
"@onflow/util-actor": "1.3.5",
"@onflow/util-address": "1.2.4",
Expand Down
9 changes: 9 additions & 0 deletions packages/react-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @onflow/react-sdk

## 0.12.1

### Patch Changes

- [#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.

- Updated dependencies [[`3bf349056b623cdd19ca5f135120250814bcf810`](https://github.com/onflow/fcl-js/commit/3bf349056b623cdd19ca5f135120250814bcf810), [`a5e84666b0482547fe9411064f4821e8067e5238`](https://github.com/onflow/fcl-js/commit/a5e84666b0482547fe9411064f4821e8067e5238)]:
- @onflow/[email protected]

## 0.12.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/react-sdk",
"version": "0.12.0",
"version": "0.12.1",
"description": "React library for interacting with the Flow blockchain",
"license": "Apache-2.0",
"author": "Flow Foundation",
Expand Down Expand Up @@ -53,7 +53,7 @@
"tailwind-merge": "^3.3.1"
},
"peerDependencies": {
"@onflow/fcl": ">=1.20.4",
"@onflow/fcl": ">=1.20.5",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"viem": "^2.29.2"
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @onflow/sdk

## 1.11.2

### Patch Changes

- [#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

- Updated dependencies [[`9c5bed0ed542e85d038e1763c6d94e38614d9a0e`](https://github.com/onflow/fcl-js/commit/9c5bed0ed542e85d038e1763c6d94e38614d9a0e)]:
- @onflow/[email protected]

## 1.11.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/sdk",
"version": "1.11.1",
"version": "1.11.2",
"description": "Low-level JavaScript/TypeScript SDK for interacting with the Flow blockchain.",
"license": "Apache-2.0",
"author": "Flow Foundation",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@babel/runtime": "^7.25.7",
"@onflow/config": "1.6.2",
"@onflow/config": "1.6.3",
"@onflow/rlp": "1.2.4",
"@onflow/transport-http": "1.14.0",
"@onflow/typedefs": "1.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/transport-grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@onflow/fcl-bundle": "1.7.1",
"@onflow/sdk": "1.11.1",
"@onflow/sdk": "1.11.2",
"jest": "^29.7.0"
},
"source": "src/sdk-send-grpc.js",
Expand Down
Loading