Skip to content

Commit

Permalink
1.8.2 (#5740)
Browse files Browse the repository at this point in the history
* npm i for 1.8.2

* changelog update for 1.8.2

* v1.8.2-rc.0

* Manual build commit for 1.8.2-rc.0

* v1.8.2

* Build for 1.8.2
  • Loading branch information
jdevcs authored Jan 30, 2023
1 parent b995b9e commit 632c5d3
Show file tree
Hide file tree
Showing 49 changed files with 549 additions and 273 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ Released with 1.0.0-beta.37 code base.

- Updated dependencies (#5529)

## [Unreleased]
## [1.8.2]

### Changed

Expand All @@ -638,4 +638,7 @@ Released with 1.0.0-beta.37 code base.
- Add `readable-stream` to dev-dependancies for webpack (#5629)

### Security
- `npm audit fix` for libraries update (#5726)
- `npm audit fix` for libraries update (#5726)

## [Unreleased]

68 changes: 2 additions & 66 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.8.1",
"version": "1.8.2",
"command": {
"init": {
"exact": true
Expand Down
105 changes: 70 additions & 35 deletions package-lock.json

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

8 changes: 1 addition & 7 deletions 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.8.1",
"version": "1.8.2",
"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
8 changes: 1 addition & 7 deletions 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.8.1",
"version": "1.8.2",
"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.8.1",
"web3-utils": "1.8.1"
"web3-eth-iban": "1.8.2",
"web3-utils": "1.8.2"
},
"devDependencies": {
"@types/node": "^12.12.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-core-method/package-lock.json

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

Loading

0 comments on commit 632c5d3

Please sign in to comment.