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

Commit 82ceab7

Browse files
committed
update web3-types
1 parent 2b7cf1c commit 82ceab7

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2820,4 +2820,10 @@ If there are any bugs, improvements, optimizations or any new feature proposal f
28202820

28212821
- Move signature related types to web3-types. Re-export them for backwards compatibility. (#7374)
28222822

2823+
### Added
2824+
2825+
#### web3-types
2826+
2827+
- Add signature related types. (#7374)
2828+
28232829
## [Unreleased]

packages/web3-types/CHANGELOG.md

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

221221
- `FilterParams` type added (#7353)
222222

223-
## [Unreleased]
223+
## [1.10.0]
224224

225225
#### Added
226226

227227
- Add signature related types. (#7374)
228+
229+
## [Unreleased]

packages/web3-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web3-types",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"description": "Provide the common data structures and interfaces for web3 modules.",
55
"main": "./lib/commonjs/index.js",
66
"module": "./lib/esm/index.js",

0 commit comments

Comments
 (0)