Skip to content

Commit

Permalink
chore: version package (#2839)
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] authored Oct 10, 2024
1 parent c18995a commit c777dbe
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 57 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-chefs-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-kids-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-mangos-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-bananas-add.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-owls-provide.md

This file was deleted.

51 changes: 22 additions & 29 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# viem

## 2.21.22

### Patch Changes

- [#2838](https:/wevm/viem/pull/2838) [`f0695c5`](https:/wevm/viem/commit/f0695c5c8c9fb29b78a7ca8c07b176191e550e39) Thanks [@qi-0826](https:/qi-0826)! - Added Superposition chain.

- [#2840](https:/wevm/viem/pull/2840) [`e9cf6ee`](https:/wevm/viem/commit/e9cf6eea9bf15ee57a6db42a2502eda6a733e149) Thanks [@akshatmittal](https:/akshatmittal)! - Added Unichain Sepolia Testnet chain.

- [`0ff9db8`](https:/wevm/viem/commit/0ff9db844c9b2f11f3f726da20b132c0dc11d37f) Thanks [@jxom](https:/jxom)! - Added `decodeCalls` as an optional property on `toSmartAccount`.

- [#2837](https:/wevm/viem/pull/2837) [`2f46c00`](https:/wevm/viem/commit/2f46c00e62c90f406da666b3544c427867135a84) Thanks [@qi-0826](https:/qi-0826)! - Added Electroneum chain.

- [`95b316c`](https:/wevm/viem/commit/95b316cb29375c9041ec5a92558cc975f41e9ba3) Thanks [@jxom](https:/jxom)! - Added `stateOverride` to `estimateUserOperationGas` & `prepareUserOperation`.

## 2.21.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/errors/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '2.21.21'
export const version = '2.21.22'
2 changes: 1 addition & 1 deletion src/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wevm/viem",
"version": "2.21.21",
"version": "2.21.22",
"exports": {
".": "./index.ts",
"./accounts": "./accounts/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "viem",
"description": "TypeScript Interface for Ethereum",
"version": "2.21.21",
"version": "2.21.22",
"type": "module",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down

0 comments on commit c777dbe

Please sign in to comment.