Skip to content
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
14 changes: 0 additions & 14 deletions .changeset/heavy-ways-admire.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.11.0

### Minor Changes

- [#2765](https://github.com/onflow/fcl-js/pull/2765) [`0fe606e92ab3103dd29ba6a60c407c438aa86d9e`](https://github.com/onflow/fcl-js/commit/0fe606e92ab3103dd29ba6a60c407c438aa86d9e) Thanks [@mfbz](https://github.com/mfbz)! - Trigger Changeset Release workflow.

## 1.10.0

### Minor 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.10.0",
"version": "1.11.0",
"description": "Config for FCL-JS",
"license": "Apache-2.0",
"author": "Flow Foundation",
Expand Down
6 changes: 6 additions & 0 deletions packages/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onflow/demo

## 1.8.0

### Minor Changes

- [#2765](https://github.com/onflow/fcl-js/pull/2765) [`0fe606e92ab3103dd29ba6a60c407c438aa86d9e`](https://github.com/onflow/fcl-js/commit/0fe606e92ab3103dd29ba6a60c407c438aa86d9e) Thanks [@mfbz](https://github.com/mfbz)! - Trigger Changeset Release workflow.

## 1.7.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@onflow/demo",
"private": true,
"version": "1.7.0",
"version": "1.8.0",
"type": "module",
"scripts": {
"dev": "cross-env VITE_FLOW_NETWORK=emulator vite",
Expand Down
13 changes: 13 additions & 0 deletions packages/fcl-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @onflow/fcl

## 1.30.0

### Minor Changes

- [#2765](https://github.com/onflow/fcl-js/pull/2765) [`0fe606e92ab3103dd29ba6a60c407c438aa86d9e`](https://github.com/onflow/fcl-js/commit/0fe606e92ab3103dd29ba6a60c407c438aa86d9e) Thanks [@mfbz](https://github.com/mfbz)! - Trigger Changeset Release workflow.

### Patch Changes

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

## 1.29.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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.29.0",
"version": "1.30.0",
"description": "Core JavaScript/TypeScript library providing shared functionality for Flow blockchain interactions.",
"license": "Apache-2.0",
"author": "Flow Foundation",
Expand Down Expand Up @@ -49,11 +49,11 @@
"dependencies": {
"@babel/runtime": "^7.25.7",
"@improbable-eng/grpc-web": "^0.15.0",
"@onflow/config": "1.10.0",
"@onflow/config": "1.11.0",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.4",
"@onflow/sdk": "1.13.5",
"@onflow/transport-http": "1.15.4",
"@onflow/sdk": "1.13.6",
"@onflow/transport-http": "1.15.5",
"@onflow/types": "1.5.0",
"@onflow/util-actor": "1.3.5",
"@onflow/util-address": "1.2.4",
Expand Down
12 changes: 12 additions & 0 deletions packages/fcl-ethereum-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @onflow/fcl-ethereum-provider

## 0.1.0

### Minor Changes

- [#2765](https://github.com/onflow/fcl-js/pull/2765) [`0fe606e92ab3103dd29ba6a60c407c438aa86d9e`](https://github.com/onflow/fcl-js/commit/0fe606e92ab3103dd29ba6a60c407c438aa86d9e) Thanks [@mfbz](https://github.com/mfbz)! - Trigger Changeset Release workflow.

### Patch Changes

- Updated dependencies []:
- @onflow/[email protected]
- @onflow/[email protected]

## 0.0.21

### 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.21",
"version": "0.1.0",
"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.19",
"@onflow/fcl-wc": "6.0.20",
"@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.21.7"
"@onflow/fcl": "1.21.8"
}
}
13 changes: 13 additions & 0 deletions packages/fcl-rainbowkit-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @onflow/fcl-rainbowkit-adapter

## 0.3.0

### Minor Changes

- [#2765](https://github.com/onflow/fcl-js/pull/2765) [`0fe606e92ab3103dd29ba6a60c407c438aa86d9e`](https://github.com/onflow/fcl-js/commit/0fe606e92ab3103dd29ba6a60c407c438aa86d9e) Thanks [@mfbz](https://github.com/mfbz)! - Trigger Changeset Release workflow.

### Patch Changes

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

## 0.2.17

### 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.17",
"version": "0.3.0",
"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.21",
"@onflow/fcl-wagmi-adapter": "0.0.21",
"@onflow/fcl-ethereum-provider": "0.1.0",
"@onflow/fcl-wagmi-adapter": "0.1.0",
"@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.21.7",
"@onflow/fcl": "1.21.8",
"@rainbow-me/rainbowkit": "^2.2.3",
"react": "17.x || 18.x || 19.x"
}
Expand Down
13 changes: 13 additions & 0 deletions packages/fcl-react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @onflow/fcl-react-native

## 1.20.0

### Minor Changes

- [#2765](https://github.com/onflow/fcl-js/pull/2765) [`0fe606e92ab3103dd29ba6a60c407c438aa86d9e`](https://github.com/onflow/fcl-js/commit/0fe606e92ab3103dd29ba6a60c407c438aa86d9e) Thanks [@mfbz](https://github.com/mfbz)! - Trigger Changeset Release workflow.

### Patch Changes

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

## 1.19.0

### Minor 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.19.0",
"version": "1.20.0",
"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.10.0",
"@onflow/fcl-core": "1.29.0",
"@onflow/config": "1.11.0",
"@onflow/fcl-core": "1.30.0",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.4",
"@onflow/sdk": "1.13.5",
"@onflow/sdk": "1.13.6",
"@onflow/types": "1.5.0",
"@onflow/util-actor": "1.3.5",
"@onflow/util-address": "1.2.4",
Expand Down
12 changes: 12 additions & 0 deletions packages/fcl-wagmi-adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @onflow/fcl-wagmi-adapter

## 0.1.0

### Minor Changes

- [#2765](https://github.com/onflow/fcl-js/pull/2765) [`0fe606e92ab3103dd29ba6a60c407c438aa86d9e`](https://github.com/onflow/fcl-js/commit/0fe606e92ab3103dd29ba6a60c407c438aa86d9e) Thanks [@mfbz](https://github.com/mfbz)! - Trigger Changeset Release workflow.

### Patch Changes

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

## 0.0.21

### 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.21",
"version": "0.1.0",
"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.21",
"@onflow/fcl-ethereum-provider": "0.1.0",
"@onflow/rlp": "^1.2.4",
"viem": "^2.22.21"
},
"peerDependencies": {
"@onflow/fcl": "1.21.7",
"@onflow/fcl": "1.21.8",
"@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.20

### Patch Changes

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

## 6.0.19

### 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.19",
"version": "6.0.20",
"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.10.0",
"@onflow/config": "1.11.0",
"@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.29.0"
"@onflow/fcl-core": "1.30.0"
}
}
10 changes: 10 additions & 0 deletions packages/fcl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @onflow/fcl

## 1.21.8

### Patch Changes

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

## 1.21.7

### 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.21.7",
"version": "1.21.8",
"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.10.0",
"@onflow/fcl-core": "1.29.0",
"@onflow/fcl-wc": "6.0.19",
"@onflow/config": "1.11.0",
"@onflow/fcl-core": "1.30.0",
"@onflow/fcl-wc": "6.0.20",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "1.2.4",
"@onflow/sdk": "1.13.5",
"@onflow/sdk": "1.13.6",
"@onflow/types": "1.5.0",
"@onflow/util-actor": "1.3.5",
"@onflow/util-address": "1.2.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @onflow/react-core

## 0.8.0

### Minor Changes

- [#2765](https://github.com/onflow/fcl-js/pull/2765) [`0fe606e92ab3103dd29ba6a60c407c438aa86d9e`](https://github.com/onflow/fcl-js/commit/0fe606e92ab3103dd29ba6a60c407c438aa86d9e) Thanks [@mfbz](https://github.com/mfbz)! - Trigger Changeset Release workflow.

### Patch Changes

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

## 0.7.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/react-core",
"version": "0.7.0",
"version": "0.8.0",
"description": "Platform-agnostic React hooks and utilities for Flow blockchain",
"license": "Apache-2.0",
"author": "Flow Foundation",
Expand Down Expand Up @@ -30,7 +30,7 @@
"lint": "eslint ."
},
"dependencies": {
"@onflow/fcl-core": "^1.29.0",
"@onflow/fcl-core": "^1.30.0",
"@onflow/typedefs": "^1.8.0",
"@babel/runtime": "^7.25.7",
"@tanstack/react-query": "^5.67.3"
Expand Down
Loading
Loading