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 16, 2022
1 parent a92fddd commit 72c0e71
Show file tree
Hide file tree
Showing 35 changed files with 192 additions and 88 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-tips-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-cherries-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-actors-sing.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/rotten-news-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-keys-heal.md

This file was deleted.

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

## 1.0.1

### Patch Changes

- [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging

- Updated dependencies [[`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4)]:
- @onflow/util-actor@1.0.1

## 1.0.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/config",
"version": "1.0.0",
"version": "1.0.1",
"description": "Config 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/util-actor": "^1.0.0"
"@onflow/util-actor": "^1.0.1"
}
}
19 changes: 19 additions & 0 deletions packages/fcl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @onflow/fcl

## 1.0.1

### Patch Changes

- [#1181](https://github.com/onflow/fcl-js/pull/1181) [`25e87101`](https://github.com/onflow/fcl-js/commit/25e8710162a105771d1629eced6270ce37718a1b) Thanks [@jribbink](https://github.com/jribbink)! - Added exception handling in transaction subscriber polling to handle network disconnect/server error events

* [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging

* Updated dependencies [[`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4)]:
- @onflow/config@1.0.1
- @onflow/rlp@1.0.1
- @onflow/sdk@1.0.1
- @onflow/types@1.0.1
- @onflow/util-actor@1.0.1
- @onflow/util-address@1.0.1
- @onflow/util-invariant@1.0.1
- @onflow/util-template@1.0.1
- @onflow/util-uid@1.0.1

## 1.0.0

### Major Changes
Expand Down
20 changes: 10 additions & 10 deletions packages/fcl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl",
"version": "1.0.0",
"version": "1.0.1",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -41,15 +41,15 @@
"start": "microbundle watch --define MICROBUNDLE_CURRENT_VERSION=$npm_package_version --no-compress"
},
"dependencies": {
"@onflow/config": "^1.0.0",
"@onflow/config": "^1.0.1",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "^1.0.0",
"@onflow/sdk": "^1.0.0",
"@onflow/types": "^1.0.0",
"@onflow/util-actor": "^1.0.0",
"@onflow/util-address": "^1.0.0",
"@onflow/util-invariant": "^1.0.0",
"@onflow/util-template": "^1.0.0",
"@onflow/util-uid": "^1.0.0"
"@onflow/rlp": "^1.0.1",
"@onflow/sdk": "^1.0.1",
"@onflow/types": "^1.0.1",
"@onflow/util-actor": "^1.0.1",
"@onflow/util-address": "^1.0.1",
"@onflow/util-invariant": "^1.0.1",
"@onflow/util-template": "^1.0.1",
"@onflow/util-uid": "^1.0.1"
}
}
6 changes: 6 additions & 0 deletions packages/rlp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onflow/rlp

## 1.0.1

### Patch Changes

- [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rlp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/rlp",
"version": "1.0.0",
"version": "1.0.1",
"description": "Port of ethereumjs/rlp",
"license": "MPL-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down
16 changes: 16 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @onflow/sdk

## 1.0.1

### Patch Changes

- [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging

- Updated dependencies [[`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4), [`f348803d`](https://github.com/onflow/fcl-js/commit/f348803dbaaebad6d7081248b41f5582d5627d86)]:
- @onflow/config@1.0.1
- @onflow/rlp@1.0.1
- @onflow/transport-http@1.1.0
- @onflow/util-actor@1.0.1
- @onflow/util-address@1.0.1
- @onflow/util-invariant@1.0.1
- @onflow/util-logger@1.0.1
- @onflow/util-template@1.0.1

## 1.0.0

### Major Changes
Expand Down
18 changes: 9 additions & 9 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/sdk",
"version": "1.0.0",
"version": "1.0.1",
"description": "Flow SDK",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -39,14 +39,14 @@
"start": "microbundle --no-compress --define MICROBUNDLE_CURRENT_VERSION=$npm_package_version watch"
},
"dependencies": {
"@onflow/config": "^1.0.0",
"@onflow/rlp": "^1.0.0",
"@onflow/transport-http": "^1.0.0",
"@onflow/util-actor": "^1.0.0",
"@onflow/util-address": "^1.0.0",
"@onflow/util-invariant": "^1.0.0",
"@onflow/util-logger": "^1.0.0",
"@onflow/util-template": "^1.0.0",
"@onflow/config": "^1.0.1",
"@onflow/rlp": "^1.0.1",
"@onflow/transport-http": "^1.1.0",
"@onflow/util-actor": "^1.0.1",
"@onflow/util-address": "^1.0.1",
"@onflow/util-invariant": "^1.0.1",
"@onflow/util-logger": "^1.0.1",
"@onflow/util-template": "^1.0.1",
"deepmerge": "^4.2.2",
"sha3": "^2.1.4"
}
Expand Down
12 changes: 12 additions & 0 deletions packages/transport-grpc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @onflow/transport-grpc

## 1.0.1

### Patch Changes

- [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging

- Updated dependencies [[`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4)]:
- @onflow/rlp@1.0.1
- @onflow/util-address@1.0.1
- @onflow/util-invariant@1.0.1
- @onflow/util-template@1.0.1

## 1.0.0

### Major Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/transport-grpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/transport-grpc",
"version": "1.0.0",
"version": "1.0.1",
"description": "Flow SDK GRPC Transport Module",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -38,9 +38,9 @@
"@improbable-eng/grpc-web": "^0.14.0",
"@improbable-eng/grpc-web-node-http-transport": "^0.14.0",
"@onflow/protobuf": "^1.0.0",
"@onflow/rlp": "^1.0.0",
"@onflow/util-address": "^1.0.0",
"@onflow/util-invariant": "^1.0.0",
"@onflow/util-template": "^1.0.0"
"@onflow/rlp": "^1.0.1",
"@onflow/util-address": "^1.0.1",
"@onflow/util-invariant": "^1.0.1",
"@onflow/util-template": "^1.0.1"
}
}
16 changes: 16 additions & 0 deletions packages/transport-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @onflow/transport-http

