Skip to content

Commit 5f0bc36

Browse files
Version Packages (alpha) (#1986)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ca4e51e commit 5f0bc36

File tree

15 files changed

+76
-20
lines changed

15 files changed

+76
-20
lines changed

.changeset/pre.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,11 @@
2525
"@onflow/util-template": "1.2.2",
2626
"@onflow/util-uid": "1.2.2"
2727
},
28-
"changesets": ["slow-lies-fix", "tasty-ducks-mix"]
28+
"changesets": [
29+
"pink-students-divide",
30+
"slow-lies-fix",
31+
"soft-tomatoes-brake",
32+
"tasty-ducks-mix",
33+
"witty-pants-argue"
34+
]
2935
}

packages/fcl-core/CHANGELOG.md

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

3+
## 1.13.0-alpha.1
4+
5+
### Minor Changes
6+
7+
- [#1893](https://github.com/onflow/fcl-js/pull/1893) [`b9f49494d5b3faed1bc24005adc6ba312f653a21`](https://github.com/onflow/fcl-js/commit/b9f49494d5b3faed1bc24005adc6ba312f653a21) Thanks [@jribbink](https://github.com/jribbink)! - Add custom error `TransactionError` type for failing transaction results
8+
9+
### Patch Changes
10+
11+
- Updated dependencies []:
12+
- @onflow/sdk@1.5.4-alpha.1
13+
314
## 1.12.1-alpha.0
415

516
### Patch Changes

packages/fcl-core/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-core",
3-
"version": "1.12.1-alpha.0",
3+
"version": "1.13.0-alpha.1",
44
"description": "Flow Client Library",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <dev@dapperlabs.com>",
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@onflow/fcl-bundle": "1.5.1-alpha.0",
23-
"@onflow/typedefs": "1.4.0-alpha.0",
23+
"@onflow/typedefs": "1.4.0-alpha.1",
2424
"@types/estree": "^1.0.6",
2525
"@types/jest": "^29.5.13",
2626
"@types/node": "^18.19.57",
@@ -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.0",
55+
"@onflow/sdk": "1.5.4-alpha.1",
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

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.7-alpha.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b9f49494d5b3faed1bc24005adc6ba312f653a21`](https://github.com/onflow/fcl-js/commit/b9f49494d5b3faed1bc24005adc6ba312f653a21)]:
8+
- @onflow/fcl-core@1.13.0-alpha.1
9+
- @onflow/sdk@1.5.4-alpha.1
10+
311
## 1.9.7-alpha.0
412

513
### Patch Changes

packages/fcl-react-native/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-react-native",
3-
"version": "1.9.7-alpha.0",
3+
"version": "1.9.7-alpha.1",
44
"description": "Flow Client Library",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <dev@dapperlabs.com>",
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@onflow/fcl-bundle": "1.5.1-alpha.0",
23-
"@onflow/typedefs": "1.4.0-alpha.0",
23+
"@onflow/typedefs": "1.4.0-alpha.1",
2424
"@types/estree": "^1.0.6",
2525
"@types/node": "^18.19.57",
2626
"eslint": "^8.57.1",
@@ -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.12.1-alpha.0",
51+
"@onflow/fcl-core": "1.13.0-alpha.1",
5252
"@onflow/interaction": "0.0.11",
5353
"@onflow/rlp": "1.2.3-alpha.0",
54-
"@onflow/sdk": "1.5.4-alpha.0",
54+
"@onflow/sdk": "1.5.4-alpha.1",
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

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

3+
## 6.0.0-alpha.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b9f49494d5b3faed1bc24005adc6ba312f653a21`](https://github.com/onflow/fcl-js/commit/b9f49494d5b3faed1bc24005adc6ba312f653a21)]:
8+
- @onflow/fcl-core@1.13.0-alpha.1
9+
310
## 5.4.1-alpha.0
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.4.1-alpha.0",
3+
"version": "6.0.0-alpha.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.12.1-alpha.0"
48+
"@onflow/fcl-core": "1.13.0-alpha.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.4-alpha.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b9f49494d5b3faed1bc24005adc6ba312f653a21`](https://github.com/onflow/fcl-js/commit/b9f49494d5b3faed1bc24005adc6ba312f653a21)]:
8+
- @onflow/fcl-core@1.13.0-alpha.1
9+
- @onflow/sdk@1.5.4-alpha.1
10+
- @onflow/fcl-wc@6.0.0-alpha.1
11+
312
## 1.12.4-alpha.0
413

514
### Patch Changes

packages/fcl/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl",
3-
"version": "1.12.4-alpha.0",
3+
"version": "1.12.4-alpha.1",
44
"description": "Flow Client Library",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <dev@dapperlabs.com>",
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@onflow/fcl-bundle": "1.5.1-alpha.0",
23-
"@onflow/typedefs": "1.4.0-alpha.0",
23+
"@onflow/typedefs": "1.4.0-alpha.1",
2424
"@types/estree": "^1.0.6",
2525
"@types/jest": "^29.5.13",
2626
"@types/node": "^18.19.57",
@@ -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.12.1-alpha.0",
53-
"@onflow/fcl-wc": "5.4.1-alpha.0",
52+
"@onflow/fcl-core": "1.13.0-alpha.1",
53+
"@onflow/fcl-wc": "6.0.0-alpha.1",
5454
"@onflow/interaction": "0.0.11",
5555
"@onflow/rlp": "1.2.3-alpha.0",
56-
"@onflow/sdk": "1.5.4-alpha.0",
56+
"@onflow/sdk": "1.5.4-alpha.1",
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

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.4-alpha.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b9f49494d5b3faed1bc24005adc6ba312f653a21`](https://github.com/onflow/fcl-js/commit/b9f49494d5b3faed1bc24005adc6ba312f653a21), [`b9f49494d5b3faed1bc24005adc6ba312f653a21`](https://github.com/onflow/fcl-js/commit/b9f49494d5b3faed1bc24005adc6ba312f653a21)]:
8+
- @onflow/typedefs@1.4.0-alpha.1
9+
310
## 1.5.4-alpha.0
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.4-alpha.0",
3+
"version": "1.5.4-alpha.1",
44
"description": "Flow SDK",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <dev@dapperlabs.com>",
@@ -44,7 +44,7 @@
4444
"@onflow/config": "1.5.1-alpha.0",
4545
"@onflow/rlp": "1.2.3-alpha.0",
4646
"@onflow/transport-http": "1.10.3-alpha.0",
47-
"@onflow/typedefs": "1.4.0-alpha.0",
47+
"@onflow/typedefs": "1.4.0-alpha.1",
4848
"@onflow/util-actor": "1.3.4-alpha.0",
4949
"@onflow/util-address": "1.2.3-alpha.0",
5050
"@onflow/util-invariant": "1.2.4-alpha.0",

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.1-alpha.0",
17-
"@onflow/sdk": "1.5.4-alpha.0",
17+
"@onflow/sdk": "1.5.4-alpha.1",
1818
"jest": "^29.7.0"
1919
},
2020
"source": "src/sdk-send-grpc.js",

packages/transport-http/package.json

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

packages/typedefs/CHANGELOG.md

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

3+
## 1.4.0-alpha.1
4+
5+
### Minor Changes
6+
7+
- [#1893](https://github.com/onflow/fcl-js/pull/1893) [`b9f49494d5b3faed1bc24005adc6ba312f653a21`](https://github.com/onflow/fcl-js/commit/b9f49494d5b3faed1bc24005adc6ba312f653a21) Thanks [@jribbink](https://github.com/jribbink)! - Add missing field to TransactionStatus type
8+
9+
- [#1893](https://github.com/onflow/fcl-js/pull/1893) [`b9f49494d5b3faed1bc24005adc6ba312f653a21`](https://github.com/onflow/fcl-js/commit/b9f49494d5b3faed1bc24005adc6ba312f653a21) Thanks [@jribbink](https://github.com/jribbink)! - Add FvmErrorCode enum for categorizing transaction/script execution errors
10+
311
## 1.4.0-alpha.0
412

513
### Minor Changes

packages/typedefs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/typedefs",
3-
"version": "1.4.0-alpha.0",
3+
"version": "1.4.0-alpha.1",
44
"description": "Flow JS Type Defs",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <dev@dapperlabs.com>",

0 commit comments

Comments
 (0)