Skip to content

Commit 31ec548

Browse files
committed
chore: bump package versions to 1.39.0
1 parent b6d377a commit 31ec548

File tree

20 files changed

+26
-26
lines changed

20 files changed

+26
-26
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.37.0",
5+
"version": "1.39.0",
66
"stream": true,
77
"command": {
88
"version": {

packages/api/package.json

Lines changed: 1 addition & 1 deletion
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.38.0",
14+
"version": "1.39.0",
1515
"type": "module",
1616
"exports": {
1717
".": {

packages/beacon-node/package.json

Lines changed: 1 addition & 1 deletion
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.38.0",
14+
"version": "1.39.0",
1515
"type": "module",
1616
"exports": {
1717
".": {

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/lodestar",
3-
"version": "1.38.0",
3+
"version": "1.39.0",
44
"description": "Command line interface for lodestar",
55
"author": "ChainSafe Systems",
66
"license": "Apache-2.0",
@@ -98,11 +98,11 @@
9898
"@chainsafe/as-sha256": "^1.2.0",
9999
"@ethereumjs/rlp": "^4.0.1",
100100
"@lodestar/test-utils": "workspace:^",
101-
"@types/tmp": "^0.2.3",
102-
"@types/js-yaml": "^4.0.5",
103101
"@types/debug": "^4.1.7",
104102
"@types/inquirer": "^9.0.3",
103+
"@types/js-yaml": "^4.0.5",
105104
"@types/proper-lockfile": "^4.1.4",
105+
"@types/tmp": "^0.2.3",
106106
"@types/yargs": "^17.0.24",
107107
"ethereum-cryptography": "^2.2.1",
108108
"fastify": "^5.2.1",

packages/config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lodestar/config",
3-
"version": "1.38.0",
3+
"version": "1.39.0",
44
"description": "Chain configuration required for lodestar",
55
"author": "ChainSafe Systems",
66
"license": "Apache-2.0",
@@ -61,7 +61,7 @@
6161
],
6262
"dependencies": {
6363
"@chainsafe/as-sha256": "^1.2.0",
64-
"@chainsafe/ssz": "^1.2.2",
64+
"@chainsafe/ssz": "^1.2.2",
6565
"@lodestar/params": "workspace:^",
6666
"@lodestar/types": "workspace:^",
6767
"@lodestar/utils": "workspace:^"

packages/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lodestar/db",
3-
"version": "1.38.0",
3+
"version": "1.39.0",
44
"description": "DB modules of Lodestar",
55
"author": "ChainSafe Systems",
66
"homepage": "https://github.com/ChainSafe/lodestar#readme",

packages/era/package.json

Lines changed: 1 addition & 1 deletion
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.38.0",
14+
"version": "1.39.0",
1515
"type": "module",
1616
"exports": {
1717
".": {

packages/flare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lodestar/flare",
3-
"version": "1.38.0",
3+
"version": "1.39.0",
44
"description": "Beacon chain debugging tool",
55
"author": "ChainSafe Systems",
66
"license": "Apache-2.0",

packages/fork-choice/package.json

Lines changed: 1 addition & 1 deletion
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.38.0",
14+
"version": "1.39.0",
1515
"type": "module",
1616
"exports": {
1717
".": {

packages/light-client/package.json

Lines changed: 1 addition & 1 deletion
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.38.0",
14+
"version": "1.39.0",
1515
"type": "module",
1616
"exports": {
1717
".": {

0 commit comments

Comments
 (0)