Skip to content

Commit

Permalink
changelog updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevcs committed Nov 2, 2023
1 parent f9bcac9 commit 6c15b15
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
6 changes: 4 additions & 2 deletions packages/web3-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,10 @@ Documentation:

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

## [Unreleased]
## [4.3.1]

### Added

- Added `isMetaMaskProvider` function to check if provider is metamask (#6534)
- Added `isMetaMaskProvider` function to check if provider is metamask (#6534)

## [Unreleased]
6 changes: 6 additions & 0 deletions packages/web3-errors/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,10 @@ Documentation:

- Added new SchemaFormatError (#6434)

## [1.1.4]

### Fixed

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

## [Unreleased]
6 changes: 5 additions & 1 deletion packages/web3-eth-contract/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,10 @@ Documentation:

- Dependencies updated

## [Unreleased]
## [4.1.3]

### Fixed

- Will populate `data` for transactions in contract for metamask provider instead of `input` (#6534)

## [Unreleased]
4 changes: 3 additions & 1 deletion packages/web3-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,11 @@ Documentation:

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

## [Unreleased]
## [1.3.1]

### Added

- Interface `MetaMaskProvider` added and is part of `SupportedProviders` (#6534)
- `gasPrice` was added to `Transaction1559UnsignedAPI` type. (#6539)

## [Unreleased]
6 changes: 6 additions & 0 deletions packages/web3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,10 @@ Documentation:

- Dependencies updated

## [4.2.2]

### Changed

- Dependencies updated ( details are in root changelog )

## [Unreleased]

0 comments on commit 6c15b15

Please sign in to comment.