Skip to content

Commit

Permalink
chore: version package (#3195)
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 Jan 7, 2025
1 parent 344bcaf commit 53552a3
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 66 deletions.
5 changes: 0 additions & 5 deletions .changeset/quiet-dryers-pull.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-mice-build.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-cars-report.md

This file was deleted.

67 changes: 21 additions & 46 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.4

### Patch Changes

- [#3196](https://github.com/wevm/viem/pull/3196) [`fad94b76ec2bfd44331f39ef7e564ef15c28a004`](https://github.com/wevm/viem/commit/fad94b76ec2bfd44331f39ef7e564ef15c28a004) Thanks [@pursonc](https://github.com/pursonc)! - Added exSat chain.

- [#3194](https://github.com/wevm/viem/pull/3194) [`497fa72642f39725bc1364e2164ccc8b16e8131d`](https://github.com/wevm/viem/commit/497fa72642f39725bc1364e2164ccc8b16e8131d) Thanks [@davidenwang](https://github.com/davidenwang)! - Fixed transaction reprice logic in `waitForTransactionReceipt` to account for `transaction.input` as well.

- [#3202](https://github.com/wevm/viem/pull/3202) [`344bcaf605f43b748e53a3e121d049c8cae0ed75`](https://github.com/wevm/viem/commit/344bcaf605f43b748e53a3e121d049c8cae0ed75) Thanks [@abs3ntdev](https://github.com/abs3ntdev)! - Added Saga chain.

## 2.22.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/chains/definitions/exSat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ export const exsat = /*#__PURE__*/ defineChain({
url: 'https://scan.exsat.network',
apiUrl: 'https://scan.exsat.network/api',
},
}
},
})
2 changes: 1 addition & 1 deletion src/chains/definitions/exSatTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ export const exsatTestnet = /*#__PURE__*/ defineChain({
url: 'https://scan-testnet.exsat.network',
apiUrl: 'https://scan-testnet.exsat.network/api',
},
}
},
})
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.22.3'
export const version = '2.22.4'
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.22.3",
"version": "2.22.4",
"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.22.3",
"version": "2.22.4",
"type": "module",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down

0 comments on commit 53552a3

Please sign in to comment.