Skip to content

Commit

Permalink
update web3-types
Browse files Browse the repository at this point in the history
  • Loading branch information
luu-alex committed Nov 28, 2024
1 parent 2b7cf1c commit 82ceab7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2820,4 +2820,10 @@ If there are any bugs, improvements, optimizations or any new feature proposal f

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

### Added

#### web3-types

- Add signature related types. (#7374)

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

- `FilterParams` type added (#7353)

## [Unreleased]
## [1.10.0]

#### Added

- Add signature related types. (#7374)

## [Unreleased]
2 changes: 1 addition & 1 deletion packages/web3-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-types",
"version": "1.9.0",
"version": "1.10.0",
"description": "Provide the common data structures and interfaces for web3 modules.",
"main": "./lib/commonjs/index.js",
"module": "./lib/esm/index.js",
Expand Down

0 comments on commit 82ceab7

Please sign in to comment.