Skip to content

Commit

Permalink
Version Packages (alpha) (#1346)
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 Aug 5, 2022
1 parent 7f89795 commit b57462a
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
"@onflow/util-template": "1.0.3",
"@onflow/util-uid": "1.0.2"
},
"changesets": []
"changesets": [
"perfect-houses-join",
"wet-brooms-tap"
]
}
7 changes: 7 additions & 0 deletions packages/fcl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @onflow/fcl

## 1.2.1-alpha.0

### Patch Changes

- Updated dependencies [[`99e03af7`](https://github.com/onflow/fcl-js/commit/99e03af76e526593e5c989e43754ce23420e317f)]:
- @onflow/sdk@1.1.2-alpha.0

## 1.2.0

### Minor 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.2.0",
"version": "1.2.1-alpha.0",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@onflow/config": "^1.0.3",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "^1.0.2",
"@onflow/sdk": "^1.1.1",
"@onflow/sdk": "^1.1.2-alpha.0",
"@onflow/types": "^1.0.3",
"@onflow/util-actor": "^1.1.1",
"@onflow/util-address": "^1.0.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @onflow/sdk

## 1.1.2-alpha.0

### Patch Changes

- [#1339](https://github.com/onflow/fcl-js/pull/1339) [`99e03af7`](https://github.com/onflow/fcl-js/commit/99e03af76e526593e5c989e43754ce23420e317f) Thanks [@jribbink](https://github.com/jribbink)! - Fix erroneous sansPrefix requirement for acct.addr in authorization function which occured when proposer and authorizer did not match

- Updated dependencies [[`99e03af7`](https://github.com/onflow/fcl-js/commit/99e03af76e526593e5c989e43754ce23420e317f)]:
- @onflow/transport-http@1.4.1-alpha.0

## 1.1.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/sdk",
"version": "1.1.1",
"version": "1.1.2-alpha.0",
"description": "Flow SDK",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@babel/runtime": "^7.18.6",
"@onflow/config": "^1.0.3",
"@onflow/rlp": "^1.0.2",
"@onflow/transport-http": "^1.4.0",
"@onflow/transport-http": "^1.4.1-alpha.0",
"@onflow/util-actor": "^1.1.1",
"@onflow/util-address": "^1.0.2",
"@onflow/util-invariant": "^1.0.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/transport-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onflow/transport-http

## 1.4.1-alpha.0

### Patch Changes

- [#1339](https://github.com/onflow/fcl-js/pull/1339) [`99e03af7`](https://github.com/onflow/fcl-js/commit/99e03af76e526593e5c989e43754ce23420e317f) Thanks [@jribbink](https://github.com/jribbink)! - Ensure that acct.tempId is always created withPrefix

## 1.4.0

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

0 comments on commit b57462a

Please sign in to comment.