Skip to content

Commit

Permalink
v1.5.1 (#4219)
Browse files Browse the repository at this point in the history
* npm i && npm run build

* Update CHANGELOG

* v1.5.1-rc.0

* Build for v1.5.1-rc.1

* v1.5.1-rc.1

* v1.5.1
  • Loading branch information
spacesailor24 committed Aug 5, 2021
1 parent 29febb8 commit b383a8e
Show file tree
Hide file tree
Showing 49 changed files with 630 additions and 1,591 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,6 @@ Released with 1.0.0-beta.37 code base.
- Changing web3 connection example from lets to const (#3967)
- Updated the documentation for the transaction object to include EIP-2718 and EIP-1559 options (#4188)

## [Unreleased]

## [1.5.1]

### Added
Expand All @@ -426,3 +424,7 @@ Released with 1.0.0-beta.37 code base.
- If `maxPriorityFeePerGas` of `maxFeePerGas` present `_txInputFormatter` deletes `tx.gasPrice` (fixes #4211) (#4217)
- Add block tag support (e.g. `latest`, `pending`, `earliest`) to `getFeeHistory` (#4224)
- Support for EIP-1559 to `web3.eth.sendTransaction` (#4220)

## [Unreleased]

## [1.5.2]
25 changes: 13 additions & 12 deletions dist/web3.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/web3.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.5.0",
"version": "1.5.1",
"lerna": "2.0.0",
"command": {
"init": {
Expand Down
267 changes: 135 additions & 132 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/web3-bzz/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/web3-bzz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-bzz",
"version": "1.5.0",
"version": "1.5.1",
"description": "Web3 module to interact with the Swarm network.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-bzz",
"license": "LGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-core-helpers/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/web3-core-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-core-helpers",
"version": "1.5.0",
"version": "1.5.1",
"description": "Web3 core tools helper for sub packages. This is an internal package.",
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-helpers",
"license": "LGPL-3.0",
Expand All @@ -14,8 +14,8 @@
},
"main": "lib/index.js",
"dependencies": {
"web3-eth-iban": "1.5.0",
"web3-utils": "1.5.0"
"web3-eth-iban": "1.5.1",
"web3-utils": "1.5.1"
},
"devDependencies": {
"@types/node": "^12.12.6",
Expand Down

0 comments on commit b383a8e

Please sign in to comment.