Skip to content

Commit c6b55b7

Browse files
Version Packages (alpha) (#1815)
1 parent acf90a7 commit c6b55b7

35 files changed

+270
-83
lines changed

.changeset/pre.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@
2525
"@onflow/util-uid": "1.2.1"
2626
},
2727
"changesets": [
28-
"nice-cups-rest"
28+
"brown-dingos-taste",
29+
"dull-oranges-tell",
30+
"lucky-moons-smell",
31+
"mean-bugs-cry",
32+
"nice-cups-rest",
33+
"old-plants-nail",
34+
"serious-seahorses-camp",
35+
"sixty-turkeys-destroy"
2936
]
3037
}

packages/config/CHANGELOG.md

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

3+
## 1.2.2-alpha.1
4+
5+
### Patch Changes
6+
7+
- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated
8+
9+
- Updated dependencies [[`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4)]:
10+
- @onflow/util-invariant@1.2.2-alpha.1
11+
- @onflow/util-logger@1.3.2-alpha.1
12+
- @onflow/util-actor@1.3.2-alpha.1
13+
314
## 1.2.1
415

516
### Patch Changes

packages/config/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/config",
3-
"version": "1.2.2-alpha.0",
3+
"version": "1.2.2-alpha.1",
44
"description": "Config for FCL-JS",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -14,7 +14,7 @@
1414
},
1515
"devDependencies": {
1616
"@babel/preset-typescript": "^7.22.11",
17-
"@onflow/fcl-bundle": "^1.4.2-alpha.0",
17+
"@onflow/fcl-bundle": "^1.4.2-alpha.1",
1818
"@types/estree": "^1.0.1",
1919
"@types/jest": "^29.5.4",
2020
"@typescript-eslint/eslint-plugin": "^6.5.0",
@@ -39,9 +39,9 @@
3939
},
4040
"dependencies": {
4141
"@babel/runtime": "^7.18.6",
42-
"@onflow/util-actor": "^1.3.2-alpha.0",
43-
"@onflow/util-invariant": "^1.2.2-alpha.0",
44-
"@onflow/util-logger": "^1.3.2-alpha.0",
42+
"@onflow/util-actor": "^1.3.2-alpha.1",
43+
"@onflow/util-invariant": "^1.2.2-alpha.1",
44+
"@onflow/util-logger": "^1.3.2-alpha.1",
4545
"eslint": "^8.34.0",
4646
"eslint-plugin-jsdoc": "^46.9.0"
4747
}

packages/fcl-bundle/CHANGELOG.md

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

3+
## 1.4.2-alpha.1
4+
5+
### Patch Changes
6+
7+
- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated
8+
39
## 1.4.1
410

511
### Patch Changes

packages/fcl-bundle/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-bundle",
3-
"version": "1.4.2-alpha.0",
3+
"version": "1.4.2-alpha.1",
44
"description": "FCL Bundler Tool",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",

packages/fcl-wc/CHANGELOG.md

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

3-
## 6.0.0
3+
## 5.0.2-alpha.0
44

55
### Patch Changes
66

7-
- Updated dependencies [[`4554254a`](https://github.com/onflow/fcl-js/commit/4554254a52e6062c04e5842f4ca7701e8b74bc64), [`cb5d38c8`](https://github.com/onflow/fcl-js/commit/cb5d38c8f1a2de47a1932ea8e89e43171b179712)]:
8-
- @onflow/fcl@1.9.0
7+
- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated
8+
9+
- Updated dependencies [[`699303cf`](https://github.com/onflow/fcl-js/commit/699303cfd5e0545267632c9236f8c91833ce1259), [`acf90a78`](https://github.com/onflow/fcl-js/commit/acf90a7841f843227d5d9edb450ef08322c77c4d), [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4)]:
10+
- @onflow/fcl@1.10.0-alpha.2
11+
- @onflow/util-invariant@1.2.2-alpha.1
12+
- @onflow/util-logger@1.3.2-alpha.1
13+
- @onflow/config@1.2.2-alpha.1
914

1015
## 5.0.1
1116

packages/fcl-wc/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl-wc",
3-
"version": "5.0.1",
3+
"version": "5.0.2-alpha.0",
44
"description": "WalletConnect adapter for FCL",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -26,23 +26,23 @@
2626
"lint": "eslint ."
2727
},
2828
"devDependencies": {
29-
"@onflow/fcl-bundle": "^1.4.2-alpha.0",
29+
"@onflow/fcl-bundle": "^1.4.2-alpha.1",
3030
"better-sqlite3": "^7.6.2",
3131
"eslint": "^8.35.0",
3232
"eslint-plugin-jsdoc": "^46.9.0",
3333
"jest": "^29.5.0"
3434
},
3535
"dependencies": {
3636
"@babel/runtime": "^7.18.9",
37-
"@onflow/config": "^1.2.2-alpha.0",
38-
"@onflow/util-invariant": "^1.2.2-alpha.0",
39-
"@onflow/util-logger": "^1.3.2-alpha.0",
37+
"@onflow/config": "^1.2.2-alpha.1",
38+
"@onflow/util-invariant": "^1.2.2-alpha.1",
39+
"@onflow/util-logger": "^1.3.2-alpha.1",
4040
"@walletconnect/modal": "^2.4.7",
4141
"@walletconnect/sign-client": "^2.8.1",
4242
"@walletconnect/types": "^2.8.1",
4343
"@walletconnect/utils": "^2.8.1"
4444
},
4545
"peerDependencies": {
46-
"@onflow/fcl": "^1.10.0-alpha.1"
46+
"@onflow/fcl": "^1.10.0-alpha.2"
4747
}
4848
}

packages/fcl/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# @onflow/fcl
2+
3+
## 1.10.0-alpha.2
4+
5+
### Minor Changes
6+
7+
- [#1802](https://github.com/onflow/fcl-js/pull/1802) [`699303cf`](https://github.com/onflow/fcl-js/commit/699303cfd5e0545267632c9236f8c91833ce1259) Thanks [@nialexsan](https://github.com/nialexsan)! - TS conversion
8+
9+
- [#1794](https://github.com/onflow/fcl-js/pull/1794) [`acf90a78`](https://github.com/onflow/fcl-js/commit/acf90a7841f843227d5d9edb450ef08322c77c4d) Thanks [@jribbink](https://github.com/jribbink)! - Add support for new event streaming API https://github.com/onflow/flips/blob/4152912f8ec39515eb1c4dddbc6605c6ebe70966/protocol/20230309-accessnode-event-streaming-api.md. Syntax remains unchanged & can be accessed via fcl.events().
10+
11+
### Patch Changes
12+
13+
- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated
14+
15+
- Updated dependencies [[`699303cf`](https://github.com/onflow/fcl-js/commit/699303cfd5e0545267632c9236f8c91833ce1259), [`acf90a78`](https://github.com/onflow/fcl-js/commit/acf90a7841f843227d5d9edb450ef08322c77c4d), [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4)]:
16+
- @onflow/types@1.3.0-alpha.1
17+
- @onflow/sdk@1.4.0-alpha.2
18+
- @onflow/util-invariant@1.2.2-alpha.1
19+
- @onflow/util-template@1.2.2-alpha.1
20+
- @onflow/util-address@1.2.2-alpha.1
21+
- @onflow/util-logger@1.3.2-alpha.1
22+
- @onflow/util-actor@1.3.2-alpha.1
23+
- @onflow/util-uid@1.2.2-alpha.1
24+
- @onflow/config@1.2.2-alpha.1
25+
- @onflow/rlp@1.2.2-alpha.1

packages/fcl/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/fcl",
3-
"version": "1.10.0-alpha.1",
3+
"version": "1.10.0-alpha.2",
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.4.2-alpha.0",
23-
"@onflow/typedefs": "^1.3.0-alpha.0",
22+
"@onflow/fcl-bundle": "^1.4.2-alpha.1",
23+
"@onflow/typedefs": "^1.3.0-alpha.1",
2424
"@types/estree": "^1.0.1",
2525
"@types/jest": "^29.5.10",
2626
"@types/node": "^18.13.0",
@@ -49,18 +49,18 @@
4949
"dependencies": {
5050
"@babel/runtime": "^7.18.6",
5151
"@onflow/fcl-core": "1.8.1",
52-
"@onflow/config": "^1.2.2-alpha.0",
52+
"@onflow/config": "^1.2.2-alpha.1",
5353
"@onflow/interaction": "0.0.11",
54-
"@onflow/rlp": "^1.2.2-alpha.0",
55-
"@onflow/sdk": "^1.4.0-alpha.1",
56-
"@onflow/types": "^1.3.0-alpha.0",
57-
"@onflow/util-actor": "^1.3.2-alpha.0",
58-
"@onflow/util-address": "^1.2.2-alpha.0",
59-
"@onflow/util-invariant": "^1.2.2-alpha.0",
60-
"@onflow/util-logger": "^1.3.2-alpha.0",
54+
"@onflow/rlp": "^1.2.2-alpha.1",
55+
"@onflow/sdk": "^1.4.0-alpha.2",
56+
"@onflow/types": "^1.3.0-alpha.1",
57+
"@onflow/util-actor": "^1.3.2-alpha.1",
58+
"@onflow/util-address": "^1.2.2-alpha.1",
59+
"@onflow/util-invariant": "^1.2.2-alpha.1",
60+
"@onflow/util-logger": "^1.3.2-alpha.1",
6161
"@onflow/util-semver": "^1.0.1",
62-
"@onflow/util-template": "^1.2.2-alpha.0",
63-
"@onflow/util-uid": "^1.2.2-alpha.0",
62+
"@onflow/util-template": "^1.2.2-alpha.1",
63+
"@onflow/util-uid": "^1.2.2-alpha.1",
6464
"events": "^3.3.0",
6565
"cross-fetch": "^3.1.6",
6666
"sha3": "^2.1.4"

packages/rlp/CHANGELOG.md

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

3+
## 1.2.2-alpha.1
4+
5+
### Patch Changes
6+
7+
- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated
8+
39
## 1.2.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)