Skip to content

Commit

Permalink
fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Nov 29, 2023
1 parent 3301287 commit 4dffacc
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/web3-eth-abi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-eth-abi",
"version": "4.1.4",
"version": "4.1.5",
"description": "Web3 module encode and decode EVM in/output.",
"main": "./lib/commonjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-eth-contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"web3-core": "^4.4.0",
"web3-errors": "^1.1.4",
"web3-eth": "^4.4.0",
"web3-eth-abi": "^4.1.4",
"web3-eth-abi": "^4.1.5",
"web3-types": "^1.3.1",
"web3-utils": "^4.1.0",
"web3-validator": "^2.0.3"
Expand Down
6 changes: 0 additions & 6 deletions packages/web3-eth-iban/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,4 @@ Documentation:

- Dependencies updated

## [4.0.9]

### Changed

- Dependencies updated

## [Unreleased]
2 changes: 1 addition & 1 deletion packages/web3-eth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"setimmediate": "^1.0.5",
"web3-core": "^4.4.0",
"web3-errors": "^1.1.4",
"web3-eth-abi": "^4.1.4",
"web3-eth-abi": "^4.1.5",
"web3-eth-accounts": "^4.1.0",
"web3-net": "^4.0.8",
"web3-providers-ws": "^4.0.8",
Expand Down
5 changes: 4 additions & 1 deletion packages/web3-rpc-methods/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,11 @@ Documentation:

- Dependencies updated

## [Unreleased]
## [1.1.4]

### Fixed

- Fix web3-types import #6590 (#6589)

## [Unreleased]

2 changes: 1 addition & 1 deletion packages/web3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"web3-core": "^4.4.0",
"web3-errors": "^1.1.4",
"web3-eth": "^4.4.0",
"web3-eth-abi": "^4.1.4",
"web3-eth-abi": "^4.1.5",
"web3-eth-accounts": "^4.1.0",
"web3-eth-contract": "^4.2.0",
"web3-eth-ens": "^4.0.9",
Expand Down
2 changes: 1 addition & 1 deletion tools/web3-plugin-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"typescript": "^4.7.4",
"web3": "^4.3.0",
"web3-core": "^4.4.0",
"web3-eth-abi": "^4.1.4",
"web3-eth-abi": "^4.1.5",
"web3-eth-contract": "^4.2.0",
"web3-types": "^1.3.1",
"web3-utils": "^4.1.0"
Expand Down

0 comments on commit 4dffacc

Please sign in to comment.