Skip to content

Commit

Permalink
Version Packages (alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 30, 2022
1 parent 4d8738b commit 0bae1c9
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .changeset/lovely-candles-relax.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"@onflow/fcl": patch
---

Throw error if FCL popup is blocked. Show "session expired" if sendMsgToFCL cannot access parent window for postMessage.
Throw error if FCL popup/tab is blocked from opening or if sendMsgToFCL cannot access parent window reference for postMessage.
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.2",
"@onflow/util-uid": "1.0.1"
},
"changesets": []
"changesets": [
"lovely-candles-relax",
"thin-parents-approve"
]
}
10 changes: 10 additions & 0 deletions packages/fcl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @onflow/fcl

## 1.1.1-alpha.0

### Patch Changes

- [#1274](https://github.com/onflow/fcl-js/pull/1274) [`865e412c`](https://github.com/onflow/fcl-js/commit/865e412c5c975e68f30e9c8b4b225030560a5187) Thanks [@jribbink](https://github.com/jribbink)! - Throw error if FCL popup/tab is blocked from opening or if sendMsgToFCL cannot access parent window reference for postMessage.

- Updated dependencies []:
- @onflow/sdk@1.1.1-alpha.0
- @onflow/util-logger@1.1.1-alpha.0

## 1.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/fcl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl",
"version": "1.1.0",
"version": "1.1.1-alpha.0",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -44,12 +44,12 @@
"@onflow/config": "^1.0.2",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "^1.0.1",
"@onflow/sdk": "^1.1.0",
"@onflow/sdk": "^1.1.1-alpha.0",
"@onflow/types": "^1.0.2",
"@onflow/util-actor": "^1.1.0",
"@onflow/util-address": "^1.0.1",
"@onflow/util-invariant": "^1.0.1",
"@onflow/util-logger": "^1.1.0",
"@onflow/util-logger": "^1.1.1-alpha.0",
"@onflow/util-template": "^1.0.2",
"@onflow/util-uid": "^1.0.1"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @onflow/sdk

## 1.1.1-alpha.0

### Patch Changes

- Updated dependencies [[`4d59f80c`](https://github.com/onflow/fcl-js/commit/4d59f80c0a8b45c82a28a05e6c579f4376107b86)]:
- @onflow/transport-http@1.3.1-alpha.0
- @onflow/util-logger@1.1.1-alpha.0

## 1.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "1.1.1-alpha.0",
"description": "Flow SDK",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -41,11 +41,11 @@
"dependencies": {
"@onflow/config": "^1.0.2",
"@onflow/rlp": "^1.0.1",
"@onflow/transport-http": "^1.3.0",
"@onflow/transport-http": "^1.3.1-alpha.0",
"@onflow/util-actor": "^1.1.0",
"@onflow/util-address": "^1.0.1",
"@onflow/util-invariant": "^1.0.1",
"@onflow/util-logger": "^1.1.0",
"@onflow/util-logger": "^1.1.1-alpha.0",
"@onflow/util-template": "^1.0.2",
"deepmerge": "^4.2.2",
"sha3": "^2.1.4"
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.3.1-alpha.0

### Patch Changes

- [#1270](https://github.com/onflow/fcl-js/pull/1270) [`4d59f80c`](https://github.com/onflow/fcl-js/commit/4d59f80c0a8b45c82a28a05e6c579f4376107b86) Thanks [@jribbink](https://github.com/jribbink)! - Fix sendGetAccount throwing error if account has no keys

## 1.3.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.3.0",
"version": "1.3.1-alpha.0",
"description": "Flow SDK HTTP Transport Module",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down
7 changes: 7 additions & 0 deletions packages/util-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @onflow/util-logger

## 1.1.1-alpha.0

### Patch Changes

- Updated dependencies []:
- @onflow/sdk@1.1.1-alpha.0

## 1.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/util-logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/util-logger",
"version": "1.1.0",
"version": "1.1.1-alpha.0",
"description": "Logger for FCL-JS",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -34,6 +34,6 @@
"start": "microbundle watch --no-compress"
},
"dependencies": {
"@onflow/sdk": "^1.1.0"
"@onflow/sdk": "^1.1.1-alpha.0"
}
}

0 comments on commit 0bae1c9

Please sign in to comment.