Skip to content

Commit

Permalink
chore: version package
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 19, 2024
1 parent 924c054 commit 78329b2
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-cars-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-suits-invite.md

This file was deleted.

44 changes: 22 additions & 22 deletions pnpm-lock.yaml

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

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

## 2.22.0

### Minor Changes

- [`85a4c71814b2ea9410fd06773411675843625c8a`](https://github.com/wevm/viem/commit/85a4c71814b2ea9410fd06773411675843625c8a) Thanks [@jxom](https://github.com/jxom)! - Added non-deterministic signature generation. Resolves #3028.

### Patch Changes

- [#3004](https://github.com/wevm/viem/pull/3004) [`0c98d991b5ec6990251486d860349718f8e7ea04`](https://github.com/wevm/viem/commit/0c98d991b5ec6990251486d860349718f8e7ea04) Thanks [@atarpara](https://github.com/atarpara)! - **ZKsync:** Fixed `TransactionReceipt` formatter & type.

## 2.21.48

### 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.48'
export const version = '2.22.0'
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.48",
"version": "2.22.0",
"exports": {
".": "./index.ts",
"./accounts-abstraction": "./account-abstraction/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.48",
"version": "2.22.0",
"type": "module",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down

0 comments on commit 78329b2

Please sign in to comment.