Skip to content

Commit

Permalink
Version Packages (#1770)
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 Sep 1, 2023
1 parent 5edbd82 commit 809009c
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/fair-bananas-exist.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/odd-socks-appear.md

This file was deleted.

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.2

### Patch Changes

- [#1771](https://github.com/onflow/fcl-js/pull/1771) [`5edbd823`](https://github.com/onflow/fcl-js/commit/5edbd823b1a6d25eb7bb52dc55338f95beae73b1) Thanks [@jribbink](https://github.com/jribbink)! - Fix @onflow/util-logger <-> @onflow/config circular dependency

## 1.1.1

### 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.1.1",
"version": "1.1.2",
"description": "Config for FCL-JS",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
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

## 4.0.0

### Patch Changes

- Updated dependencies [[`3c99c856`](https://github.com/onflow/fcl-js/commit/3c99c8560f61b5b38238cbd0e93814936aee282e), [`5edbd823`](https://github.com/onflow/fcl-js/commit/5edbd823b1a6d25eb7bb52dc55338f95beae73b1)]:
- @onflow/fcl@1.6.0
- @onflow/util-logger@1.2.2
- @onflow/config@1.1.2

## 3.0.0

### Patch 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": "3.0.0",
"version": "4.0.0",
"description": "WalletConnect adapter for FCL",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -31,15 +31,15 @@
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@onflow/config": "^1.1.1",
"@onflow/config": "^1.1.2",
"@onflow/util-invariant": "^1.1.0",
"@onflow/util-logger": "^1.2.1",
"@onflow/util-logger": "^1.2.2",
"@walletconnect/modal": "^2.4.7",
"@walletconnect/sign-client": "^2.8.1",
"@walletconnect/types": "^2.8.1",
"@walletconnect/utils": "^2.8.1"
},
"peerDependencies": {
"@onflow/fcl": "^1.5.0"
"@onflow/fcl": "^1.6.0"
}
}
12 changes: 12 additions & 0 deletions packages/fcl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @onflow/fcl

## 1.6.0

### Minor Changes

- [#1763](https://github.com/onflow/fcl-js/pull/1763) [`3c99c856`](https://github.com/onflow/fcl-js/commit/3c99c8560f61b5b38238cbd0e93814936aee282e) Thanks [@jribbink](https://github.com/jribbink)! - Add VIEW/DEEPLINK

### Patch Changes

- Updated dependencies [[`5edbd823`](https://github.com/onflow/fcl-js/commit/5edbd823b1a6d25eb7bb52dc55338f95beae73b1)]:
- @onflow/util-logger@1.2.2
- @onflow/config@1.1.2

## 1.5.2

### 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.5.2",
"version": "1.6.0",
"description": "Flow Client Library",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down Expand Up @@ -57,15 +57,15 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"@onflow/config": "^1.1.1",
"@onflow/config": "^1.1.2",
"@onflow/interaction": "0.0.11",
"@onflow/rlp": "^1.1.0",
"@onflow/sdk": "^1.2.2",
"@onflow/types": "^1.1.0",
"@onflow/util-actor": "^1.2.0",
"@onflow/util-address": "^1.1.0",
"@onflow/util-invariant": "^1.1.0",
"@onflow/util-logger": "^1.2.1",
"@onflow/util-logger": "^1.2.2",
"@onflow/util-template": "^1.1.0",
"@onflow/util-uid": "^1.1.0",
"cross-fetch": "^3.1.6"
Expand Down
6 changes: 6 additions & 0 deletions packages/util-logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @onflow/util-logger

## 1.2.2

### Patch Changes

- [#1771](https://github.com/onflow/fcl-js/pull/1771) [`5edbd823`](https://github.com/onflow/fcl-js/commit/5edbd823b1a6d25eb7bb52dc55338f95beae73b1) Thanks [@jribbink](https://github.com/jribbink)! - Fix @onflow/util-logger <-> @onflow/config circular dependency

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2.1",
"version": "1.2.2",
"description": "Logger for FCL-JS",
"license": "Apache-2.0",
"author": "Dapper Labs <[email protected]>",
Expand Down

0 comments on commit 809009c

Please sign in to comment.