Skip to content

Commit 6da7868

Browse files
chore: version package
1 parent 5e1c806 commit 6da7868

File tree

6 files changed

+33
-32
lines changed

6 files changed

+33
-32
lines changed

.changeset/chilly-bugs-tell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

pnpm-lock.yaml

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# viem
22

3+
## 2.19.3
4+
5+
### Patch Changes
6+
7+
- [#2595](https://github.com/wevm/viem/pull/2595) [`e0221463`](https://github.com/wevm/viem/commit/e022146393bc3f3f315f2cf6a5b419adc1e5983d) Thanks [@gregfromstl](https://github.com/gregfromstl)! - Exported `universalSignatureValidatorAbi`.
8+
39
## 2.19.2
410

511
### Patch Changes

src/errors/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '2.19.2'
1+
export const version = '2.19.3'

src/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wevm/viem",
3-
"version": "2.19.2",
3+
"version": "2.19.3",
44
"exports": {
55
".": "./index.ts",
66
"./accounts": "./accounts/index.ts",

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "viem",
33
"description": "TypeScript Interface for Ethereum",
4-
"version": "2.19.2",
4+
"version": "2.19.3",
55
"type": "module",
66
"main": "./_cjs/index.js",
77
"module": "./_esm/index.js",

0 commit comments

Comments
 (0)