Skip to content

Version Packages #2512

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 24, 2025
Merged
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
5 changes: 0 additions & 5 deletions .changeset/blue-suns-accept.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-guests-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-owls-tap.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wicked-bikes-peel.md

This file was deleted.

40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

## 1.20.0

### Minor Changes

- [#2523](https://github.com/onflow/fcl-js/pull/2523) [`6076b0bfc95bcbe07a734c0c10c32d81ecb1dd2d`](https://github.com/onflow/fcl-js/commit/6076b0bfc95bcbe07a734c0c10c32d81ecb1dd2d) Thanks [@mfbz](https://github.com/mfbz)! - Added `queryRaw` method to execute a query and get non-decoded data as result.

## 1.19.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.19.0",
"version": "1.20.0",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Flow Foundation",
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.6

### Patch Changes

- Updated dependencies [[`6076b0bfc95bcbe07a734c0c10c32d81ecb1dd2d`](https://github.com/onflow/fcl-js/commit/6076b0bfc95bcbe07a734c0c10c32d81ecb1dd2d)]:
- @onflow/fcl@1.19.0
- @onflow/fcl-wc@6.0.4

## 0.0.5

### 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.5",
"version": "0.0.6",
"description": "Ethereum provider for FCL-compatible wallets",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
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.3",
"@onflow/fcl-wc": "6.0.4",
"@onflow/rlp": "^1.2.3",
"@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.18.0"
"@onflow/fcl": "1.19.0"
}
}
13 changes: 11 additions & 2 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.2

### Patch Changes

- Updated dependencies [[`6076b0bfc95bcbe07a734c0c10c32d81ecb1dd2d`](https://github.com/onflow/fcl-js/commit/6076b0bfc95bcbe07a734c0c10c32d81ecb1dd2d)]:
- @onflow/fcl@1.19.0
- @onflow/fcl-ethereum-provider@0.0.6
- @onflow/fcl-wagmi-adapter@0.0.6

## 0.2.1

### Patch Changes
Expand Down Expand Up @@ -33,8 +42,8 @@

- Updated dependencies [[`b9c4ed3b95c2dc73698e45f353a6ef9a48f23cab`](https://github.com/onflow/fcl-js/commit/b9c4ed3b95c2dc73698e45f353a6ef9a48f23cab)]:
- @onflow/fcl@1.18.0-alpha.0
- @onflow/fcl-ethereum-provider@1.0.0-alpha.0
- @onflow/fcl-wagmi-adapter@1.0.0-alpha.0
- @onflow/fcl-ethereum-provider@0.0.5-alpha.0
- @onflow/fcl-wagmi-adapter@0.0.5-alpha.0

## 0.2.0

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.1",
"version": "0.2.2",
"description": "Rainbowkit adapter for FCL-compatible wallets",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
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.5",
"@onflow/fcl-wagmi-adapter": "0.0.5",
"@onflow/fcl-ethereum-provider": "0.0.6",
"@onflow/fcl-wagmi-adapter": "0.0.6",
"@onflow/rlp": "^1.2.3",
"@wagmi/core": "^2.16.3",
"mipd": "^0.0.7",
Expand All @@ -50,7 +50,7 @@
"wagmi": "^2.14.11"
},
"peerDependencies": {
"@onflow/fcl": "1.18.0",
"@onflow/fcl": "1.19.0",
"@rainbow-me/rainbowkit": "^2.2.3",
"react": "17.x || 18.x || 19.x"
}
Expand Down
7 changes: 7 additions & 0 deletions packages/fcl-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @onflow/fcl-react-native

## 1.12.1

### Patch Changes

- Updated dependencies [[`6076b0bfc95bcbe07a734c0c10c32d81ecb1dd2d`](https://github.com/onflow/fcl-js/commit/6076b0bfc95bcbe07a734c0c10c32d81ecb1dd2d)]:
- @onflow/fcl-core@1.20.0

## 1.12.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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.12.0",
"version": "1.12.1",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Flow Foundation",
Expand Down Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@babel/runtime": "^7.25.7",
"@onflow/config": "1.5.2",
"@onflow/fcl-core": "1.19.0",
"@onflow/fcl-core": "1.20.0",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.3",
"@onflow/sdk": "1.9.0",
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.6

### Patch Changes

- Updated dependencies [[`6076b0bfc95bcbe07a734c0c10c32d81ecb1dd2d`](https://github.com/onflow/fcl-js/commit/6076b0bfc95bcbe07a734c0c10c32d81ecb1dd2d)]:
- @onflow/fcl@1.19.0
- @onflow/fcl-ethereum-provider@0.0.6

## 0.0.5

### 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.5",
"version": "0.0.6",
"description": "Wagmi adapter for FCL-compatible wallets",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
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.5",
"@onflow/fcl-ethereum-provider": "0.0.6",
"@onflow/rlp": "^1.2.3",
"viem": "^2.22.21"
},
"peerDependencies": {
"@onflow/fcl": "1.18.0",
"@onflow/fcl": "1.19.0",
"@wagmi/core": "^2.16.3"
}
}
7 changes: 7 additions & 0 deletions packages/fcl-wc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @onflow/fcl-wc

## 6.0.4

### Patch Changes

- Updated dependencies [[`6076b0bfc95bcbe07a734c0c10c32d81ecb1dd2d`](https://github.com/onflow/fcl-js/commit/6076b0bfc95bcbe07a734c0c10c32d81ecb1dd2d)]:
- @onflow/fcl-core@1.20.0

## 6.0.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.3",
"version": "6.0.4",
"description": "WalletConnect adapter for FCL",
"license": "Apache-2.0",
"author": "Flow Foundation",
Expand Down Expand Up @@ -52,6 +52,6 @@
"tailwindcss": "^3.4.14"
},
"peerDependencies": {
"@onflow/fcl-core": "1.19.0"
"@onflow/fcl-core": "1.20.0"
}
}
Loading