Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 50afcd0

Browse files
Release 1.6.0 (Manual) (#4407)
* Manually bump version numbers from 1.5.3 to 1.6.0 * npm i after bumping version numbers * Manually update dist with release/1.6.0 build
1 parent 202be5b commit 50afcd0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+202
-4848
lines changed

dist/web3.min.js

+17-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/web3.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.5.3",
2+
"version": "1.6.0",
33
"lerna": "2.0.0",
44
"command": {
55
"init": {

package-lock.json

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/web3-bzz/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/web3-bzz/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-bzz",
3-
"version": "1.5.3",
3+
"version": "1.6.0",
44
"description": "Web3 module to interact with the Swarm network.",
55
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-bzz",
66
"license": "LGPL-3.0",

packages/web3-core-helpers/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/web3-core-helpers/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-core-helpers",
3-
"version": "1.5.3",
3+
"version": "1.6.0",
44
"description": "Web3 core tools helper for sub packages. This is an internal package.",
55
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-helpers",
66
"license": "LGPL-3.0",
@@ -14,8 +14,8 @@
1414
},
1515
"main": "lib/index.js",
1616
"dependencies": {
17-
"web3-eth-iban": "1.5.3",
18-
"web3-utils": "1.5.3"
17+
"web3-eth-iban": "1.6.0",
18+
"web3-utils": "1.6.0"
1919
},
2020
"devDependencies": {
2121
"@types/node": "^12.12.6",

packages/web3-core-method/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/web3-core-method/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-core-method",
3-
"version": "1.5.3",
3+
"version": "1.6.0",
44
"description": "Creates the methods on the web3 modules. This is an internal package.",
55
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-method",
66
"license": "LGPL-3.0",
@@ -16,10 +16,10 @@
1616
"dependencies": {
1717
"@ethereumjs/common": "^2.4.0",
1818
"@ethersproject/transactions": "^5.0.0-beta.135",
19-
"web3-core-helpers": "1.5.3",
20-
"web3-core-promievent": "1.5.3",
21-
"web3-core-subscriptions": "1.5.3",
22-
"web3-utils": "1.5.3"
19+
"web3-core-helpers": "1.6.0",
20+
"web3-core-promievent": "1.6.0",
21+
"web3-core-subscriptions": "1.6.0",
22+
"web3-utils": "1.6.0"
2323
},
2424
"devDependencies": {
2525
"dtslint": "^3.4.1",

packages/web3-core-promievent/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-core-promievent",
3-
"version": "1.5.3",
3+
"version": "1.6.0",
44
"description": "This package extends the EventEmitter with the Promise class to allow chaining as well as multiple final states of a function.",
55
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-promievent",
66
"license": "LGPL-3.0",
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-core-requestmanager",
3-
"version": "1.5.3",
3+
"version": "1.6.0",
44
"description": "Web3 module to handle requests to external providers.",
55
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-requestmanager",
66
"license": "LGPL-3.0",
@@ -13,9 +13,9 @@
1313
},
1414
"dependencies": {
1515
"util": "^0.12.0",
16-
"web3-core-helpers": "1.5.3",
17-
"web3-providers-http": "1.5.3",
18-
"web3-providers-ipc": "1.5.3",
19-
"web3-providers-ws": "1.5.3"
16+
"web3-core-helpers": "1.6.0",
17+
"web3-providers-http": "1.6.0",
18+
"web3-providers-ipc": "1.6.0",
19+
"web3-providers-ws": "1.6.0"
2020
}
2121
}

packages/web3-core-subscriptions/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/web3-core-subscriptions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-core-subscriptions",
3-
"version": "1.5.3",
3+
"version": "1.6.0",
44
"description": "Manages web3 subscriptions. This is an internal package.",
55
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-subscriptions",
66
"license": "LGPL-3.0",
@@ -15,7 +15,7 @@
1515
"main": "lib/index.js",
1616
"dependencies": {
1717
"eventemitter3": "4.0.4",
18-
"web3-core-helpers": "1.5.3"
18+
"web3-core-helpers": "1.6.0"
1919
},
2020
"devDependencies": {
2121
"dtslint": "^3.4.1",

packages/web3-core/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/web3-core/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-core",
3-
"version": "1.5.3",
3+
"version": "1.6.0",
44
"description": "Web3 core tools for sub-packages. This is an internal package.",
55
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core",
66
"license": "LGPL-3.0",
@@ -17,10 +17,10 @@
1717
"@types/bn.js": "^4.11.5",
1818
"@types/node": "^12.12.6",
1919
"bignumber.js": "^9.0.0",
20-
"web3-core-helpers": "1.5.3",
21-
"web3-core-method": "1.5.3",
22-
"web3-core-requestmanager": "1.5.3",
23-
"web3-utils": "1.5.3"
20+
"web3-core-helpers": "1.6.0",
21+
"web3-core-method": "1.6.0",
22+
"web3-core-requestmanager": "1.6.0",
23+
"web3-utils": "1.6.0"
2424
},
2525
"devDependencies": {
2626
"dtslint": "^3.4.1",

packages/web3-eth-abi/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/web3-eth-abi/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-eth-abi",
3-
"version": "1.5.3",
3+
"version": "1.6.0",
44
"description": "Web3 module encode and decode EVM in/output.",
55
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-eth-abi",
66
"license": "LGPL-3.0",
@@ -15,7 +15,7 @@
1515
"main": "lib/index.js",
1616
"dependencies": {
1717
"@ethersproject/abi": "5.0.7",
18-
"web3-utils": "1.5.3"
18+
"web3-utils": "1.6.0"
1919
},
2020
"devDependencies": {
2121
"dtslint": "^3.4.1",

packages/web3-eth-accounts/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/web3-eth-accounts/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-eth-accounts",
3-
"version": "1.5.3",
3+
"version": "1.6.0",
44
"description": "Web3 module to generate Ethereum accounts and sign data and transactions.",
55
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-eth-accounts",
66
"license": "LGPL-3.0",
@@ -21,10 +21,10 @@
2121
"ethereumjs-util": "^7.0.10",
2222
"scrypt-js": "^3.0.1",
2323
"uuid": "3.3.2",
24-
"web3-core": "1.5.3",
25-
"web3-core-helpers": "1.5.3",
26-
"web3-core-method": "1.5.3",
27-
"web3-utils": "1.5.3"
24+
"web3-core": "1.6.0",
25+
"web3-core-helpers": "1.6.0",
26+
"web3-core-method": "1.6.0",
27+
"web3-utils": "1.6.0"
2828
},
2929
"devDependencies": {
3030
"dtslint": "^3.4.1",

packages/web3-eth-contract/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/web3-eth-contract/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-eth-contract",
3-
"version": "1.5.3",
3+
"version": "1.6.0",
44
"description": "Web3 module to interact with Ethereum smart contracts.",
55
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-eth-contract",
66
"license": "LGPL-3.0",
@@ -15,13 +15,13 @@
1515
"main": "lib/index.js",
1616
"dependencies": {
1717
"@types/bn.js": "^4.11.5",
18-
"web3-core": "1.5.3",
19-
"web3-core-helpers": "1.5.3",
20-
"web3-core-method": "1.5.3",
21-
"web3-core-promievent": "1.5.3",
22-
"web3-core-subscriptions": "1.5.3",
23-
"web3-eth-abi": "1.5.3",
24-
"web3-utils": "1.5.3"
18+
"web3-core": "1.6.0",
19+
"web3-core-helpers": "1.6.0",
20+
"web3-core-method": "1.6.0",
21+
"web3-core-promievent": "1.6.0",
22+
"web3-core-subscriptions": "1.6.0",
23+
"web3-eth-abi": "1.6.0",
24+
"web3-utils": "1.6.0"
2525
},
2626
"devDependencies": {
2727
"dtslint": "^3.4.1",

packages/web3-eth-ens/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)