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 Sep 26, 2022
1 parent 56a0e23 commit d2d6fbc
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"brown-bears-remain",
"clean-years-drop",
"curly-garlics-behave",
"early-hounds-invent",
"eleven-bobcats-complain",
"empty-donkeys-trade",
"forty-dolls-pull",
Expand All @@ -36,6 +37,7 @@
"pretty-crabs-repair",
"proud-rabbits-add",
"rich-countries-taste",
"serious-spies-remember",
"short-llamas-kiss",
"swift-chairs-rhyme",
"tame-bags-kneel",
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.0-alpha.4

### Patch Changes

- [#1427](https://github.com/onflow/fcl-js/pull/1427) [`27bc599c`](https://github.com/onflow/fcl-js/commit/27bc599cdc79be9246dbbeb5e69afa60174f0577) Thanks [@gregsantos](https://github.com/gregsantos)! - Update request types and make wallets from WalletConnect API opt-in

- Updated dependencies [[`17a7f1e4`](https://github.com/onflow/fcl-js/commit/17a7f1e413340f72f45350075e8ea79ce1c2b711)]:
- @onflow/fcl@1.3.0-alpha.11

## 1.0.0-alpha.3

### Patch 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": "1.0.0-alpha.3",
"version": "1.0.0-alpha.4",
"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.3.0-alpha.9"
"@onflow/fcl": "^1.3.0-alpha.11"
}
}
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.3.0-alpha.11

### Patch Changes

- [#1417](https://github.com/onflow/fcl-js/pull/1417) [`17a7f1e4`](https://github.com/onflow/fcl-js/commit/17a7f1e413340f72f45350075e8ea79ce1c2b711) Thanks [@gregsantos](https://github.com/gregsantos)! - Moves some client configuration to execService as it may be useful for services other than `authn`

## 1.3.0-alpha.10

### 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.3.0-alpha.10",
"version": "1.3.0-alpha.11",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <dev@dapperlabs.com>",
Expand Down

0 comments on commit d2d6fbc

Please sign in to comment.