Skip to content

Commit d45e2cc

Browse files
Version Packages (alpha) (#2607)
* Version Packages (alpha) * Fix changelogs * Fix changeset versions * Update package-lock.json --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jordan Ribbink <[email protected]>
1 parent 2159834 commit d45e2cc

File tree

25 files changed

+185
-67
lines changed

25 files changed

+185
-67
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"access": "public",
88
"baseBranch": "master",
99
"updateInternalDependencies": "patch",
10-
"ignore": ["@onflow/transport-grpc", "@onflow/react-sdk"]
10+
"ignore": ["@onflow/transport-grpc"]
1111
}

.changeset/pre.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,21 @@
3232
},
3333
"changesets": [
3434
"clean-knives-teach",
35+
"early-swans-rhyme",
36+
"eight-elephants-rest",
3537
"fifty-seahorses-act",
3638
"fresh-squids-teach",
3739
"funny-knives-travel",
3840
"lemon-toes-warn",
3941
"metal-walls-dream",
42+
"modern-masks-sin",
4043
"new-penguins-hug",
4144
"old-coats-beg",
42-
"poor-pianos-drive"
45+
"poor-pianos-drive",
46+
"shiny-toys-pull",
47+
"slow-experts-beg",
48+
"tricky-zoos-check",
49+
"weak-nails-smoke",
50+
"young-beers-kiss"
4351
]
4452
}

package-lock.json

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

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.0-alpha.0
4+
5+
### Minor Changes
6+
7+
- [#2594](https://github.com/onflow/fcl-js/pull/2594) [`72e23611de8025dbd36bddc2dcc1c5858f50efe8`](https://github.com/onflow/fcl-js/commit/72e23611de8025dbd36bddc2dcc1c5858f50efe8) Thanks [@jribbink](https://github.com/jribbink)! - Expose `getContracts` function
8+
39
## 1.5.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.5.2",
3+
"version": "1.6.0-alpha.0",
44
"description": "Config for FCL-JS",
55
"license": "Apache-2.0",
66
"author": "Flow Foundation",

packages/fcl-core/CHANGELOG.md

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

3+
## 1.21.0-alpha.1
4+
5+
### Minor Changes
6+
7+
- [#2539](https://github.com/onflow/fcl-js/pull/2539) [`5fb8498a5578cf21096560e316f33e92a5660350`](https://github.com/onflow/fcl-js/commit/5fb8498a5578cf21096560e316f33e92a5660350) Thanks [@jribbink](https://github.com/jribbink)! - Decoupled FCL Core functions from the global state and created a `createFlowCoreClient` function which constructs a new SDK client instance bound to a custom context.
8+
9+
This allows for better modularity and helps support multiple FCL instances in the same application.
10+
11+
All FCL functions will continue to work as before, but now you can create a custom FCL instance with its own context.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`72e23611de8025dbd36bddc2dcc1c5858f50efe8`](https://github.com/onflow/fcl-js/commit/72e23611de8025dbd36bddc2dcc1c5858f50efe8), [`7307e779415cd941f911bbb0c634581c959050b2`](https://github.com/onflow/fcl-js/commit/7307e779415cd941f911bbb0c634581c959050b2)]:
16+
- @onflow/config@1.6.0-alpha.0
17+
- @onflow/sdk@1.10.0-alpha.1
18+
319
## 1.21.0-alpha.0
420

521
### Minor 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.21.0-alpha.0",
3+
"version": "1.21.0-alpha.1",
44
"description": "Core JavaScript/TypeScript library providing shared functionality for Flow blockchain interactions.",
55
"license": "Apache-2.0",
66
"author": "Flow Foundation",
@@ -50,10 +50,10 @@
5050
"dependencies": {
5151
"@babel/runtime": "^7.25.7",
5252
"@improbable-eng/grpc-web": "^0.15.0",
53-
"@onflow/config": "1.5.2",
53+
"@onflow/config": "1.6.0-alpha.0",
5454
"@onflow/interaction": "0.0.11",
5555
"@onflow/rlp": "1.2.3",
56-
"@onflow/sdk": "1.10.0-alpha.0",
56+
"@onflow/sdk": "1.10.0-alpha.1",
5757
"@onflow/transport-http": "1.13.0",
5858
"@onflow/types": "1.4.1",
5959
"@onflow/util-actor": "1.3.4",

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.7-alpha.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`305763aadbd906d3355aab2ba2ba6aa3aae1cb7b`](https://github.com/onflow/fcl-js/commit/305763aadbd906d3355aab2ba2ba6aa3aae1cb7b)]:
8+
- @onflow/fcl@1.20.0-alpha.1
9+
- @onflow/fcl-wc@6.0.5-alpha.1
10+
311
## 0.0.7-alpha.0
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.0",
3+
"version": "0.0.7-alpha.1",
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.0",
43+
"@onflow/fcl-wc": "6.0.5-alpha.1",
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.0"
53+
"@onflow/fcl": "1.20.0-alpha.1"
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.3-alpha.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`305763aadbd906d3355aab2ba2ba6aa3aae1cb7b`](https://github.com/onflow/fcl-js/commit/305763aadbd906d3355aab2ba2ba6aa3aae1cb7b)]:
8+
- @onflow/fcl@1.20.0-alpha.1
9+
- @onflow/fcl-ethereum-provider@0.0.7-alpha.1
10+
- @onflow/fcl-wagmi-adapter@0.0.7-alpha.1
11+
312
## 0.2.3-alpha.0
413

514
### Patch Changes

0 commit comments

Comments
 (0)