Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and justinbarry committed May 18, 2022
1 parent a7b3549 commit a0c6599
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-vans-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-pans-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-pants-jump.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/fcl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onflow/fcl

## 1.0.2

### Patch Changes

- [#1190](https://github.com/onflow/fcl-js/pull/1190) [`3355cb14`](https://github.com/onflow/fcl-js/commit/3355cb148f2e6a447d8076b3ae62c40747c338ce) Thanks [@jribbink](https://github.com/jribbink)! - Updated wallet provider spec for sansPrefix/withPrefix address requirements for acct.address/compSig.address

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fcl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl",
"version": "1.0.1",
"version": "1.0.2",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down
11 changes: 11 additions & 0 deletions packages/transport-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @onflow/transport-http

## 1.2.0

### Minor Changes

- [#1188](https://github.com/onflow/fcl-js/pull/1188) [`b873a0fa`](https://github.com/onflow/fcl-js/commit/b873a0fa401d46b831f089118e746ab91b264f6c) Thanks [@jribbink](https://github.com/jribbink)! - Added `statusCode` to `transactionStatus` (previously always 0)

### Patch Changes

- Updated dependencies [[`5fd10864`](https://github.com/onflow/fcl-js/commit/5fd10864c33ec5fb178b7cd85ef823ae08c4ff04)]:
- @onflow/util-node-http-modules@1.0.2

## 1.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0",
"version": "1.2.0",
"description": "Flow SDK HTTP Transport Module",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -40,6 +40,6 @@
"@onflow/util-address": "^1.0.1",
"@onflow/util-invariant": "^1.0.1",
"@onflow/util-template": "^1.0.1",
"@onflow/util-node-http-modules": "^1.0.1"
"@onflow/util-node-http-modules": "^1.0.2"
}
}
6 changes: 6 additions & 0 deletions packages/util-node-http-modules/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onflow/util-node-http-modules

## 1.0.2

### Patch Changes

- [#1194](https://github.com/onflow/fcl-js/pull/1194) [`5fd10864`](https://github.com/onflow/fcl-js/commit/5fd10864c33ec5fb178b7cd85ef823ae08c4ff04) Thanks [@jribbink](https://github.com/jribbink)! - Fix support for jest-dom in util-node-http-modules

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/util-node-http-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/util-node-http-modules",
"version": "1.0.1",
"version": "1.0.2",
"description": "Flow SDK Util Get Node Http Modules",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down

0 comments on commit a0c6599

Please sign in to comment.