Skip to content

Commit 26ee20b

Browse files
Version Packages (alpha) (#2029)
* Version Packages (alpha) * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Jordan Ribbink <[email protected]>
1 parent ab36456 commit 26ee20b

File tree

13 files changed

+52
-14
lines changed

13 files changed

+52
-14
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"poor-carrots-wink",
3636
"rare-apes-argue",
3737
"rotten-paws-retire",
38+
"seven-hounds-obey",
3839
"shaggy-snakes-vanish",
3940
"slow-lies-fix",
4041
"slow-peaches-vanish",

packages/fcl-core/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @onflow/fcl
22

3+
## 1.13.0-alpha.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b7860a388960f3d2220c5f85a820a33e41915f35`](https://github.com/onflow/fcl-js/commit/b7860a388960f3d2220c5f85a820a33e41915f35)]:
8+
- @onflow/sdk@1.5.4-alpha.3
9+
310
## 1.13.0-alpha.5
411

512
### Patch Changes

packages/fcl-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl-core",
3-
"version": "1.13.0-alpha.5",
3+
"version": "1.13.0-alpha.6",
44
"description": "Flow Client Library",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -52,7 +52,7 @@
5252
"@onflow/config": "1.5.1-alpha.0",
5353
"@onflow/interaction": "0.0.11",
5454
"@onflow/rlp": "1.2.3-alpha.0",
55-
"@onflow/sdk": "1.5.4-alpha.2",
55+
"@onflow/sdk": "1.5.4-alpha.3",
5656
"@onflow/transport-http": "1.10.3-alpha.0",
5757
"@onflow/types": "1.4.1-alpha.0",
5858
"@onflow/util-actor": "1.3.4-alpha.0",

packages/fcl-react-native/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @onflow/fcl-react-native
22

3+
## 1.9.7-alpha.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b7860a388960f3d2220c5f85a820a33e41915f35`](https://github.com/onflow/fcl-js/commit/b7860a388960f3d2220c5f85a820a33e41915f35)]:
8+
- @onflow/sdk@1.5.4-alpha.3
9+
- @onflow/fcl-core@1.13.0-alpha.6
10+
311
## 1.9.7-alpha.5
412

513
### Patch Changes

packages/fcl-react-native/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl-react-native",
3-
"version": "1.9.7-alpha.5",
3+
"version": "1.9.7-alpha.6",
44
"description": "Flow Client Library",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -48,10 +48,10 @@
4848
"dependencies": {
4949
"@babel/runtime": "^7.25.7",
5050
"@onflow/config": "1.5.1-alpha.0",
51-
"@onflow/fcl-core": "1.13.0-alpha.5",
51+
"@onflow/fcl-core": "1.13.0-alpha.6",
5252
"@onflow/interaction": "0.0.11",
5353
"@onflow/rlp": "1.2.3-alpha.0",
54-
"@onflow/sdk": "1.5.4-alpha.2",
54+
"@onflow/sdk": "1.5.4-alpha.3",
5555
"@onflow/types": "1.4.1-alpha.0",
5656
"@onflow/util-actor": "1.3.4-alpha.0",
5757
"@onflow/util-address": "1.2.3-alpha.0",

packages/fcl-wc/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @onflow/fcl-wc
22

3+
## 5.5.0-alpha.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @onflow/fcl-core@1.13.0-alpha.6
9+
310
## 5.5.0-alpha.5
411

512
### Minor Changes

packages/fcl-wc/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl-wc",
3-
"version": "5.5.0-alpha.5",
3+
"version": "5.5.0-alpha.6",
44
"description": "WalletConnect adapter for FCL",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -53,6 +53,6 @@
5353
"tailwindcss": "^3.4.14"
5454
},
5555
"peerDependencies": {
56-
"@onflow/fcl-core": "1.13.0-alpha.5"
56+
"@onflow/fcl-core": "1.13.0-alpha.6"
5757
}
5858
}

packages/fcl/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @onflow/fcl
22

3+
## 1.13.0-alpha.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b7860a388960f3d2220c5f85a820a33e41915f35`](https://github.com/onflow/fcl-js/commit/b7860a388960f3d2220c5f85a820a33e41915f35)]:
8+
- @onflow/sdk@1.5.4-alpha.3
9+
- @onflow/fcl-core@1.13.0-alpha.6
10+
- @onflow/fcl-wc@5.5.0-alpha.6
11+
312
## 1.13.0-alpha.7
413

514
### Minor Changes

packages/fcl/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl",
3-
"version": "1.13.0-alpha.7",
3+
"version": "1.13.0-alpha.8",
44
"description": "Flow Client Library",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -49,11 +49,11 @@
4949
"dependencies": {
5050
"@babel/runtime": "^7.25.7",
5151
"@onflow/config": "1.5.1-alpha.0",
52-
"@onflow/fcl-core": "1.13.0-alpha.5",
53-
"@onflow/fcl-wc": "5.5.0-alpha.5",
52+
"@onflow/fcl-core": "1.13.0-alpha.6",
53+
"@onflow/fcl-wc": "5.5.0-alpha.6",
5454
"@onflow/interaction": "0.0.11",
5555
"@onflow/rlp": "1.2.3-alpha.0",
56-
"@onflow/sdk": "1.5.4-alpha.2",
56+
"@onflow/sdk": "1.5.4-alpha.3",
5757
"@onflow/types": "1.4.1-alpha.0",
5858
"@onflow/util-actor": "1.3.4-alpha.0",
5959
"@onflow/util-address": "1.2.3-alpha.0",

packages/sdk/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @onflow/sdk
22

3+
## 1.5.4-alpha.3
4+
5+
### Patch Changes
6+
7+
- [#2027](https://github.com/onflow/fcl-js/pull/2025) [`169974cbd76495f29fac9d950916e3e9fd7f3fd4`](https://github.com/onflow/fcl-js/commit/169974cbd76495f29fac9d950916e3e9fd7f3fd4) Thanks [@caosbad](https://github.com/caosbad)! - Fixed an issue where the signer could not get the correct singerIndex when preparing a payload due to prefixed addresses in the sdk
8+
39
## 1.5.4-alpha.2
410

511
### Patch Changes

packages/sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/sdk",
3-
"version": "1.5.4-alpha.2",
3+
"version": "1.5.4-alpha.3",
44
"description": "Flow SDK",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",

packages/transport-grpc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@onflow/fcl-bundle": "1.6.0-alpha.1",
17-
"@onflow/sdk": "1.5.4-alpha.2",
17+
"@onflow/sdk": "1.5.4-alpha.3",
1818
"jest": "^29.7.0"
1919
},
2020
"source": "src/sdk-send-grpc.js",

packages/transport-http/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"devDependencies": {
1616
"@onflow/fcl-bundle": "1.6.0-alpha.1",
1717
"@onflow/rlp": "1.2.3-alpha.0",
18-
"@onflow/sdk": "1.5.4-alpha.2",
18+
"@onflow/sdk": "1.5.4-alpha.3",
1919
"@onflow/types": "1.4.1-alpha.0",
2020
"jest": "^29.7.0"
2121
},

0 commit comments

Comments
 (0)