Skip to content

Commit 461532e

Browse files
committed
chore: bump package versions to 1.28.0
1 parent d9bd50b commit 461532e

File tree

19 files changed

+100
-100
lines changed

19 files changed

+100
-100
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
],
55
"npmClient": "yarn",
66
"useNx": true,
7-
"version": "1.27.1",
7+
"version": "1.28.0",
88
"stream": true,
99
"command": {
1010
"version": {

packages/api/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/ChainSafe/lodestar/issues"
1313
},
14-
"version": "1.27.1",
14+
"version": "1.28.0",
1515
"type": "module",
1616
"exports": {
1717
".": {
@@ -72,10 +72,10 @@
7272
"dependencies": {
7373
"@chainsafe/persistent-merkle-tree": "^1.0.1",
7474
"@chainsafe/ssz": "^1.0.2",
75-
"@lodestar/config": "^1.27.1",
76-
"@lodestar/params": "^1.27.1",
77-
"@lodestar/types": "^1.27.1",
78-
"@lodestar/utils": "^1.27.1",
75+
"@lodestar/config": "^1.28.0",
76+
"@lodestar/params": "^1.28.0",
77+
"@lodestar/types": "^1.28.0",
78+
"@lodestar/utils": "^1.28.0",
7979
"eventsource": "^2.0.2",
8080
"qs": "^6.11.1"
8181
},

packages/beacon-node/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/ChainSafe/lodestar/issues"
1313
},
14-
"version": "1.27.1",
14+
"version": "1.28.0",
1515
"type": "module",
1616
"exports": {
1717
".": {
@@ -120,18 +120,18 @@
120120
"@libp2p/peer-id-factory": "^4.1.0",
121121
"@libp2p/prometheus-metrics": "^3.0.21",
122122
"@libp2p/tcp": "9.0.23",
123-
"@lodestar/api": "^1.27.1",
124-
"@lodestar/config": "^1.27.1",
125-
"@lodestar/db": "^1.27.1",
126-
"@lodestar/fork-choice": "^1.27.1",
127-
"@lodestar/light-client": "^1.27.1",
128-
"@lodestar/logger": "^1.27.1",
129-
"@lodestar/params": "^1.27.1",
130-
"@lodestar/reqresp": "^1.27.1",
131-
"@lodestar/state-transition": "^1.27.1",
132-
"@lodestar/types": "^1.27.1",
133-
"@lodestar/utils": "^1.27.1",
134-
"@lodestar/validator": "^1.27.1",
123+
"@lodestar/api": "^1.28.0",
124+
"@lodestar/config": "^1.28.0",
125+
"@lodestar/db": "^1.28.0",
126+
"@lodestar/fork-choice": "^1.28.0",
127+
"@lodestar/light-client": "^1.28.0",
128+
"@lodestar/logger": "^1.28.0",
129+
"@lodestar/params": "^1.28.0",
130+
"@lodestar/reqresp": "^1.28.0",
131+
"@lodestar/state-transition": "^1.28.0",
132+
"@lodestar/types": "^1.28.0",
133+
"@lodestar/utils": "^1.28.0",
134+
"@lodestar/validator": "^1.28.0",
135135
"@multiformats/multiaddr": "^12.1.3",
136136
"c-kzg": "^2.1.2",
137137
"datastore-core": "^9.1.1",

packages/cli/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/lodestar",
3-
"version": "1.27.1",
3+
"version": "1.28.0",
44
"description": "Command line interface for lodestar",
55
"author": "ChainSafe Systems",
66
"license": "LGPL-3.0",
@@ -62,17 +62,17 @@
6262
"@libp2p/crypto": "^4.1.0",
6363
"@libp2p/peer-id": "^4.1.0",
6464
"@libp2p/peer-id-factory": "^4.1.0",
65-
"@lodestar/api": "^1.27.1",
66-
"@lodestar/beacon-node": "^1.27.1",
67-
"@lodestar/config": "^1.27.1",
68-
"@lodestar/db": "^1.27.1",
69-
"@lodestar/light-client": "^1.27.1",
70-
"@lodestar/logger": "^1.27.1",
71-
"@lodestar/params": "^1.27.1",
72-
"@lodestar/state-transition": "^1.27.1",
73-
"@lodestar/types": "^1.27.1",
74-
"@lodestar/utils": "^1.27.1",
75-
"@lodestar/validator": "^1.27.1",
65+
"@lodestar/api": "^1.28.0",
66+
"@lodestar/beacon-node": "^1.28.0",
67+
"@lodestar/config": "^1.28.0",
68+
"@lodestar/db": "^1.28.0",
69+
"@lodestar/light-client": "^1.28.0",
70+
"@lodestar/logger": "^1.28.0",
71+
"@lodestar/params": "^1.28.0",
72+
"@lodestar/state-transition": "^1.28.0",
73+
"@lodestar/types": "^1.28.0",
74+
"@lodestar/utils": "^1.28.0",
75+
"@lodestar/validator": "^1.28.0",
7676
"@multiformats/multiaddr": "^12.1.3",
7777
"deepmerge": "^4.3.1",
7878
"ethers": "^6.7.0",
@@ -88,7 +88,7 @@
8888
"yargs": "^17.7.1"
8989
},
9090
"devDependencies": {
91-
"@lodestar/test-utils": "^1.27.1",
91+
"@lodestar/test-utils": "^1.28.0",
9292
"@types/debug": "^4.1.7",
9393
"@types/got": "^9.6.12",
9494
"@types/inquirer": "^9.0.3",

packages/config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lodestar/config",
3-
"version": "1.27.1",
3+
"version": "1.28.0",
44
"description": "Chain configuration required for lodestar",
55
"author": "ChainSafe Systems",
66
"license": "Apache-2.0",
@@ -65,8 +65,8 @@
6565
],
6666
"dependencies": {
6767
"@chainsafe/ssz": "^1.0.2",
68-
"@lodestar/params": "^1.27.1",
69-
"@lodestar/types": "^1.27.1",
70-
"@lodestar/utils": "^1.27.1"
68+
"@lodestar/params": "^1.28.0",
69+
"@lodestar/types": "^1.28.0",
70+
"@lodestar/utils": "^1.28.0"
7171
}
7272
}

packages/db/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lodestar/db",
3-
"version": "1.27.1",
3+
"version": "1.28.0",
44
"description": "DB modules of Lodestar",
55
"author": "ChainSafe Systems",
66
"homepage": "https://github.com/ChainSafe/lodestar#readme",
@@ -36,12 +36,12 @@
3636
},
3737
"dependencies": {
3838
"@chainsafe/ssz": "^1.0.2",
39-
"@lodestar/config": "^1.27.1",
40-
"@lodestar/utils": "^1.27.1",
39+
"@lodestar/config": "^1.28.0",
40+
"@lodestar/utils": "^1.28.0",
4141
"classic-level": "^1.4.1",
4242
"it-all": "^3.0.4"
4343
},
4444
"devDependencies": {
45-
"@lodestar/logger": "^1.27.1"
45+
"@lodestar/logger": "^1.28.0"
4646
}
4747
}

