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

Commit a6c6dec

Browse files
author
luu-alex
committed
version and changelog bump
1 parent f860b04 commit a6c6dec

File tree

14 files changed

+72
-26
lines changed

14 files changed

+72
-26
lines changed

CHANGELOG.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2199,10 +2199,30 @@ If there are any bugs, improvements, optimizations or any new feature proposal f
21992199

22002200
- Dependencies updated
22012201

2202-
## [Unreleased]
2202+
## [4.2.1]
22032203

22042204
### Fixed
22052205

22062206
#### web3-eth-abi
22072207

2208-
- Bug fix of `ERR_UNSUPPORTED_DIR_IMPORT` in ABI (#6535)
2208+
- Bug fix of `ERR_UNSUPPORTED_DIR_IMPORT` in ABI (#6535)
2209+
2210+
### Changed
2211+
2212+
#### web3-eth-contract
2213+
2214+
- Dependencies updated
2215+
2216+
#### web3-eth
2217+
2218+
- Dependencies updated
2219+
2220+
#### web3-eth-ens
2221+
2222+
- Dependencies updated
2223+
2224+
#### web3-eth-personal
2225+
2226+
- Dependencies updated
2227+
2228+
## [Unreleased]

packages/web3-eth-abi/CHANGELOG.md

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

149149
- Fix issue with default config with babel (and React): "TypeError: Cannot convert a BigInt value to a number #6187" (#6506)
150150

151-
## [Unreleased]
151+
## [4.1.4]
152152

153153
### Fixed
154154

155-
- Bug fix of `ERR_UNSUPPORTED_DIR_IMPORT` in ABI (#6535)
155+
- Bug fix of `ERR_UNSUPPORTED_DIR_IMPORT` in ABI (#6535)
156+
157+
## [Unreleased]

packages/web3-eth-abi/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-abi",
3-
"version": "4.1.3",
3+
"version": "4.1.4",
44
"description": "Web3 module encode and decode EVM in/output.",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/esm/index.js",

packages/web3-eth-contract/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,4 +314,10 @@ Documentation:
314314

315315
- The `events` property was added to the `receipt` object (#6410)
316316

317-
## [Unreleased]
317+
## [4.1.2]
318+
319+
### Changed
320+
321+
- Dependencies updated
322+
323+
## [Unreleased]

packages/web3-eth-contract/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-eth-contract",
3-
"version": "4.1.1",
3+
"version": "4.1.2",
44
"description": "Web3 module to interact with Ethereum smart contracts.",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/esm/index.js",
@@ -47,8 +47,8 @@
4747
"dependencies": {
4848
"web3-core": "^4.3.0",
4949
"web3-errors": "^1.1.3",
50-
"web3-eth": "^4.3.0",
51-
"web3-eth-abi": "^4.1.3",
50+
"web3-eth": "^4.3.1",
51+
"web3-eth-abi": "^4.1.4",
5252
"web3-types": "^1.3.0",
5353
"web3-utils": "^4.0.7",
5454
"web3-validator": "^2.0.3"

packages/web3-eth-ens/CHANGELOG.md

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

136136
- Dependencies updated
137137

138+
## [4.0.8]
139+
140+
### Changed
141+
142+
- Dependencies updated
143+
138144
## [Unreleased]

packages/web3-eth-ens/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-eth-ens",
3-
"version": "4.0.7",
3+
"version": "4.0.8",
44
"description": "This package has ENS functions for interacting with Ethereum Name Service.",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/esm/index.js",
@@ -61,8 +61,8 @@
6161
"@adraffy/ens-normalize": "^1.8.8",
6262
"web3-core": "^4.3.0",
6363
"web3-errors": "^1.1.3",
64-
"web3-eth": "^4.3.0",
65-
"web3-eth-contract": "^4.1.1",
64+
"web3-eth": "^4.3.1",
65+
"web3-eth-contract": "^4.1.2",
6666
"web3-net": "^4.0.7",
6767
"web3-types": "^1.3.0",
6868
"web3-utils": "^4.0.7",

packages/web3-eth-personal/CHANGELOG.md

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

142142
- Dependencies updated
143143

144+
## [4.0.8]
145+
146+
### Changed
147+
148+
- Dependencies updated
149+
144150
## [Unreleased]

packages/web3-eth-personal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-eth-personal",
3-
"version": "4.0.7",
3+
"version": "4.0.8",
44
"description": "Web3 module to interact with the Ethereum blockchain accounts stored in the node.",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/esm/index.js",
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"web3-core": "^4.3.0",
46-
"web3-eth": "^4.3.0",
46+
"web3-eth": "^4.3.1",
4747
"web3-rpc-methods": "^1.1.3",
4848
"web3-types": "^1.3.0",
4949
"web3-utils": "^4.0.7",

packages/web3-eth/CHANGELOG.md

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

208208
- Added `ALL_EVENTS` and `ALL_EVENTS_ABI` constants, `SendTransactionEventsBase` type, `decodeEventABI` method (#6410)
209209

210+
## [4.3.1]
211+
212+
### Changed
213+
214+
- Dependencies updated
215+
210216
## [Unreleased]

0 commit comments

Comments
 (0)