Skip to content

Commit 85f881e

Browse files
Version Packages (alpha) (#1722)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1308f52 commit 85f881e

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,15 @@
2424
"changesets": [
2525
"beige-shrimps-report",
2626
"blue-dryers-call",
27+
"blue-eggs-care",
2728
"fast-swans-visit",
2829
"funny-waves-search",
2930
"giant-trains-scream",
3031
"good-monkeys-swim",
3132
"odd-geese-buy",
3233
"soft-frogs-reflect",
3334
"tasty-shirts-flow",
34-
"warm-dolls-tan"
35+
"warm-dolls-tan",
36+
"wild-days-kiss"
3537
]
3638
}

packages/fcl/CHANGELOG.md

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

3+
## 1.5.0-alpha.5
4+
5+
### Patch Changes
6+
7+
- [#1723](https://github.com/onflow/fcl-js/pull/1723) [`1308f522`](https://github.com/onflow/fcl-js/commit/1308f522e56cef517a60be465789815281bab6d8) Thanks [@jribbink](https://github.com/jribbink)! - Fixed types for sdk builder functions (fixes fcl.send/fcl.build type errors)
8+
9+
- Updated dependencies [[`1553967a`](https://github.com/onflow/fcl-js/commit/1553967aff61c242990b2de509e5dc5b8842ab2d)]:
10+
- @onflow/sdk@1.2.1-alpha.2
11+
312
## 1.5.0-alpha.4
413

514
### Patch Changes

packages/fcl/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",
3-
"version": "1.5.0-alpha.4",
3+
"version": "1.5.0-alpha.5",
44
"description": "Flow Client Library",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -60,7 +60,7 @@
6060
"@onflow/config": "^1.1.1-alpha.0",
6161
"@onflow/interaction": "0.0.11",
6262
"@onflow/rlp": "^1.1.0",
63-
"@onflow/sdk": "^1.2.1-alpha.0",
63+
"@onflow/sdk": "^1.2.1-alpha.2",
6464
"@onflow/types": "^1.1.0",
6565
"@onflow/util-actor": "^1.2.0",
6666
"@onflow/util-address": "^1.1.0",

packages/sdk/CHANGELOG.md

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

3+
## 1.2.1-alpha.2
4+
5+
### Patch Changes
6+
7+
- [#1721](https://github.com/onflow/fcl-js/pull/1721) [`1553967a`](https://github.com/onflow/fcl-js/commit/1553967aff61c242990b2de509e5dc5b8842ab2d) Thanks [@nialexsan](https://github.com/nialexsan)! - Fixed return types
8+
39
## 1.2.1-alpha.1
410

511
### Patch Changes

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/sdk",
3-
"version": "1.2.1-alpha.1",
3+
"version": "1.2.1-alpha.2",
44
"description": "Flow SDK",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",

0 commit comments

Comments
 (0)