Skip to content

Commit 809009c

Browse files
Version Packages (#1770)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5edbd82 commit 809009c

File tree

10 files changed

+42
-20
lines changed

10 files changed

+42
-20
lines changed

.changeset/fair-bananas-exist.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/odd-socks-appear.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/config/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @onflow/config
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 1.1.1
410

511
### Patch Changes

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/config",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Config for FCL-JS",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",

packages/fcl-wc/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @onflow/fcl-wc
22

3+
## 4.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3c99c856`](https://github.com/onflow/fcl-js/commit/3c99c8560f61b5b38238cbd0e93814936aee282e), [`5edbd823`](https://github.com/onflow/fcl-js/commit/5edbd823b1a6d25eb7bb52dc55338f95beae73b1)]:
8+
- @onflow/fcl@1.6.0
9+
- @onflow/util-logger@1.2.2
10+
- @onflow/config@1.1.2
11+
312
## 3.0.0
413

514
### Patch Changes

packages/fcl-wc/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl-wc",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "WalletConnect adapter for FCL",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -31,15 +31,15 @@
3131
},
3232
"dependencies": {
3333
"@babel/runtime": "^7.18.9",
34-
"@onflow/config": "^1.1.1",
34+
"@onflow/config": "^1.1.2",
3535
"@onflow/util-invariant": "^1.1.0",
36-
"@onflow/util-logger": "^1.2.1",
36+
"@onflow/util-logger": "^1.2.2",
3737
"@walletconnect/modal": "^2.4.7",
3838
"@walletconnect/sign-client": "^2.8.1",
3939
"@walletconnect/types": "^2.8.1",
4040
"@walletconnect/utils": "^2.8.1"
4141
},
4242
"peerDependencies": {
43-
"@onflow/fcl": "^1.5.0"
43+
"@onflow/fcl": "^1.6.0"
4444
}
4545
}

packages/fcl/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @onflow/fcl
22

3+
## 1.6.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`5edbd823`](https://github.com/onflow/fcl-js/commit/5edbd823b1a6d25eb7bb52dc55338f95beae73b1)]:
12+
- @onflow/util-logger@1.2.2
13+
- @onflow/config@1.1.2
14+
315
## 1.5.2
416

517
### Patch Changes

packages/fcl/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl",
3-
"version": "1.5.2",
3+
"version": "1.6.0",
44
"description": "Flow Client Library",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -57,15 +57,15 @@
5757
},
5858
"dependencies": {
5959
"@babel/runtime": "^7.18.6",
60-
"@onflow/config": "^1.1.1",
60+
"@onflow/config": "^1.1.2",
6161
"@onflow/interaction": "0.0.11",
6262
"@onflow/rlp": "^1.1.0",
6363
"@onflow/sdk": "^1.2.2",
6464
"@onflow/types": "^1.1.0",
6565
"@onflow/util-actor": "^1.2.0",
6666
"@onflow/util-address": "^1.1.0",
6767
"@onflow/util-invariant": "^1.1.0",
68-
"@onflow/util-logger": "^1.2.1",
68+
"@onflow/util-logger": "^1.2.2",
6969
"@onflow/util-template": "^1.1.0",
7070
"@onflow/util-uid": "^1.1.0",
7171
"cross-fetch": "^3.1.6"

packages/util-logger/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @onflow/util-logger
22

3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 1.2.1
410

511
### Patch Changes

packages/util-logger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/util-logger",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Logger for FCL-JS",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",

0 commit comments

Comments
 (0)