Skip to content

Commit

Permalink
Version Packages (alpha) (onflow#1722)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 27, 2023
1 parent 1308f52 commit 85f881e
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@
"changesets": [
"beige-shrimps-report",
"blue-dryers-call",
"blue-eggs-care",
"fast-swans-visit",
"funny-waves-search",
"giant-trains-scream",
"good-monkeys-swim",
"odd-geese-buy",
"soft-frogs-reflect",
"tasty-shirts-flow",
"warm-dolls-tan"
"warm-dolls-tan",
"wild-days-kiss"
]
}
9 changes: 9 additions & 0 deletions packages/fcl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @onflow/fcl

## 1.5.0-alpha.5

### Patch Changes

- [#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)

- Updated dependencies [[`1553967a`](https://github.com/onflow/fcl-js/commit/1553967aff61c242990b2de509e5dc5b8842ab2d)]:
- @onflow/sdk@1.2.1-alpha.2

## 1.5.0-alpha.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/fcl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl",
"version": "1.5.0-alpha.4",
"version": "1.5.0-alpha.5",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@onflow/config": "^1.1.1-alpha.0",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "^1.1.0",
"@onflow/sdk": "^1.2.1-alpha.0",
"@onflow/sdk": "^1.2.1-alpha.2",
"@onflow/types": "^1.1.0",
"@onflow/util-actor": "^1.2.0",
"@onflow/util-address": "^1.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onflow/sdk

## 1.2.1-alpha.2

### Patch Changes

- [#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

## 1.2.1-alpha.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/sdk",
"version": "1.2.1-alpha.1",
"version": "1.2.1-alpha.2",
"description": "Flow SDK",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down

0 comments on commit 85f881e

Please sign in to comment.