## 1.1.0

### Minor Changes

- [#1180](https://github.com/onflow/fcl-js/pull/1180) [`f348803d`](https://github.com/onflow/fcl-js/commit/f348803dbaaebad6d7081248b41f5582d5627d86) Thanks [@jribbink](https://github.com/jribbink)! - Added automatic retries for failed requests with 500,502,503,504 status code

### Patch Changes

- [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging

- Updated dependencies [[`48d2b11e`](https://github.com/onflow/fcl-js/commit/48d2b11e3c88fac8f503283fd080d161b38460a3), [`67bc4f61`](https://github.com/onflow/fcl-js/commit/67bc4f612193c6e703acfb09fc756a28c9c4f28a), [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4)]:
- @onflow/util-node-http-modules@1.0.1
- @onflow/util-address@1.0.1
- @onflow/util-invariant@1.0.1
- @onflow/util-template@1.0.1

## 1.0.0

### Major Changes
Expand Down
14 changes: 7 additions & 7 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.0.0",
"version": "1.1.0",
"description": "Flow SDK HTTP Transport Module",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand All @@ -18,8 +18,8 @@
}
},
"devDependencies": {
"@onflow/rlp": "^1.0.0",
"@onflow/types": "^1.0.0",
"@onflow/rlp": "^1.0.1",
"@onflow/types": "^1.0.1",
"jest": "^27.0.6",
"jest-esm-transformer": "1.0.0",
"microbundle": "^0.13.3"
Expand All @@ -37,9 +37,9 @@
"start": "microbundle watch --no-compress"
},
"dependencies": {
"@onflow/util-address": "^1.0.0",
"@onflow/util-invariant": "^1.0.0",
"@onflow/util-template": "^1.0.0",
"@onflow/util-node-http-modules": "^1.0.0"
"@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"
}
}
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onflow/types

## 1.0.1

### Patch Changes

- [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/types",
"version": "1.0.0",
"version": "1.0.1",
"description": "Utilities to transform javascript values into Cadence understandable values",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down
6 changes: 6 additions & 0 deletions packages/util-actor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onflow/util-actor

## 1.0.1

### Patch Changes

- [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/util-actor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/util-actor",
"version": "1.0.0",
"version": "1.0.1",
"description": "A mechanism for forcing order/transitions of scoped async state",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down
6 changes: 6 additions & 0 deletions packages/util-address/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onflow/util-address

## 1.0.1

### Patch Changes

- [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging

## 1.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/util-address/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/util-address",
"version": "1.0.0",
"version": "1.0.1",
"description": "Flow JS SDK Util -- Address",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand All @@ -18,7 +18,7 @@
}
},
"devDependencies": {
"@onflow/types": "^1.0.0",
"@onflow/types": "^1.0.1",
"jest": "26.4.2",
"jest-esm-transformer": "1.0.0",
"microbundle": "0.12.4"
Expand Down
10 changes: 10 additions & 0 deletions packages/util-encode-key/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @onflow/util-encode-key

## 1.0.1

### Patch Changes

- [#1178](https://github.com/onflow/fcl-js/pull/1178) [`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4) Thanks [@jribbink](https://github.com/jribbink)! - Add --no-compress to watch scripts for easier debugging

- Updated dependencies [[`9e7e4cfb`](https://github.com/onflow/fcl-js/commit/9e7e4cfbc026765019653b0e891e63a2d789ceb4)]:
- @onflow/rlp@1.0.1
- @onflow/util-invariant@1.0.1

## 1.0.0

### Major Changes
Expand Down
Loading

0 comments on commit 72c0e71

Please sign in to comment.