Skip to content

Commit e1393ed

Browse files
Version Packages (alpha) (#2615)
* Version Packages (alpha) * Fix changesets --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jordan Ribbink <[email protected]>
1 parent c5191ab commit e1393ed

File tree

18 files changed

+111
-40
lines changed

18 files changed

+111
-40
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,13 @@
4343
"new-penguins-hug",
4444
"old-coats-beg",
4545
"poor-pianos-drive",
46+
"shaggy-starfishes-attend",
4647
"shiny-toys-pull",
4748
"slow-experts-beg",
49+
"spicy-otters-camp",
4850
"tricky-zoos-check",
4951
"weak-nails-smoke",
52+
"wild-taxis-behave",
5053
"young-beers-kiss"
5154
]
5255
}

package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/fcl-core/CHANGELOG.md

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

3+
## 1.21.0-alpha.2
4+
5+
### Minor Changes
6+
7+
- [#2614](https://github.com/onflow/fcl-js/pull/2614) [`c5191ab2f51204dac26f099c071ed02913b616ff`](https://github.com/onflow/fcl-js/commit/c5191ab2f51204dac26f099c071ed02913b616ff) Thanks [@jribbink](https://github.com/jribbink)! - Remove unused WalletConnect configuration options from `createFlowClient`
8+
39
## 1.21.0-alpha.1
410

511
### Minor Changes

packages/fcl-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl-core",
3-
"version": "1.21.0-alpha.1",
3+
"version": "1.21.0-alpha.2",
44
"description": "Core JavaScript/TypeScript library providing shared functionality for Flow blockchain interactions.",
55
"license": "Apache-2.0",
66
"author": "Flow Foundation",

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+
## 1.0.0-alpha.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c5191ab2f51204dac26f099c071ed02913b616ff`](https://github.com/onflow/fcl-js/commit/c5191ab2f51204dac26f099c071ed02913b616ff), [`c5191ab2f51204dac26f099c071ed02913b616ff`](https://github.com/onflow/fcl-js/commit/c5191ab2f51204dac26f099c071ed02913b616ff)]:
8+
- @onflow/fcl-wc@6.0.5-alpha.2
9+
- @onflow/fcl@1.20.0-alpha.2
10+
311
## 0.0.7-alpha.1
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.7-alpha.1",
3+
"version": "0.0.7-alpha.2",
44
"description": "Ethereum provider for FCL-compatible wallets",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -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.5-alpha.1",
43+
"@onflow/fcl-wc": "6.0.5-alpha.2",
4444
"@onflow/rlp": "^1.2.3",
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.0-alpha.1"
53+
"@onflow/fcl": "1.20.0-alpha.2"
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+
## 1.0.0-alpha.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c5191ab2f51204dac26f099c071ed02913b616ff`](https://github.com/onflow/fcl-js/commit/c5191ab2f51204dac26f099c071ed02913b616ff)]:
8+
- @onflow/fcl@1.20.0-alpha.2
9+
- @onflow/fcl-ethereum-provider@0.0.7-alpha.2
10+
- @onflow/fcl-wagmi-adapter@0.0.7-alpha.2
11+
312
## 0.2.3-alpha.1
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.3-alpha.1",
3+
"version": "0.2.3-alpha.2",
44
"description": "Rainbowkit adapter for FCL-compatible wallets",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -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.7-alpha.1",
44-
"@onflow/fcl-wagmi-adapter": "0.0.7-alpha.1",
43+
"@onflow/fcl-ethereum-provider": "0.0.7-alpha.2",
44+
"@onflow/fcl-wagmi-adapter": "0.0.7-alpha.2",
4545
"@onflow/rlp": "^1.2.3",
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.0-alpha.1",
53+
"@onflow/fcl": "1.20.0-alpha.2",
5454
"@rainbow-me/rainbowkit": "^2.2.3",
5555
"react": "17.x || 18.x || 19.x"
5656
}

packages/fcl-react-native/CHANGELOG.md

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

3+
## 1.13.0-alpha.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c5191ab2f51204dac26f099c071ed02913b616ff`](https://github.com/onflow/fcl-js/commit/c5191ab2f51204dac26f099c071ed02913b616ff)]:
8+
- @onflow/fcl-core@1.21.0-alpha.2
9+
310
## 1.13.0-alpha.1
411

512
### Patch Changes

packages/fcl-react-native/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-react-native",
3-
"version": "1.13.0-alpha.1",
3+
"version": "1.13.0-alpha.2",
44
"description": "React Native JavaScript/TypeScript library for building mobile applications on the Flow blockchain.",
55
"license": "Apache-2.0",
66
"author": "Flow Foundation",
@@ -49,7 +49,7 @@
4949
"dependencies": {
5050
"@babel/runtime": "^7.25.7",
5151
"@onflow/config": "1.6.0-alpha.0",
52-
"@onflow/fcl-core": "1.21.0-alpha.1",
52+
"@onflow/fcl-core": "1.21.0-alpha.2",
5353
"@onflow/interaction": "0.0.11",
5454
"@onflow/rlp": "1.2.3",
5555
"@onflow/sdk": "1.10.0-alpha.1",

0 commit comments

Comments
 (0)