Skip to content

Commit a4f8c00

Browse files
committed
VSN -- [root] bump version
1 parent b59aab3 commit a4f8c00

36 files changed

+245
-78
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"@onflow/util-logger": minor
99
"@onflow/fcl-bundle": minor
1010
"@onflow/util-actor": minor
11-
"@onflow/protobuf": minor
1211
"@onflow/typedefs": minor
1312
"@onflow/util-uid": minor
1413
"@onflow/config": minor

.changeset/pre.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"@onflow/util-uid": "1.1.0"
2323
},
2424
"changesets": [
25-
"hip-radios-behave"
25+
"fuzzy-dryers-begin"
2626
]
2727
}

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.0-alpha.0
4+
5+
### Minor Changes
6+
7+
- TS build
8+
9+
### Patch Changes
10+
11+
- Updated dependencies []:
12+
- @onflow/util-actor@1.3.0-alpha.0
13+
314
## 1.1.1
415

516
### Patch Changes

packages/config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@onflow/config",
3-
"version": "1.1.1",
3+
"version": "1.2.0-alpha.0",
44
"description": "Config for FCL-JS",
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.3.1",
16+
"@onflow/fcl-bundle": "^1.4.0-alpha.0",
1717
"@types/estree": "^1.0.1",
1818
"jest": "^29.5.0",
1919
"typescript": "^4.9.5"
@@ -33,7 +33,7 @@
3333
},
3434
"dependencies": {
3535
"@babel/runtime": "^7.18.6",
36-
"@onflow/util-actor": "^1.2.0",
36+
"@onflow/util-actor": "^1.3.0-alpha.0",
3737
"eslint": "^8.34.0",
3838
"eslint-plugin-jsdoc": "^40.0.0"
3939
}

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.0-alpha.0
4+
5+
### Minor Changes
6+
7+
- TS build
8+
39
## 1.3.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.3.1",
3+
"version": "1.4.0-alpha.0",
44
"description": "FCL Bundler Tool",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",

packages/fcl-wc/CHANGELOG.md

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

3+
## 4.0.0-alpha.0
4+
5+
### Minor Changes
6+
7+
- TS build
8+
9+
### Patch Changes
10+
11+
- Updated dependencies []:
12+
- @onflow/util-invariant@1.2.0-alpha.0
13+
- @onflow/util-logger@1.3.0-alpha.0
14+
- @onflow/config@1.2.0-alpha.0
15+
- @onflow/fcl@1.6.0-alpha.0
16+
317
## 3.0.0
418

519
### Patch Changes

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": "3.0.0",
3+
"version": "4.0.0-alpha.0",
44
"description": "WalletConnect adapter for FCL",
55
"license": "Apache-2.0",
66
"author": "Dapper Labs <[email protected]>",
@@ -25,21 +25,21 @@
2525
"start": "fcl-bundle --watch"
2626
},
2727
"devDependencies": {
28-
"@onflow/fcl-bundle": "^1.3.1",
28+
"@onflow/fcl-bundle": "^1.4.0-alpha.0",
2929
"better-sqlite3": "^7.6.2",
3030
"jest": "^29.5.0"
3131
},
3232
"dependencies": {
3333
"@babel/runtime": "^7.18.9",
34-
"@onflow/config": "^1.1.1",
35-
"@onflow/util-invariant": "^1.1.0",
36-
"@onflow/util-logger": "^1.2.1",
34+
"@onflow/config": "^1.2.0-alpha.0",
35+
"@onflow/util-invariant": "^1.2.0-alpha.0",
36+
"@onflow/util-logger": "^1.3.0-alpha.0",
3737
"@walletconnect/modal": "^2.4.7",
3838
"@walletconnect/sign-client": "^2.8.1",
3939
"@walletconnect/types": "^2.8.1",
4040
"@walletconnect/utils": "^2.8.1"
4141
},
4242
"peerDependencies": {
43-
"@onflow/fcl": "^1.5.0"
43+
"@onflow/fcl": "^1.6.0-alpha.0"
4444
}
4545
}

packages/fcl/CHANGELOG.md

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

3+
## 1.6.0-alpha.0
4+
5+
### Minor Changes
6+
7+
- TS build
8+
9+
### Patch Changes
10+
11+
- Updated dependencies []:
12+
- @onflow/util-invariant@1.2.0-alpha.0
13+
- @onflow/util-template@1.2.0-alpha.0
14+
- @onflow/util-address@1.2.0-alpha.0
15+
- @onflow/util-logger@1.3.0-alpha.0
16+
- @onflow/util-actor@1.3.0-alpha.0
17+
- @onflow/util-uid@1.2.0-alpha.0
18+
- @onflow/config@1.2.0-alpha.0
19+
- @onflow/types@1.2.0-alpha.0
20+
- @onflow/rlp@1.2.0-alpha.0
21+
- @onflow/sdk@1.3.0-alpha.0
22+
323
## 1.5.0
424

525
### Minor Changes

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.5.0",
3+
"version": "1.6.0-alpha.0",
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.3.1",
23-
"@onflow/typedefs": "^1.1.1",
22+
"@onflow/fcl-bundle": "^1.4.0-alpha.0",
23+
"@onflow/typedefs": "^1.2.0-alpha.0",
2424
"@types/node": "^18.13.0",
2525
"eslint": "^8.35.0",
2626
"eslint-plugin-jsdoc": "^40.0.1",
@@ -57,17 +57,17 @@
5757
},
5858
"dependencies": {
5959
"@babel/runtime": "^7.18.6",
60-
"@onflow/config": "^1.1.1",
60+
"@onflow/config": "^1.2.0-alpha.0",
6161
"@onflow/interaction": "0.0.11",
62-
"@onflow/rlp": "^1.1.0",
63-
"@onflow/sdk": "^1.2.1",
64-
"@onflow/types": "^1.1.0",
65-
"@onflow/util-actor": "^1.2.0",
66-
"@onflow/util-address": "^1.1.0",
67-
"@onflow/util-invariant": "^1.1.0",
68-
"@onflow/util-logger": "^1.2.1",
69-
"@onflow/util-template": "^1.1.0",
70-
"@onflow/util-uid": "^1.1.0",
62+
"@onflow/rlp": "^1.2.0-alpha.0",
63+
"@onflow/sdk": "^1.3.0-alpha.0",
64+
"@onflow/types": "^1.2.0-alpha.0",
65+
"@onflow/util-actor": "^1.3.0-alpha.0",
66+
"@onflow/util-address": "^1.2.0-alpha.0",
67+
"@onflow/util-invariant": "^1.2.0-alpha.0",
68+
"@onflow/util-logger": "^1.3.0-alpha.0",
69+
"@onflow/util-template": "^1.2.0-alpha.0",
70+
"@onflow/util-uid": "^1.2.0-alpha.0",
7171
"cross-fetch": "^3.1.6"
7272
},
7373
"peerDependencies": {

0 commit comments

Comments
 (0)