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

Commit 6c15b15

Browse files
committed
changelog updates
1 parent f9bcac9 commit 6c15b15

File tree

5 files changed

+24
-4
lines changed

5 files changed

+24
-4
lines changed

packages/web3-core/CHANGELOG.md

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

192192
- Fix the issue: "Uncaught TypeError: Class extends value undefined is not a constructor or null #6371". (#6398)
193193

194-
## [Unreleased]
194+
## [4.3.1]
195195

196196
### Added
197197

198-
- Added `isMetaMaskProvider` function to check if provider is metamask (#6534)
198+
- Added `isMetaMaskProvider` function to check if provider is metamask (#6534)
199+
200+
## [Unreleased]

packages/web3-errors/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,10 @@ Documentation:
160160

161161
- Added new SchemaFormatError (#6434)
162162

163+
## [1.1.4]
164+
165+
### Fixed
166+
167+
- Fixed grammar and spelling in `transactionTimeoutHint` (#6559)
168+
163169
## [Unreleased]

packages/web3-eth-contract/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,10 @@ Documentation:
320320

321321
- Dependencies updated
322322

323-
## [Unreleased]
323+
## [4.1.3]
324+
325+
### Fixed
324326

325327
- Will populate `data` for transactions in contract for metamask provider instead of `input` (#6534)
328+
329+
## [Unreleased]

packages/web3-types/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,11 @@ Documentation:
170170

171171
- Interface `EventLog` was added. (#6410)
172172

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

175175
### Added
176176

177177
- Interface `MetaMaskProvider` added and is part of `SupportedProviders` (#6534)
178178
- `gasPrice` was added to `Transaction1559UnsignedAPI` type. (#6539)
179+
180+
## [Unreleased]

packages/web3/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,10 @@ Documentation:
167167

168168
- Dependencies updated
169169

170+
## [4.2.2]
171+
172+
### Changed
173+
174+
- Dependencies updated ( details are in root changelog )
175+
170176
## [Unreleased]

0 commit comments

Comments
 (0)