Skip to content

Commit

Permalink
chore: version package (#2219)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 6, 2024
1 parent a195ea3 commit 72c406d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 21 deletions.
9 changes: 0 additions & 9 deletions .changeset/funny-cars-allow.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/three-windows-collect.md

This file was deleted.

17 changes: 17 additions & 0 deletions src/CHANGELOG.md
@@ -1,5 +1,22 @@
# viem

## 2.10.0

### Minor Changes

- [#2209](https://github.com/wevm/viem/pull/2209) [`76a92bb97de9adede6d6d60c3aad2961d493045e`](https://github.com/wevm/viem/commit/76a92bb97de9adede6d6d60c3aad2961d493045e) Thanks [@wilsoncusack](https://github.com/wilsoncusack)! - **Experimental:** Added [ERC-6492](https://eips.ethereum.org/EIPS/eip-6492) signature utilities:

- `isErc6492Signature`
- `parseErc6492Signature`
- `serializeErc6492Signature`

- [#2209](https://github.com/wevm/viem/pull/2209) [`76a92bb97de9adede6d6d60c3aad2961d493045e`](https://github.com/wevm/viem/commit/76a92bb97de9adede6d6d60c3aad2961d493045e) Thanks [@wilsoncusack](https://github.com/wilsoncusack)! - Deprecated utilities (will be removed in v3):

- `hexToSignature` – use `parseSignature` instead.
- `hexToCompactSignature` – use `parseCompactSignature` instead.
- `compactSignatureToHex` – use `serializeCompactSignature` instead.
- `signatureToHex` – use `serializeSignature` instead.

## 2.9.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/errors/version.ts
@@ -1 +1 @@
export const version = '2.9.32'
export const version = '2.10.0'
2 changes: 1 addition & 1 deletion src/package.json
@@ -1,7 +1,7 @@
{
"name": "viem",
"description": "TypeScript Interface for Ethereum",
"version": "2.9.32",
"version": "2.10.0",
"type": "module",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down

0 comments on commit 72c406d

Please sign in to comment.