Skip to content

Commit 93649ba

Browse files
Version Packages (#2047)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c88f170 commit 93649ba

File tree

9 files changed

+36
-13
lines changed

9 files changed

+36
-13
lines changed

.changeset/proud-planes-change.md

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

packages/fcl-core/CHANGELOG.md

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

3+
## 1.13.3
4+
5+
### Patch Changes
6+
7+
- [#2046](https://github.com/onflow/fcl-js/pull/2046) [`c88f170ab2342f5382dead9a2270e72ce9c6d68a`](https://github.com/onflow/fcl-js/commit/c88f170ab2342f5382dead9a2270e72ce9c6d68a) Thanks [@jribbink](https://github.com/jribbink)! - Fix bug affecting `fcl.tx(...).onceSealed()`
8+
39
## 1.13.2
410

511
### Patch Changes

packages/fcl-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl-core",
3-
"version": "1.13.2",
3+
"version": "1.13.3",
44
"description": "Flow Client Library",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <dev@dapperlabs.com>",

packages/fcl-react-native/CHANGELOG.md

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

3+
## 1.9.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c88f170ab2342f5382dead9a2270e72ce9c6d68a`](https://github.com/onflow/fcl-js/commit/c88f170ab2342f5382dead9a2270e72ce9c6d68a)]:
8+
- @onflow/fcl-core@1.13.3
9+
310
## 1.9.9
411

512
### Patch Changes

packages/fcl-react-native/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-react-native",
3-
"version": "1.9.9",
3+
"version": "1.9.10",
44
"description": "Flow Client Library",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <dev@dapperlabs.com>",
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@babel/runtime": "^7.25.7",
5050
"@onflow/config": "1.5.1",
51-
"@onflow/fcl-core": "1.13.2",
51+
"@onflow/fcl-core": "1.13.3",
5252
"@onflow/interaction": "0.0.11",
5353
"@onflow/rlp": "1.2.3",
5454
"@onflow/sdk": "1.5.5",

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.5.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c88f170ab2342f5382dead9a2270e72ce9c6d68a`](https://github.com/onflow/fcl-js/commit/c88f170ab2342f5382dead9a2270e72ce9c6d68a)]:
8+
- @onflow/fcl-core@1.13.3
9+
310
## 5.5.2
411

512
### Patch 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.5.2",
3+
"version": "5.5.3",
44
"description": "WalletConnect adapter for FCL",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <dev@dapperlabs.com>",
@@ -53,6 +53,6 @@
5353
"tailwindcss": "^3.4.14"
5454
},
5555
"peerDependencies": {
56-
"@onflow/fcl-core": "1.13.2"
56+
"@onflow/fcl-core": "1.13.3"
5757
}
5858
}

packages/fcl/CHANGELOG.md

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

3+
## 1.13.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`c88f170ab2342f5382dead9a2270e72ce9c6d68a`](https://github.com/onflow/fcl-js/commit/c88f170ab2342f5382dead9a2270e72ce9c6d68a)]:
8+
- @onflow/fcl-core@1.13.3
9+
- @onflow/fcl-wc@5.5.3
10+
311
## 1.13.2
412

513
### 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.13.2",
3+
"version": "1.13.3",
44
"description": "Flow Client Library",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <dev@dapperlabs.com>",
@@ -49,8 +49,8 @@
4949
"dependencies": {
5050
"@babel/runtime": "^7.25.7",
5151
"@onflow/config": "1.5.1",
52-
"@onflow/fcl-core": "1.13.2",
53-
"@onflow/fcl-wc": "5.5.2",
52+
"@onflow/fcl-core": "1.13.3",
53+
"@onflow/fcl-wc": "5.5.3",
5454
"@onflow/interaction": "0.0.11",
5555
"@onflow/rlp": "1.2.3",
5656
"@onflow/sdk": "1.5.5",

0 commit comments

Comments
 (0)