Skip to content

Commit 0cab923

Browse files
chore: version package (#3298)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d21dec6 commit 0cab923

File tree

9 files changed

+35
-64
lines changed

9 files changed

+35
-64
lines changed

.changeset/chilly-radios-confess.md

-5
This file was deleted.

.changeset/ninety-dingos-applaud.md

-5
This file was deleted.

.changeset/rotten-pears-begin.md

-5
This file was deleted.

pnpm-lock.yaml

+21-45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# viem
22

3+
## 2.22.20
4+
5+
### Patch Changes
6+
7+
- [#3296](https://github.com/wevm/viem/pull/3296) [`41aab4288372b3e7a6591113be833b9c2aed6f40`](https://github.com/wevm/viem/commit/41aab4288372b3e7a6591113be833b9c2aed6f40) Thanks [@hello-jdj](https://github.com/hello-jdj)! - Added Donatuz network.
8+
9+
- [`06f3deebc3b185b605eb79e5785bfbe2a6b8297c`](https://github.com/wevm/viem/commit/06f3deebc3b185b605eb79e5785bfbe2a6b8297c) Thanks [@jxom](https://github.com/jxom)! - Added ERC-7821 utilities.
10+
11+
- [#3299](https://github.com/wevm/viem/pull/3299) [`d21dec69e6b8abfd279136f15817477c4f2fd646`](https://github.com/wevm/viem/commit/d21dec69e6b8abfd279136f15817477c4f2fd646) Thanks [@camiinthisthang](https://github.com/camiinthisthang)! - Added Berachain.
12+
313
## 2.22.19
414

515
### Patch Changes

src/chains/definitions/berachain.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ export const berachain = /*#__PURE__*/ defineChain({
1717
},
1818
},
1919
testnet: false,
20-
})
20+
})

src/errors/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '2.22.19'
1+
export const version = '2.22.20'

src/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wevm/viem",
3-
"version": "2.22.19",
3+
"version": "2.22.20",
44
"exports": {
55
".": "./index.ts",
66
"./accounts-abstraction": "./account-abstraction/index.ts",

src/package.json

+1-1
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.22.19",
4+
"version": "2.22.20",
55
"type": "module",
66
"main": "./_cjs/index.js",
77
"module": "./_esm/index.js",

0 commit comments

Comments
 (0)