Skip to content

Commit

Permalink
Version Packages (alpha) (#1585)
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 Mar 17, 2023
1 parent 7b122a4 commit 82feaaf
Show file tree
Hide file tree
Showing 11 changed files with 56 additions and 11 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@
"@onflow/util-invariant": "1.0.3",
"@onflow/util-logger": "1.1.2",
"@onflow/util-template": "1.0.4",
"@onflow/util-uid": "1.0.3"
"@onflow/util-uid": "1.0.3",
"@onflow/typedefs": "1.1.0-alpha.3"
},
"changesets": [
"chatty-lizards-push",
"clean-sloths-report",
"cool-cars-collect",
"early-carrots-dance",
"eleven-hornets-happen",
"gold-cougars-run",
Expand All @@ -33,6 +35,7 @@
"seven-rules-travel",
"shiny-bobcats-fold",
"soft-files-explain",
"soft-hats-boil",
"strange-worms-give",
"swift-birds-fold",
"thirty-snails-jog",
Expand Down
7 changes: 7 additions & 0 deletions packages/fcl-wc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @onflow/fcl-wc

## 2.0.0-alpha.5

### Patch Changes

- Updated dependencies [[`7b122a49`](https://github.com/onflow/fcl-js/commit/7b122a49b47b2f261e67d4b08d0d8d32d35d3a72)]:
- @onflow/fcl@1.4.0-alpha.5

## 2.0.0-alpha.4

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/fcl-wc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl-wc",
"version": "2.0.0-alpha.4",
"version": "2.0.0-alpha.5",
"description": "WalletConnect adapter for FCL",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down Expand Up @@ -50,6 +50,6 @@
"@walletconnect/utils": "^2.0.0-rc.2"
},
"peerDependencies": {
"@onflow/fcl": "^1.4.0-alpha.4"
"@onflow/fcl": "^1.4.0-alpha.5"
}
}
11 changes: 11 additions & 0 deletions packages/fcl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @onflow/fcl

## 1.4.0-alpha.5

### Minor Changes

- [#1591](https://github.com/onflow/fcl-js/pull/1591) [`7b122a49`](https://github.com/onflow/fcl-js/commit/7b122a49b47b2f261e67d4b08d0d8d32d35d3a72) Thanks [@chasefleming](https://github.com/chasefleming)! - Create typedefs package for JSDoc typedefs and TypeScript types

### Patch Changes

- Updated dependencies [[`7b122a49`](https://github.com/onflow/fcl-js/commit/7b122a49b47b2f261e67d4b08d0d8d32d35d3a72)]:
- @onflow/sdk@1.2.0-alpha.7

## 1.4.0-alpha.4

### Patch 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.4.0-alpha.4",
"version": "1.4.0-alpha.5",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand All @@ -24,7 +24,7 @@
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.3.0-alpha.0",
"@onflow/typedefs": "^1.1.0-alpha.3",
"@onflow/typedefs": "^1.1.0-alpha.4",
"@types/node": "^18.13.0",
"eslint": "^8.35.0",
"eslint-plugin-jsdoc": "^40.0.1",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@onflow/config": "^1.1.0-alpha.4",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "^1.1.0-alpha.0",
"@onflow/sdk": "^1.2.0-alpha.6",
"@onflow/sdk": "^1.2.0-alpha.7",
"@onflow/types": "^1.1.0-alpha.0",
"@onflow/util-actor": "^1.2.0-alpha.0",
"@onflow/util-address": "^1.1.0-alpha.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @onflow/sdk

## 1.2.0-alpha.7

### Minor Changes

- [#1591](https://github.com/onflow/fcl-js/pull/1591) [`7b122a49`](https://github.com/onflow/fcl-js/commit/7b122a49b47b2f261e67d4b08d0d8d32d35d3a72) Thanks [@chasefleming](https://github.com/chasefleming)! - Create typedefs package for JSDoc typedefs and TypeScript types

### Patch Changes

- Updated dependencies [[`82810ef0`](https://github.com/onflow/fcl-js/commit/82810ef000ebdf4dde4dbd7846d31dd335cd9cbb)]:
- @onflow/transport-http@1.6.0-alpha.3

## 1.2.0-alpha.6

### 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.2.0-alpha.6",
"version": "1.2.0-alpha.7",
"description": "Flow SDK",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand All @@ -22,7 +22,7 @@
},
"devDependencies": {
"@onflow/fcl-bundle": "^1.3.0-alpha.0",
"@onflow/typedefs": "^1.1.0-alpha.3",
"@onflow/typedefs": "^1.1.0-alpha.4",
"eslint": "^8.35.0",
"eslint-plugin-jsdoc": "^40.0.1",
"jest": "^27.0.6",
Expand All @@ -48,7 +48,7 @@
"@babel/runtime": "^7.18.6",
"@onflow/config": "^1.1.0-alpha.4",
"@onflow/rlp": "^1.1.0-alpha.0",
"@onflow/transport-http": "^1.6.0-alpha.2",
"@onflow/transport-http": "^1.6.0-alpha.3",
"@onflow/util-actor": "^1.2.0-alpha.0",
"@onflow/util-address": "^1.1.0-alpha.3",
"@onflow/util-invariant": "^1.1.0-alpha.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/transport-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @onflow/transport-http

## 1.6.0-alpha.3

### Minor Changes

- [#1580](https://github.com/onflow/fcl-js/pull/1580) [`82810ef0`](https://github.com/onflow/fcl-js/commit/82810ef000ebdf4dde4dbd7846d31dd335cd9cbb) Thanks [@JeffreyDoyle](https://github.com/JeffreyDoyle)! - - Adds support for retrying requests when an ETIMEDOUT error occurs.
- Adds a default 30 second timeout to all requests, after which they will be retried.

## 1.6.0-alpha.2

### 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.6.0-alpha.2",
"version": "1.6.0-alpha.3",
"description": "Flow SDK HTTP Transport Module",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down
6 changes: 6 additions & 0 deletions packages/typedefs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# @onflow/typedefs

## 1.1.0-alpha.4

### Minor Changes

- [#1591](https://github.com/onflow/fcl-js/pull/1591) [`7b122a49`](https://github.com/onflow/fcl-js/commit/7b122a49b47b2f261e67d4b08d0d8d32d35d3a72) Thanks [@chasefleming](https://github.com/chasefleming)! - Create typedefs package for JSDoc typedefs and TypeScript types

## 1.1.0-alpha.3
2 changes: 1 addition & 1 deletion packages/typedefs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/typedefs",
"version": "1.1.0-alpha.3",
"version": "1.1.0-alpha.4",
"description": "Flow JS Type Defs",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down

0 comments on commit 82feaaf

Please sign in to comment.