packages/flare/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lodestar/flare",
3-
"version": "1.27.1",
3+
"version": "1.28.0",
44
"description": "Beacon chain debugging tool",
55
"author": "ChainSafe Systems",
66
"license": "Apache-2.0",
@@ -60,12 +60,12 @@
6060
"dependencies": {
6161
"@chainsafe/bls-keygen": "^0.4.0",
6262
"@chainsafe/blst": "^2.1.0",
63-
"@lodestar/api": "^1.27.1",
64-
"@lodestar/config": "^1.27.1",
65-
"@lodestar/params": "^1.27.1",
66-
"@lodestar/state-transition": "^1.27.1",
67-
"@lodestar/types": "^1.27.1",
68-
"@lodestar/utils": "^1.27.1",
63+
"@lodestar/api": "^1.28.0",
64+
"@lodestar/config": "^1.28.0",
65+
"@lodestar/params": "^1.28.0",
66+
"@lodestar/state-transition": "^1.28.0",
67+
"@lodestar/types": "^1.28.0",
68+
"@lodestar/utils": "^1.28.0",
6969
"source-map-support": "^0.5.21",
7070
"yargs": "^17.7.1"
7171
},

packages/fork-choice/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/ChainSafe/lodestar/issues"
1313
},
14-
"version": "1.27.1",
14+
"version": "1.28.0",
1515
"type": "module",
1616
"exports": "./lib/index.js",
1717
"types": "./lib/index.d.ts",
@@ -37,11 +37,11 @@
3737
},
3838
"dependencies": {
3939
"@chainsafe/ssz": "^1.0.2",
40-
"@lodestar/config": "^1.27.1",
41-
"@lodestar/params": "^1.27.1",
42-
"@lodestar/state-transition": "^1.27.1",
43-
"@lodestar/types": "^1.27.1",
44-
"@lodestar/utils": "^1.27.1"
40+
"@lodestar/config": "^1.28.0",
41+
"@lodestar/params": "^1.28.0",
42+
"@lodestar/state-transition": "^1.28.0",
43+
"@lodestar/types": "^1.28.0",
44+
"@lodestar/utils": "^1.28.0"
4545
},
4646
"keywords": [
4747
"ethereum",

packages/light-client/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/ChainSafe/lodestar/issues"
1313
},
14-
"version": "1.27.1",
14+
"version": "1.28.0",
1515
"type": "module",
1616
"exports": {
1717
".": {
@@ -74,11 +74,11 @@
7474
"@chainsafe/blst": "^0.2.0",
7575
"@chainsafe/persistent-merkle-tree": "^1.0.1",
7676
"@chainsafe/ssz": "^1.0.2",
77-
"@lodestar/api": "^1.27.1",
78-
"@lodestar/config": "^1.27.1",
79-
"@lodestar/params": "^1.27.1",
80-
"@lodestar/types": "^1.27.1",
81-
"@lodestar/utils": "^1.27.1",
77+
"@lodestar/api": "^1.28.0",
78+
"@lodestar/config": "^1.28.0",
79+
"@lodestar/params": "^1.28.0",
80+
"@lodestar/types": "^1.28.0",
81+
"@lodestar/utils": "^1.28.0",
8282
"mitt": "^3.0.0"
8383
},
8484
"devDependencies": {

packages/logger/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/ChainSafe/lodestar/issues"
1313
},
14-
"version": "1.27.1",
14+
"version": "1.28.0",
1515
"type": "module",
1616
"exports": {
1717
".": {
@@ -63,14 +63,14 @@
6363
},
6464
"types": "lib/index.d.ts",
6565
"dependencies": {
66-
"@lodestar/utils": "^1.27.1",
66+
"@lodestar/utils": "^1.28.0",
6767
"winston": "^3.8.2",
6868
"winston-daily-rotate-file": "^4.7.1",
6969
"winston-transport": "^4.5.0"
7070
},
7171
"devDependencies": {
7272
"@chainsafe/threads": "^1.11.1",
73-
"@lodestar/test-utils": "^1.27.1",
73+
"@lodestar/test-utils": "^1.28.0",
7474
"@types/triple-beam": "^1.3.2",
7575
"triple-beam": "^1.3.0"
7676
},

0 commit comments

Comments
 (0)