Skip to content

Commit 7c18bc0

Browse files
Version Packages (alpha) (#2548)
* Version Packages (alpha) * Fix changesets * 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 8c41ac2 commit 7c18bc0

File tree

24 files changed

+204
-82
lines changed

24 files changed

+204
-82
lines changed

.changeset/pre.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,13 @@
2929
"@onflow/util-template": "1.2.3",
3030
"@onflow/util-uid": "1.2.3"
3131
},
32-
"changesets": []
32+
"changesets": [
33+
"clean-knives-teach",
34+
"fifty-seahorses-act",
35+
"funny-knives-travel",
36+
"lemon-toes-warn",
37+
"metal-walls-dream",
38+
"new-penguins-hug",
39+
"old-coats-beg"
40+
]
3341
}

package-lock.json

Lines changed: 36 additions & 36 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: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @onflow/fcl
22

3+
## 1.21.0-alpha.0
4+
5+
### Minor Changes
6+
7+
- [#2534](https://github.com/onflow/fcl-js/pull/2534) [`8b5086024e0295649bb4266aa0cafbcb2e4171b7`](https://github.com/onflow/fcl-js/commit/8b5086024e0295649bb4266aa0cafbcb2e4171b7) Thanks [@mfbz](https://github.com/mfbz)! - Refactored fcl-core package to TypeScript
8+
9+
- [#2535](https://github.com/onflow/fcl-js/pull/2535) [`e8293cb2c752b340793d2342450a022d79c14edc`](https://github.com/onflow/fcl-js/commit/e8293cb2c752b340793d2342450a022d79c14edc) Thanks [@mfbz](https://github.com/mfbz)! - Refactored fcl package to TypeScript
10+
11+
- [#2536](https://github.com/onflow/fcl-js/pull/2536) [`14ff4a2f04362d7b8a10b444321ffd0c17b20f76`](https://github.com/onflow/fcl-js/commit/14ff4a2f04362d7b8a10b444321ffd0c17b20f76) Thanks [@mfbz](https://github.com/mfbz)! - Refactored fcl-react-native package to TypeScript
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`8b5086024e0295649bb4266aa0cafbcb2e4171b7`](https://github.com/onflow/fcl-js/commit/8b5086024e0295649bb4266aa0cafbcb2e4171b7), [`e8293cb2c752b340793d2342450a022d79c14edc`](https://github.com/onflow/fcl-js/commit/e8293cb2c752b340793d2342450a022d79c14edc), [`14ff4a2f04362d7b8a10b444321ffd0c17b20f76`](https://github.com/onflow/fcl-js/commit/14ff4a2f04362d7b8a10b444321ffd0c17b20f76)]:
16+
- @onflow/sdk@1.10.0-alpha.0
17+
318
## 1.20.0
419

520
### Minor Changes
@@ -156,7 +171,7 @@
156171

157172
```javascript
158173
import {config} from "@onflow/fcl"
159-
174+
160175
config({
161176
"discovery.wallet": "https://fcl-discovery.onflow.org/testnet/authn",
162177
"discovery.authn.endpoint":

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.20.0",
3+
"version": "1.21.0-alpha.0",
44
"description": "Core JavaScript/TypeScript library providing shared functionality for Flow blockchain interactions.",
55
"license": "Apache-2.0",
66
"author": "Flow Foundation",
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@onflow/fcl-bundle": "1.7.0",
23-
"@onflow/typedefs": "1.6.0",
23+
"@onflow/typedefs": "1.7.0-alpha.0",
2424
"@types/estree": "^1.0.6",
2525
"@types/jest": "^29.5.13",
2626
"@types/node": "^18.19.57",
@@ -53,7 +53,7 @@
5353
"@onflow/config": "1.5.2",
5454
"@onflow/interaction": "0.0.11",
5555
"@onflow/rlp": "1.2.3",
56-
"@onflow/sdk": "1.9.0",
56+
"@onflow/sdk": "1.10.0-alpha.0",
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.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e8293cb2c752b340793d2342450a022d79c14edc`](https://github.com/onflow/fcl-js/commit/e8293cb2c752b340793d2342450a022d79c14edc)]:
8+
- @onflow/fcl@1.20.0-alpha.0
9+
- @onflow/fcl-wc@6.0.5-alpha.0
10+
311
## 0.0.6
412

513
### Patch Changes

0 commit comments

Comments
 (0)