Skip to content

Commit 2150105

Browse files
Version Packages (alpha) (#2020)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3b31f1c commit 2150105

File tree

29 files changed

+114
-49
lines changed

29 files changed

+114
-49
lines changed

.changeset/pre.json

+5
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,15 @@
2626
"@onflow/util-uid": "1.2.2"
2727
},
2828
"changesets": [
29+
"brown-bobcats-remain",
2930
"fresh-cows-repair",
31+
"little-spies-glow",
3032
"lovely-bikes-applaud",
3133
"odd-actors-ring",
3234
"pink-students-divide",
35+
"poor-carrots-wink",
36+
"rare-apes-argue",
37+
"rotten-paws-retire",
3338
"shaggy-snakes-vanish",
3439
"slow-lies-fix",
3540
"slow-peaches-vanish",

packages/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@babel/preset-typescript": "^7.25.7",
17-
"@onflow/fcl-bundle": "1.5.1-alpha.0",
17+
"@onflow/fcl-bundle": "1.6.0-alpha.1",
1818
"@types/estree": "^1.0.6",
1919
"@types/jest": "^29.5.13",
2020
"@typescript-eslint/eslint-plugin": "^6.21.0",

packages/fcl-bundle/CHANGELOG.md

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

3+
## 1.6.0-alpha.1
4+
5+
### Minor Changes
6+
7+
- [#1970](https://github.com/onflow/fcl-js/pull/1970) [`3b31f1c02b78bf178502627e5ca1de81bdfe8f26`](https://github.com/onflow/fcl-js/commit/3b31f1c02b78bf178502627e5ca1de81bdfe8f26) Thanks [@jribbink](https://github.com/jribbink)! - Add `rollup-plugin-postcss` & `@rollup/plugin-image`
8+
39
## 1.5.1-alpha.0
410

511
### Patch Changes

packages/fcl-bundle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl-bundle",
3-
"version": "1.5.1-alpha.0",
3+
"version": "1.6.0-alpha.1",
44
"description": "FCL Bundler Tool",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",

packages/fcl-core/CHANGELOG.md

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

3+
## 1.13.0-alpha.5
4+
5+
### Patch Changes
6+
7+
- [#1970](https://github.com/onflow/fcl-js/pull/1970) [`3b31f1c02b78bf178502627e5ca1de81bdfe8f26`](https://github.com/onflow/fcl-js/commit/3b31f1c02b78bf178502627e5ca1de81bdfe8f26) Thanks [@jribbink](https://github.com/jribbink)! - Pass missing fields to service redirects in execService
8+
9+
- Updated dependencies []:
10+
- @onflow/sdk@1.5.4-alpha.2
11+
312
## 1.13.0-alpha.4
413

514
### Minor Changes

packages/fcl-core/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl-core",
3-
"version": "1.13.0-alpha.4",
3+
"version": "1.13.0-alpha.5",
44
"description": "Flow Client Library",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -19,8 +19,8 @@
1919
}
2020
},
2121
"devDependencies": {
22-
"@onflow/fcl-bundle": "1.5.1-alpha.0",
23-
"@onflow/typedefs": "1.4.0-alpha.1",
22+
"@onflow/fcl-bundle": "1.6.0-alpha.1",
23+
"@onflow/typedefs": "1.4.0-alpha.2",
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.1",
55+
"@onflow/sdk": "1.5.4-alpha.2",
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.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`3b31f1c02b78bf178502627e5ca1de81bdfe8f26`](https://github.com/onflow/fcl-js/commit/3b31f1c02b78bf178502627e5ca1de81bdfe8f26)]:
8+
- @onflow/fcl-core@1.13.0-alpha.5
9+
- @onflow/sdk@1.5.4-alpha.2
10+
311
## 1.9.7-alpha.4
412

513
### Patch Changes

packages/fcl-react-native/package.json

+5-5
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.4",
3+
"version": "1.9.7-alpha.5",
44
"description": "Flow Client Library",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -19,8 +19,8 @@
1919
}
2020
},
2121
"devDependencies": {
22-
"@onflow/fcl-bundle": "1.5.1-alpha.0",
23-
"@onflow/typedefs": "1.4.0-alpha.1",
22+
"@onflow/fcl-bundle": "1.6.0-alpha.1",
23+
"@onflow/typedefs": "1.4.0-alpha.2",
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.13.0-alpha.4",
51+
"@onflow/fcl-core": "1.13.0-alpha.5",
5252
"@onflow/interaction": "0.0.11",
5353
"@onflow/rlp": "1.2.3-alpha.0",
54-
"@onflow/sdk": "1.5.4-alpha.1",
54+
"@onflow/sdk": "1.5.4-alpha.2",
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

+19-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @onflow/fcl-wc
22

3+
## 5.5.0-alpha.5
4+
5+
### Minor Changes
6+
7+
- [#1970](https://github.com/onflow/fcl-js/pull/1970) [`3b31f1c02b78bf178502627e5ca1de81bdfe8f26`](https://github.com/onflow/fcl-js/commit/3b31f1c02b78bf178502627e5ca1de81bdfe8f26) Thanks [@jribbink](https://github.com/jribbink)! - Add UI notifications for pending requests
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`3b31f1c02b78bf178502627e5ca1de81bdfe8f26`](https://github.com/onflow/fcl-js/commit/3b31f1c02b78bf178502627e5ca1de81bdfe8f26)]:
12+
- @onflow/fcl-core@1.13.0-alpha.5
13+
314
## 5.4.1-alpha.4
415

516
### Patch Changes
@@ -453,7 +464,7 @@
453464
```javascript
454465
import * as fcl from "@onflow/fcl"
455466
import {initFclWc} from "@onflow/fcl-wc"
456-
467+
457468
const {FclConnectServicePlugin, client} = await initFclWc({
458469
projectId: PROJECT_ID,
459470
metadata: {
@@ -463,20 +474,20 @@
463474
icons: ["https://avatars.githubusercontent.com/u/62387156?s=280&v=4"],
464475
},
465476
})
466-
477+
467478
fcl.pluginRegistry.add(FclConnectServicePlugin)
468479
```
469480

470481
### Using the client
471482

472483
```javascript
473484
import {getSdkError} from "@onflow/fcl-wc"
474-
485+
475486
client.on("session_update", ({topic, params}) => {
476487
const session = client.session.get(topic)
477488
console.log("EVENT", "session_update", {topic, params, session})
478489
})
479-
490+
480491
await client.disconnect({
481492
topic: session.topic,
482493
reason: getSdkError("USER_DISCONNECTED"),
@@ -647,7 +658,7 @@
647658
```javascript
648659
import * as fcl from "@onflow/fcl"
649660
import {initFclWc} from "@onflow/fcl-wc"
650-
661+
651662
const {FclConnectServicePlugin, client} = await initFclWc({
652663
projectId: PROJECT_ID,
653664
metadata: {
@@ -657,20 +668,20 @@
657668
icons: ["https://avatars.githubusercontent.com/u/62387156?s=280&v=4"],
658669
},
659670
})
660-
671+
661672
fcl.pluginRegistry.add(FclConnectServicePlugin)
662673
```
663674
664675
### Using the client
665676
666677
```javascript
667678
import {getSdkError} from "@onflow/fcl-wc"
668-
679+
669680
client.on("session_update", ({topic, params}) => {
670681
const session = client.session.get(topic)
671682
console.log("EVENT", "session_update", {topic, params, session})
672683
})
673-
684+
674685
await client.disconnect({
675686
topic: session.topic,
676687
reason: getSdkError("USER_DISCONNECTED"),

packages/fcl-wc/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl-wc",
3-
"version": "5.4.1-alpha.4",
3+
"version": "5.5.0-alpha.5",
44
"description": "WalletConnect adapter for FCL",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -30,8 +30,8 @@
3030
"devDependencies": {
3131
"@babel/plugin-transform-react-jsx": "^7.25.9",
3232
"@babel/preset-typescript": "^7.25.7",
33-
"@onflow/fcl-bundle": "1.5.1-alpha.0",
34-
"@onflow/typedefs": "^1.4.0-alpha.1",
33+
"@onflow/fcl-bundle": "1.6.0-alpha.1",
34+
"@onflow/typedefs": "^1.4.0-alpha.2",
3535
"autoprefixer": "^10.4.20",
3636
"eslint": "^8.57.1",
3737
"eslint-plugin-jsdoc": "^46.10.1",
@@ -53,6 +53,6 @@
5353
"tailwindcss": "^3.4.14"
5454
},
5555
"peerDependencies": {
56-
"@onflow/fcl-core": "1.13.0-alpha.4"
56+
"@onflow/fcl-core": "1.13.0-alpha.5"
5757
}
5858
}

packages/fcl/CHANGELOG.md

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

3+
## 1.13.0-alpha.7
4+
5+
### Minor Changes
6+
7+
- [#1970](https://github.com/onflow/fcl-js/pull/1970) [`3b31f1c02b78bf178502627e5ca1de81bdfe8f26`](https://github.com/onflow/fcl-js/commit/3b31f1c02b78bf178502627e5ca1de81bdfe8f26) Thanks [@jribbink](https://github.com/jribbink)! - Add `walletconnect.disableNotifications` config option to disable WC notification UI
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`3b31f1c02b78bf178502627e5ca1de81bdfe8f26`](https://github.com/onflow/fcl-js/commit/3b31f1c02b78bf178502627e5ca1de81bdfe8f26), [`3b31f1c02b78bf178502627e5ca1de81bdfe8f26`](https://github.com/onflow/fcl-js/commit/3b31f1c02b78bf178502627e5ca1de81bdfe8f26)]:
12+
- @onflow/fcl-wc@5.5.0-alpha.5
13+
- @onflow/fcl-core@1.13.0-alpha.5
14+
- @onflow/sdk@1.5.4-alpha.2
15+
316
## 1.13.0-alpha.6
417

518
### Minor Changes

packages/fcl/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl",
3-
"version": "1.13.0-alpha.6",
3+
"version": "1.13.0-alpha.7",
44
"description": "Flow Client Library",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -19,8 +19,8 @@
1919
}
2020
},
2121
"devDependencies": {
22-
"@onflow/fcl-bundle": "1.5.1-alpha.0",
23-
"@onflow/typedefs": "1.4.0-alpha.1",
22+
"@onflow/fcl-bundle": "1.6.0-alpha.1",
23+
"@onflow/typedefs": "1.4.0-alpha.2",
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.13.0-alpha.4",
53-
"@onflow/fcl-wc": "5.4.1-alpha.4",
52+
"@onflow/fcl-core": "1.13.0-alpha.5",
53+
"@onflow/fcl-wc": "5.5.0-alpha.5",
5454
"@onflow/interaction": "0.0.11",
5555
"@onflow/rlp": "1.2.3-alpha.0",
56-
"@onflow/sdk": "1.5.4-alpha.1",
56+
"@onflow/sdk": "1.5.4-alpha.2",
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/rlp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@babel/preset-typescript": "^7.25.7",
17-
"@onflow/fcl-bundle": "1.5.1-alpha.0",
17+
"@onflow/fcl-bundle": "1.6.0-alpha.1",
1818
"@types/jest": "^29.5.13",
1919
"@typescript-eslint/eslint-plugin": "^6.21.0",
2020
"@typescript-eslint/parser": "^6.21.0",

packages/sdk/CHANGELOG.md

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

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

512
### Patch Changes

packages/sdk/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/sdk",
3-
"version": "1.5.4-alpha.1",
3+
"version": "1.5.4-alpha.2",
44
"description": "Flow SDK",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -18,7 +18,7 @@
1818
}
1919
},
2020
"devDependencies": {
21-
"@onflow/fcl-bundle": "1.5.1-alpha.0",
21+
"@onflow/fcl-bundle": "1.6.0-alpha.1",
2222
"@types/uuid": "^9.0.8",
2323
"eslint": "^8.57.1",
2424
"eslint-plugin-jsdoc": "^46.10.1",
@@ -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.1",
47+
"@onflow/typedefs": "1.4.0-alpha.2",
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"url": "https://github.com/onflow/flow-js-sdk/issues"
1414
},
1515
"devDependencies": {
16-
"@onflow/fcl-bundle": "1.5.1-alpha.0",
17-
"@onflow/sdk": "1.5.4-alpha.1",
16+
"@onflow/fcl-bundle": "1.6.0-alpha.1",
17+
"@onflow/sdk": "1.5.4-alpha.2",
1818
"jest": "^29.7.0"
1919
},
2020
"source": "src/sdk-send-grpc.js",

packages/transport-http/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
"url": "https://github.com/onflow/flow-js-sdk/issues"
1414
},
1515
"devDependencies": {
16-
"@onflow/fcl-bundle": "1.5.1-alpha.0",
16+
"@onflow/fcl-bundle": "1.6.0-alpha.1",
1717
"@onflow/rlp": "1.2.3-alpha.0",
18-
"@onflow/sdk": "1.5.4-alpha.1",
18+
"@onflow/sdk": "1.5.4-alpha.2",
1919
"@onflow/types": "1.4.1-alpha.0",
2020
"jest": "^29.7.0"
2121
},

packages/typedefs/CHANGELOG.md

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

3+
## 1.4.0-alpha.2
4+
5+
### Patch Changes
6+
7+
- [#1970](https://github.com/onflow/fcl-js/pull/1970) [`3b31f1c02b78bf178502627e5ca1de81bdfe8f26`](https://github.com/onflow/fcl-js/commit/3b31f1c02b78bf178502627e5ca1de81bdfe8f26) Thanks [@jribbink](https://github.com/jribbink)! - Fix CurrentUser services type
8+
39
## 1.4.0-alpha.1
410

511
### Minor Changes

packages/typedefs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/typedefs",
3-
"version": "1.4.0-alpha.1",
3+
"version": "1.4.0-alpha.2",
44
"description": "Flow JS Type Defs",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -13,7 +13,7 @@
1313
"url": "https://github.com/onflow/flow-js-sdk/issues"
1414
},
1515
"devDependencies": {
16-
"@onflow/fcl-bundle": "1.5.1-alpha.0",
16+
"@onflow/fcl-bundle": "1.6.0-alpha.1",
1717
"@types/node": "^18.19.57",
1818
"eslint": "^8.57.1",
1919
"eslint-plugin-jsdoc": "^46.10.1",

0 commit comments

Comments
 (0)