Skip to content

Commit c777dbe

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

10 files changed

+39
-57
lines changed

.changeset/cyan-chefs-compare.md

-5
This file was deleted.

.changeset/lemon-kids-complain.md

-5
This file was deleted.

.changeset/neat-mangos-deny.md

-5
This file was deleted.

.changeset/sixty-bananas-add.md

-5
This file was deleted.

.changeset/smart-owls-provide.md

-5
This file was deleted.

pnpm-lock.yaml

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

src/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# viem
22

3+
## 2.21.22
4+
5+
### Patch Changes
6+
7+
- [#2838](https://github.com/wevm/viem/pull/2838) [`f0695c5`](https://github.com/wevm/viem/commit/f0695c5c8c9fb29b78a7ca8c07b176191e550e39) Thanks [@qi-0826](https://github.com/qi-0826)! - Added Superposition chain.
8+
9+
- [#2840](https://github.com/wevm/viem/pull/2840) [`e9cf6ee`](https://github.com/wevm/viem/commit/e9cf6eea9bf15ee57a6db42a2502eda6a733e149) Thanks [@akshatmittal](https://github.com/akshatmittal)! - Added Unichain Sepolia Testnet chain.
10+
11+
- [`0ff9db8`](https://github.com/wevm/viem/commit/0ff9db844c9b2f11f3f726da20b132c0dc11d37f) Thanks [@jxom](https://github.com/jxom)! - Added `decodeCalls` as an optional property on `toSmartAccount`.
12+
13+
- [#2837](https://github.com/wevm/viem/pull/2837) [`2f46c00`](https://github.com/wevm/viem/commit/2f46c00e62c90f406da666b3544c427867135a84) Thanks [@qi-0826](https://github.com/qi-0826)! - Added Electroneum chain.
14+
15+
- [`95b316c`](https://github.com/wevm/viem/commit/95b316cb29375c9041ec5a92558cc975f41e9ba3) Thanks [@jxom](https://github.com/jxom)! - Added `stateOverride` to `estimateUserOperationGas` & `prepareUserOperation`.
16+
317
## 2.21.21
418

519
### Patch Changes

src/errors/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '2.21.21'
1+
export const version = '2.21.22'

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.21.21",
3+
"version": "2.21.22",
44
"exports": {
55
".": "./index.ts",
66
"./accounts": "./accounts/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.21.21",
4+
"version": "2.21.22",
55
"type": "module",
66
"main": "./_cjs/index.js",
77
"module": "./_esm/index.js",

0 commit comments

Comments
 (0)