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

Commit 4de0bd1

Browse files
committed
hotfix to 4.12.1
1 parent 0b75589 commit 4de0bd1

File tree

6 files changed

+18
-6
lines changed

6 files changed

+18
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2689,9 +2689,12 @@ If there are any bugs, improvements, optimizations or any new feature proposal f
26892689
- The returnred properties of `contract.deploy(...)` are structured with a newly created class named `DeployerMethodClass`. (#7197)
26902690
- Add a missed accepted type for the `abi` parameter, at `dataInputEncodeMethodHelper` and `getSendTxParams`. (#7197)
26912691

2692-
## [Unreleased]
2692+
## [4.12.1]
2693+
26932694
### Fixed
26942695

26952696
#### web3-eth-accounts
26962697

26972698
- Revert `TransactionFactory.registerTransactionType` if there is a version mistatch between `web3-eth` and `web3-eth-accounts` and fix nextjs problem. (#7216)
2699+
2700+
## [Unreleased]

packages/web3-eth-accounts/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,9 @@ Documentation:
177177
### Fixed
178178
- Fix `TransactionFactory.registerTransactionType` not working, if there is a version mistatch between `web3-eth` and `web3-eth-accounts` by saving `extraTxTypes` at `globals`. (#7197)
179179

180-
## [Unreleased]
180+
## [4.2.1]
181181

182182
### Fixed
183183
- Revert `TransactionFactory.registerTransactionType` if there is a version mistatch between `web3-eth` and `web3-eth-accounts` and fix nextjs problem. (#7216)
184184

185+
## [Unreleased]

packages/web3-eth-accounts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-eth-accounts",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "Package for managing Ethereum accounts and signing",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/esm/index.js",

packages/web3/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,4 +479,12 @@ Documentation:
479479
- The returnred properties of `contract.deploy(...)` are structured with a newly created class named `DeployerMethodClass`. (#7197)
480480
- Add a missed accepted type for the `abi` parameter, at `dataInputEncodeMethodHelper` and `getSendTxParams`. (#7197)
481481

482+
## [4.12.1]
483+
484+
### Fixed
485+
486+
#### web3-eth-accounts
487+
488+
- Revert `TransactionFactory.registerTransactionType` if there is a version mistatch between `web3-eth` and `web3-eth-accounts` and fix nextjs problem. (#7216)
489+
482490
## [Unreleased]

packages/web3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3",
3-
"version": "4.12.0",
3+
"version": "4.12.1",
44
"description": "Ethereum JavaScript API",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/esm/index.js",
@@ -90,7 +90,7 @@
9090
"web3-errors": "^1.3.0",
9191
"web3-eth": "^4.8.2",
9292
"web3-eth-abi": "^4.2.3",
93-
"web3-eth-accounts": "^4.2.0",
93+
"web3-eth-accounts": "^4.2.1",
9494
"web3-eth-contract": "^4.7.0",
9595
"web3-eth-ens": "^4.4.0",
9696
"web3-eth-iban": "^4.0.7",

packages/web3/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/* eslint-disable header/header */ export const Web3PkgInfo = { version: '4.12.0' };
1+
/* eslint-disable header/header */ export const Web3PkgInfo = { version: '4.12.1' };

0 commit comments

Comments
 (0)