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

Commit acf91ed

Browse files
author
Alex Luu
committed
update changelog and revert version bump web3-types
1 parent 5db7f8c commit acf91ed

File tree

25 files changed

+52
-28
lines changed

25 files changed

+52
-28
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2444,7 +2444,7 @@ If there are any bugs, improvements, optimizations or any new feature proposal f
24442444
- Added `signature` to type `AbiFunctionFragment` (#6922)
24452445
- update type `Withdrawals`, `block` and `BlockHeaderOutput` to include properties of eip 4844, 4895, 4788 (#6933)
24462446

2447-
## [Unreleased]
2447+
## [4.9.0]
24482448

24492449
### Added
24502450

@@ -2525,3 +2525,5 @@ If there are any bugs, improvements, optimizations or any new feature proposal f
25252525
#### web3-rpc-methods
25262526

25272527
- Change `estimateGas` method to add possibility pass Transaction type (#7000)
2528+
2529+
## [Unreleased]

packages/web3-core/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Documentation:
207207

208208
- Web3config `contractDataInputFill` has been defaulted to `data`, istead of `input`. (#6622)
209209

210-
## [Unreleased]
210+
## [4.4.0]
211211

212212
### Added
213213

@@ -219,4 +219,6 @@ Documentation:
219219

220220
### Fixed
221221

222-
- Set a try catch block if processesingError fails (#7022)
222+
- Set a try catch block if processesingError fails (#7022)
223+
224+
## [Unreleased]

packages/web3-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"web3-eth-iban": "^4.0.7",
4848
"web3-providers-http": "^4.1.0",
4949
"web3-providers-ws": "^4.0.7",
50-
"web3-types": "^1.7.0",
50+
"web3-types": "^1.6.0",
5151
"web3-utils": "^4.3.0",
5252
"web3-validator": "^2.0.6"
5353
},

packages/web3-errors/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,10 @@ Documentation:
166166

167167
- Fixed grammar and spelling in `transactionTimeoutHint` (#6559)
168168

169-
## [Unreleased]
169+
## [1.2.0]
170170

171171
### Added
172172

173-
- Added `InvalidIntegerError` error for fromWei and toWei (#7052)
173+
- Added `InvalidIntegerError` error for fromWei and toWei (#7052)
174+
175+
## [Unreleased]

packages/web3-errors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"test:integration": "jest --config=./test/integration/jest.config.js --passWithNoTests"
4242
},
4343
"dependencies": {
44-
"web3-types": "^1.7.0"
44+
"web3-types": "^1.6.0"
4545
},
4646
"devDependencies": {
4747
"@types/jest": "^28.1.6",

packages/web3-eth-abi/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,10 @@ Documentation:
170170

171171
- Dependencies updated
172172

173-
## [Unreleased]
173+
## [4.3.0]
174174

175175
### Changed
176176

177-
- Dependencies updated
177+
- Dependencies updated
178+
179+
## [Unreleased]

packages/web3-eth-abi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"dependencies": {
4545
"abitype": "0.7.1",
4646
"web3-errors": "^1.2.0",
47-
"web3-types": "^1.7.0",
47+
"web3-types": "^1.6.0",
4848
"web3-utils": "^4.3.0",
4949
"web3-validator": "^2.0.6"
5050
},

packages/web3-eth-contract/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,10 @@ Documentation:
380380
- Added a console warning in case of an ambiguous call to a solidity method with parameter overloading (#6942)
381381
- Added contract.deploy(...).decodeData(...) and contract.decodeMethodData(...) that decode data based on the ABI (#6950)
382382

383-
## [Unreleased]
383+
## [4.5.0]
384384

385385
### Added
386386

387387
- `defaultReturnFormat` was added to all methods that have `ReturnType` param. (#6947)
388+
389+
## [Unreleased]

packages/web3-eth-contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"web3-errors": "^1.2.0",
5050
"web3-eth": "^4.7.0",
5151
"web3-eth-abi": "^4.3.0",
52-
"web3-types": "^1.7.0",
52+
"web3-types": "^1.6.0",
5353
"web3-utils": "^4.3.0",
5454
"web3-validator": "^2.0.6"
5555
},

packages/web3-eth-ens/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,10 @@ Documentation:
153153

154154
- Added function getText and getName in ENS and resolver classes (#6914)
155155

156-
## [Unreleased]
156+
## [4.3.0]
157157

158158
### Added
159159

160160
- `defaultReturnFormat` was added to all methods that have `ReturnType` param. (#6947)
161+
162+
## [Unreleased]

0 commit comments

Comments
 (0)