Skip to content

Commit c42ee6e

Browse files
chore: version package (#4004)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5ab99fb commit c42ee6e

File tree

11 files changed

+41
-52
lines changed

11 files changed

+41
-52
lines changed

.changeset/breezy-boats-roll.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rare-dryers-cough.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tame-melons-shop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tough-meals-approve.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/unlucky-toys-provide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

pnpm-lock.yaml

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# viem
22

3+
## 2.37.13
4+
5+
### Patch Changes
6+
7+
- [#4003](https://github.com/wevm/viem/pull/4003) [`4bc1803f76fd1d935982a20f558926f4c8417014`](https://github.com/wevm/viem/commit/4bc1803f76fd1d935982a20f558926f4c8417014) Thanks [@yumartins](https://github.com/yumartins)! - Added Nitrograph Testnet chain.
8+
9+
- [`4376837b38d2d2a2c9b44e4955fadbdb75c13a74`](https://github.com/wevm/viem/commit/4376837b38d2d2a2c9b44e4955fadbdb75c13a74) Thanks [@jxom](https://github.com/jxom)! - Simplify `account#signTransaction` interface.
10+
11+
- [#3993](https://github.com/wevm/viem/pull/3993) [`a57ff1b6010a087d986320d3e5c50cca9dded93c`](https://github.com/wevm/viem/commit/a57ff1b6010a087d986320d3e5c50cca9dded93c) Thanks [@simbadMarino](https://github.com/simbadMarino)! - Added TRON Nile testnet chain
12+
13+
- [#3996](https://github.com/wevm/viem/pull/3996) [`b8915c0be63c87e75225fb716631e913b0131d09`](https://github.com/wevm/viem/commit/b8915c0be63c87e75225fb716631e913b0131d09) Thanks [@sandyup](https://github.com/sandyup)! - Added Doma Testnet.
14+
15+
- [#3990](https://github.com/wevm/viem/pull/3990) [`3d6ea4ea07323ac3f2bed91ab4c33ded5e23b6d1`](https://github.com/wevm/viem/commit/3d6ea4ea07323ac3f2bed91ab4c33ded5e23b6d1) Thanks [@aaronmgdr](https://github.com/aaronmgdr)! - Deprecated `celoAlfajores`.
16+
317
## 2.37.12
418

519
### Patch Changes

src/chains/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,8 +592,8 @@ export { tomb } from './definitions/tomb.js'
592592
export { treasure } from './definitions/treasure.js'
593593
export { treasureTopaz } from './definitions/treasureTopaz.js'
594594
export { tron } from './definitions/tron.js'
595-
export { tronShasta } from './definitions/tronShasta.js'
596595
export { tronNile } from './definitions/tronNile.js'
596+
export { tronShasta } from './definitions/tronShasta.js'
597597
export { ubiq } from './definitions/ubiq.js'
598598
export { ultra } from './definitions/ultra.js'
599599
export { ultraTestnet } from './definitions/ultraTestnet.js'

src/errors/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '2.37.12'
1+
export const version = '2.37.13'

src/jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wevm/viem",
3-
"version": "2.37.12",
3+
"version": "2.37.13",
44
"exports": {
55
".": "./index.ts",
66
"./accounts-abstraction": "./account-abstraction/index.ts",

0 commit comments

Comments
 (0)