Skip to content

Commit 2f7ace5

Browse files
committed
v1.0.0-beta.32
1 parent 1a37b1c commit 2f7ace5

File tree

21 files changed

+84
-85
lines changed

21 files changed

+84
-85
lines changed

lerna.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
2-
"version": "1.0.0-beta.31",
2+
"version": "1.0.0-beta.32",
33
"lerna": "2.0.0",
44
"command": {
55
"init": {
66
"exact": true
77
},
88
"publish": {
9-
"exact": true,
10-
"skipGit": true
9+
"exact": true
1110
}
1211
},
1312
"packages": [

packages/web3-bzz/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "web3-bzz",
33
"namespace": "ethereum",
4-
"version": "1.0.0-beta.31",
4+
"version": "1.0.0-beta.32",
55
"description": "Web3 module to interact with the Swarm network.",
66
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-bzz",
77
"license": "LGPL-3.0",
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "web3-core-helpers",
33
"namespace": "ethereum",
4-
"version": "1.0.0-beta.31",
4+
"version": "1.0.0-beta.32",
55
"description": "Web3 core tools helper for sub packages. This is an internal package.",
66
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-core-helpers",
77
"license": "LGPL-3.0",
88
"main": "src/index.js",
99
"dependencies": {
1010
"underscore": "1.8.3",
11-
"web3-eth-iban": "1.0.0-beta.31",
12-
"web3-utils": "1.0.0-beta.31"
11+
"web3-eth-iban": "1.0.0-beta.32",
12+
"web3-utils": "1.0.0-beta.32"
1313
}
1414
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "web3-core-method",
33
"namespace": "ethereum",
4-
"version": "1.0.0-beta.31",
4+
"version": "1.0.0-beta.32",
55
"description": "Creates the methods on the web3 modules. This is an internal package.",
66
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-core-method",
77
"license": "LGPL-3.0",
88
"main": "src/index.js",
99
"dependencies": {
1010
"underscore": "1.8.3",
11-
"web3-core-helpers": "1.0.0-beta.31",
12-
"web3-core-promievent": "1.0.0-beta.31",
13-
"web3-core-subscriptions": "1.0.0-beta.31",
14-
"web3-utils": "1.0.0-beta.31"
11+
"web3-core-helpers": "1.0.0-beta.32",
12+
"web3-core-promievent": "1.0.0-beta.32",
13+
"web3-core-subscriptions": "1.0.0-beta.32",
14+
"web3-utils": "1.0.0-beta.32"
1515
}
1616
}

packages/web3-core-promievent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "web3-core-promievent",
33
"namespace": "ethereum",
4-
"version": "1.0.0-beta.31",
4+
"version": "1.0.0-beta.32",
55
"description": "This package extends eventEmitters with promises to allow chaining as well as multiple final states of a function.",
66
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-core-promievent",
77
"license": "LGPL-3.0",
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "web3-core-requestmanager",
33
"namespace": "ethereum",
4-
"version": "1.0.0-beta.31",
4+
"version": "1.0.0-beta.32",
55
"description": "Web3 module to handle requests to external providers.",
66
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-core-requestmanager",
77
"license": "LGPL-3.0",
88
"main": "src/index.js",
99
"dependencies": {
1010
"underscore": "1.8.3",
11-
"web3-core-helpers": "1.0.0-beta.31",
12-
"web3-providers-http": "1.0.0-beta.31",
13-
"web3-providers-ipc": "1.0.0-beta.31",
14-
"web3-providers-ws": "1.0.0-beta.31"
11+
"web3-core-helpers": "1.0.0-beta.32",
12+
"web3-providers-http": "1.0.0-beta.32",
13+
"web3-providers-ipc": "1.0.0-beta.32",
14+
"web3-providers-ws": "1.0.0-beta.32"
1515
}
1616
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "web3-core-subscriptions",
33
"namespace": "ethereum",
4-
"version": "1.0.0-beta.31",
4+
"version": "1.0.0-beta.32",
55
"description": "Manages web3 subscriptions. This is an internal package.",
66
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-core-subscriptions",
77
"license": "LGPL-3.0",
88
"main": "src/index.js",
99
"dependencies": {
1010
"eventemitter3": "1.1.1",
1111
"underscore": "1.8.3",
12-
"web3-core-helpers": "1.0.0-beta.31"
12+
"web3-core-helpers": "1.0.0-beta.32"
1313
}
1414
}

packages/web3-core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "web3-core",
33
"namespace": "ethereum",
4-
"version": "1.0.0-beta.31",
4+
"version": "1.0.0-beta.32",
55
"description": "Web3 core tools for sub packages. This is an internal package.",
66
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-core",
77
"license": "LGPL-3.0",
88
"main": "src/index.js",
99
"dependencies": {
10-
"web3-core-helpers": "1.0.0-beta.31",
11-
"web3-core-method": "1.0.0-beta.31",
12-
"web3-core-requestmanager": "1.0.0-beta.31",
13-
"web3-utils": "1.0.0-beta.31"
10+
"web3-core-helpers": "1.0.0-beta.32",
11+
"web3-core-method": "1.0.0-beta.32",
12+
"web3-core-requestmanager": "1.0.0-beta.32",
13+
"web3-utils": "1.0.0-beta.32"
1414
}
1515
}

packages/web3-eth-abi/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "web3-eth-abi",
33
"namespace": "ethereum",
4-
"version": "1.0.0-beta.31",
4+
"version": "1.0.0-beta.32",
55
"description": "Web3 module encode and decode EVM in/output.",
66
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-eth-abi",
77
"license": "LGPL-3.0",
88
"main": "src/index.js",
99
"dependencies": {
1010
"bn.js": "4.11.6",
1111
"underscore": "1.8.3",
12-
"web3-core-helpers": "1.0.0-beta.31",
13-
"web3-utils": "1.0.0-beta.31"
12+
"web3-core-helpers": "1.0.0-beta.32",
13+
"web3-utils": "1.0.0-beta.32"
1414
}
1515
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "web3-eth-accounts",
33
"namespace": "ethereum",
4-
"version": "1.0.0-beta.31",
4+
"version": "1.0.0-beta.32",
55
"description": "Web3 module to generate Ethereum accounts and sign data and transactions.",
66
"repository": "https://github.com/ethereum/web3.js/tree/master/packages/web3-eth-accounts",
77
"license": "LGPL-3.0",
@@ -13,9 +13,9 @@
1313
"scrypt.js": "0.2.0",
1414
"underscore": "1.8.3",
1515
"uuid": "2.0.1",
16-
"web3-core": "1.0.0-beta.31",
17-
"web3-core-helpers": "1.0.0-beta.31",
18-
"web3-core-method": "1.0.0-beta.31",
19-
"web3-utils": "1.0.0-beta.31"
16+
"web3-core": "1.0.0-beta.32",
17+
"web3-core-helpers": "1.0.0-beta.32",
18+
"web3-core-method": "1.0.0-beta.32",
19+
"web3-utils": "1.0.0-beta.32"
2020
}
2121
}

0 commit comments

Comments
 (0)