Skip to content

Commit 64a21b0

Browse files
chore: version package (#3294)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5795c5b commit 64a21b0

File tree

7 files changed

+13
-18
lines changed

7 files changed

+13
-18
lines changed

.changeset/beige-papayas-add.md

-5
This file was deleted.

.changeset/lazy-kings-work.md

-5
This file was deleted.

.changeset/soft-ears-smash.md

-5
This file was deleted.

src/CHANGELOG.md

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

3+
## 2.22.19
4+
5+
### Patch Changes
6+
7+
- [#3291](https://github.com/wevm/viem/pull/3291) [`4e53750f4e84486bcfcb35382cf6150438468d35`](https://github.com/wevm/viem/commit/4e53750f4e84486bcfcb35382cf6150438468d35) Thanks [@biruichen](https://github.com/biruichen)! - Added Sidra Chain.
8+
9+
- [#3292](https://github.com/wevm/viem/pull/3292) [`d6388d78a20dac91ffc6196a79fdaea13c749c59`](https://github.com/wevm/viem/commit/d6388d78a20dac91ffc6196a79fdaea13c749c59) Thanks [@pk-850](https://github.com/pk-850)! - Added Multicall address to Songbird Canary-Network.
10+
11+
- [#3293](https://github.com/wevm/viem/pull/3293) [`f3746922322ee2d8209a951ffae7d2e6dbcccca1`](https://github.com/wevm/viem/commit/f3746922322ee2d8209a951ffae7d2e6dbcccca1) Thanks [@jxom](https://github.com/jxom)! - Added ERC-7821 `executeBatches` for "batch of batches" execution mode.
12+
313
## 2.22.18
414

515
### Patch Changes

src/errors/version.ts

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

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

0 commit comments

Comments
 (0)