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] committed Nov 15, 2022
1 parent 76ff371 commit aedd272
Show file tree
Hide file tree
Showing 13 changed files with 73 additions and 18 deletions.
6 changes: 5 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@
"@onflow/util-template": "1.0.4",
"@onflow/util-uid": "1.0.3"
},
"changesets": []
"changesets": [
"chatty-lizards-push",
"gorgeous-eagles-invent",
"thirty-snails-jog"
]
}
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onflow/config

## 1.1.0-alpha.0

### Minor Changes

- [#1481](https://github.com/onflow/fcl-js/pull/1481) [`e10e3c9c`](https://github.com/onflow/fcl-js/commit/e10e3c9c1f611e7dfd8a0bf7292473c71c2e04b9) Thanks [@chasefleming](https://github.com/chasefleming)! - Remove need to manually add contract placeholders in config by ingesting flow.json with config.load

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/config",
"version": "1.0.5",
"version": "1.1.0-alpha.0",
"description": "Config for FCL-JS",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down
9 changes: 9 additions & 0 deletions packages/fcl-wc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @onflow/fcl-wc

## 1.0.1-alpha.0

### Patch Changes

- Updated dependencies [[`e10e3c9c`](https://github.com/onflow/fcl-js/commit/e10e3c9c1f611e7dfd8a0bf7292473c71c2e04b9), [`6051030f`](https://github.com/onflow/fcl-js/commit/6051030f81fb102447bec40c758657ec20f43129), [`b2881f74`](https://github.com/onflow/fcl-js/commit/b2881f74f024aeca52d534d2ca6081fb57efd06d)]:
- @onflow/config@1.1.0-alpha.0
- @onflow/fcl@1.3.3-alpha.0
- @onflow/util-logger@1.1.3-alpha.0

## 1.0.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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": "1.0.0",
"version": "1.0.1-alpha.0",
"description": "WalletConnect adapter for FCL",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down Expand Up @@ -41,15 +41,15 @@
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@onflow/config": "^1.0.3",
"@onflow/config": "^1.1.0-alpha.0",
"@onflow/util-invariant": "^1.0.2",
"@onflow/util-logger": "^1.1.1",
"@onflow/util-logger": "^1.1.3-alpha.0",
"@walletconnect/qrcode-modal": "^1.7.8",
"@walletconnect/sign-client": "^2.0.0-rc.2",
"@walletconnect/types": "^2.0.0-rc.2",
"@walletconnect/utils": "^2.0.0-rc.2"
},
"peerDependencies": {
"@onflow/fcl": "^1.3.0"
"@onflow/fcl": "^1.3.3-alpha.0"
}
}
13 changes: 13 additions & 0 deletions packages/fcl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @onflow/fcl

## 1.3.3-alpha.0

### Patch Changes

- [#1475](https://github.com/onflow/fcl-js/pull/1475) [`6051030f`](https://github.com/onflow/fcl-js/commit/6051030f81fb102447bec40c758657ec20f43129) Thanks [@gregsantos](https://github.com/gregsantos)! - Updates to only call account proof resolver if not logged in. Adds warning if not async resolver function.

- [#1490](https://github.com/onflow/fcl-js/pull/1490) [`b2881f74`](https://github.com/onflow/fcl-js/commit/b2881f74f024aeca52d534d2ca6081fb57efd06d) Thanks [@JeffreyDoyle](https://github.com/JeffreyDoyle)! - Fix invariant type checks in FCL Interaction Template getter utils

- Updated dependencies [[`e10e3c9c`](https://github.com/onflow/fcl-js/commit/e10e3c9c1f611e7dfd8a0bf7292473c71c2e04b9)]:
- @onflow/config@1.1.0-alpha.0
- @onflow/sdk@1.1.3-alpha.0
- @onflow/util-logger@1.1.3-alpha.0

## 1.3.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/fcl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onflow/fcl",
"version": "1.3.2",
"version": "1.3.3-alpha.0",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down Expand Up @@ -42,15 +42,15 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/config": "^1.0.5",
"@onflow/config": "^1.1.0-alpha.0",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "^1.0.2",
"@onflow/sdk": "^1.1.2",
"@onflow/sdk": "^1.1.3-alpha.0",
"@onflow/types": "^1.0.5",
"@onflow/util-actor": "^1.1.1",
"@onflow/util-address": "^1.0.2",
"@onflow/util-invariant": "^1.0.2",
"@onflow/util-logger": "^1.1.1",
"@onflow/util-logger": "^1.1.3-alpha.0",
"@onflow/util-template": "^1.0.3",
"@onflow/util-uid": "^1.0.2",
"node-fetch": "^2.6.7"
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.3-alpha.0

### Patch Changes

- Updated dependencies [[`e10e3c9c`](https://github.com/onflow/fcl-js/commit/e10e3c9c1f611e7dfd8a0bf7292473c71c2e04b9)]:
- @onflow/config@1.1.0-alpha.0
- @onflow/util-logger@1.1.3-alpha.0
- @onflow/transport-http@1.5.1-alpha.0

## 1.1.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.2",
"version": "1.1.3-alpha.0",
"description": "Flow SDK",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down Expand Up @@ -39,13 +39,13 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/config": "^1.0.3",
"@onflow/config": "^1.1.0-alpha.0",
"@onflow/rlp": "^1.0.2",
"@onflow/transport-http": "^1.5.0",
"@onflow/transport-http": "^1.5.1-alpha.0",
"@onflow/util-actor": "^1.1.1",
"@onflow/util-address": "^1.0.2",
"@onflow/util-invariant": "^1.0.2",
"@onflow/util-logger": "^1.1.1",
"@onflow/util-logger": "^1.1.3-alpha.0",
"@onflow/util-template": "^1.0.3",
"deepmerge": "^4.2.2",
"sha3": "^2.1.4"
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.5.1-alpha.0

### Patch Changes

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

## 1.5.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.5.0",
"version": "1.5.1-alpha.0",
"description": "Flow SDK HTTP Transport Module",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@babel/runtime": "^7.18.6",
"@onflow/util-address": "^1.0.2",
"@onflow/util-invariant": "^1.0.2",
"@onflow/util-logger": "^1.1.1",
"@onflow/util-logger": "^1.1.3-alpha.0",
"@onflow/util-template": "^1.0.3",
"node-fetch": "^2.6.7"
}
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.3-alpha.0

### Patch Changes

- Updated dependencies [[`e10e3c9c`](https://github.com/onflow/fcl-js/commit/e10e3c9c1f611e7dfd8a0bf7292473c71c2e04b9)]:
- @onflow/config@1.1.0-alpha.0

## 1.1.2

### Patch 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.2",
"version": "1.1.3-alpha.0",
"description": "Logger for FCL-JS",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down Expand Up @@ -35,6 +35,6 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/config": "^1.0.4"
"@onflow/config": "^1.1.0-alpha.0"
}
}

0 comments on commit aedd272

Please sign in to comment.