Skip to content

Commit b73ab41

Browse files
Version Packages (#1967)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 91526e6 commit b73ab41

File tree

14 files changed

+60
-21
lines changed

14 files changed

+60
-21
lines changed

.changeset/thin-baboons-itch.md

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

packages/fcl-core/CHANGELOG.md

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

3+
## 1.11.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @onflow/sdk@1.5.3
9+
310
## 1.11.0
411

512
### Minor Changes

packages/fcl-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl-core",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"description": "Flow Client Library",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <dev@dapperlabs.com>",
@@ -52,7 +52,7 @@
5252
"@onflow/config": "1.5.0",
5353
"@onflow/interaction": "0.0.11",
5454
"@onflow/rlp": "1.2.2",
55-
"@onflow/sdk": "1.5.2",
55+
"@onflow/sdk": "1.5.3",
5656
"@onflow/types": "1.4.0",
5757
"@onflow/util-actor": "1.3.3",
5858
"@onflow/util-address": "1.2.2",

packages/fcl-react-native/CHANGELOG.md

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

3+
## 1.9.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @onflow/sdk@1.5.3
9+
- @onflow/fcl-core@1.11.1
10+
311
## 1.9.4
412

513
### Patch Changes

packages/fcl-react-native/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-react-native",
3-
"version": "1.9.4",
3+
"version": "1.9.5",
44
"description": "Flow Client Library",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <dev@dapperlabs.com>",
@@ -47,11 +47,11 @@
4747
},
4848
"dependencies": {
4949
"@babel/runtime": "^7.18.6",
50-
"@onflow/fcl-core": "1.11.0",
50+
"@onflow/fcl-core": "1.11.1",
5151
"@onflow/config": "1.5.0",
5252
"@onflow/interaction": "0.0.11",
5353
"@onflow/rlp": "1.2.2",
54-
"@onflow/sdk": "1.5.2",
54+
"@onflow/sdk": "1.5.3",
5555
"@onflow/types": "1.4.0",
5656
"@onflow/util-actor": "1.3.3",
5757
"@onflow/util-address": "1.2.2",

packages/fcl-wc/CHANGELOG.md

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

3+
## 5.3.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @onflow/fcl-core@1.11.1
9+
310
## 5.3.0
411

512
### Minor Changes

packages/fcl-wc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl-wc",
3-
"version": "5.3.0",
3+
"version": "5.3.1",
44
"description": "WalletConnect adapter for FCL",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <dev@dapperlabs.com>",
@@ -45,6 +45,6 @@
4545
"@walletconnect/utils": "^2.8.1"
4646
},
4747
"peerDependencies": {
48-
"@onflow/fcl-core": "1.11.0"
48+
"@onflow/fcl-core": "1.11.1"
4949
}
5050
}

packages/fcl/CHANGELOG.md

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

3+
## 1.12.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @onflow/sdk@1.5.3
9+
- @onflow/fcl-core@1.11.1
10+
- @onflow/fcl-wc@5.3.1
11+
312
## 1.12.1
413

514
### Patch Changes

packages/fcl/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",
3-
"version": "1.12.1",
3+
"version": "1.12.2",
44
"description": "Flow Client Library",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <dev@dapperlabs.com>",
@@ -49,11 +49,11 @@
4949
"dependencies": {
5050
"@babel/runtime": "^7.18.6",
5151
"@onflow/config": "1.5.0",
52-
"@onflow/fcl-core": "1.11.0",
53-
"@onflow/fcl-wc": "5.3.0",
52+
"@onflow/fcl-core": "1.11.1",
53+
"@onflow/fcl-wc": "5.3.1",
5454
"@onflow/interaction": "0.0.11",
5555
"@onflow/rlp": "1.2.2",
56-
"@onflow/sdk": "1.5.2",
56+
"@onflow/sdk": "1.5.3",
5757
"@onflow/types": "1.4.0",
5858
"@onflow/util-actor": "1.3.3",
5959
"@onflow/util-address": "1.2.2",

packages/sdk/CHANGELOG.md

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

3+
## 1.5.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`91526e65`](https://github.com/onflow/fcl-js/commit/91526e65190d8c8ba67598e5df3b8b1c6c41292a)]:
8+
- @onflow/transport-http@1.10.2
9+
310
## 1.5.2
411

512
### Patch Changes

packages/sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/sdk",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "Flow SDK",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <dev@dapperlabs.com>",
@@ -43,7 +43,7 @@
4343
"@babel/runtime": "^7.18.6",
4444
"@onflow/config": "1.5.0",
4545
"@onflow/rlp": "1.2.2",
46-
"@onflow/transport-http": "1.10.1",
46+
"@onflow/transport-http": "1.10.2",
4747
"@onflow/typedefs": "1.3.1",
4848
"@onflow/util-actor": "1.3.3",
4949
"@onflow/util-address": "1.2.2",

packages/transport-grpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@onflow/fcl-bundle": "1.5.0",
17-
"@onflow/sdk": "1.5.2",
17+
"@onflow/sdk": "1.5.3",
1818
"jest": "^29.5.0"
1919
},
2020
"source": "src/sdk-send-grpc.js",

packages/transport-http/CHANGELOG.md

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

3+
## 1.10.2
4+
5+
### Patch Changes
6+
7+
- [#1965](https://github.com/onflow/fcl-js/pull/1965) [`91526e65`](https://github.com/onflow/fcl-js/commit/91526e65190d8c8ba67598e5df3b8b1c6c41292a) Thanks [@jribbink](https://github.com/jribbink)! - Fix `subscribeEvents` block timestamp
8+
39
## 1.10.1
410

511
### Patch Changes

packages/transport-http/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/transport-http",
3-
"version": "1.10.1",
3+
"version": "1.10.2",
44
"description": "Flow SDK HTTP Transport Module",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <dev@dapperlabs.com>",
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@onflow/fcl-bundle": "1.5.0",
1717
"@onflow/rlp": "1.2.2",
18-
"@onflow/sdk": "1.5.2",
18+
"@onflow/sdk": "1.5.3",
1919
"@onflow/types": "1.4.0",
2020
"jest": "^29.5.0"
2121
},

0 commit comments

Comments
 (0)