From 86aea42304a188fcd60a6d53add293f53fffd25d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 08:23:51 +0000 Subject: [PATCH] chore: version package --- .changeset/tidy-wolves-shake.md | 5 ----- src/CHANGELOG.md | 6 ++++++ src/errors/version.ts | 2 +- src/package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/tidy-wolves-shake.md diff --git a/.changeset/tidy-wolves-shake.md b/.changeset/tidy-wolves-shake.md deleted file mode 100644 index 903b8442d7..0000000000 --- a/.changeset/tidy-wolves-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"viem": patch ---- - -`viem/tempo`: Supported calling token `.call` builders without a Client (restores the pre-`2.54` call signature). When the Client is omitted, `token` must be a TIP20 token id or contract address, and formatted amounts require explicit `decimals`. diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index c7c5b98b0a..4b8b14599e 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,11 @@ # viem +## 2.54.6 + +### Patch Changes + +- [#4807](https://github.com/wevm/viem/pull/4807) [`f1ac4480d0c1c6f29bf709f116068e903643ecad`](https://github.com/wevm/viem/commit/f1ac4480d0c1c6f29bf709f116068e903643ecad) Thanks [@jxom](https://github.com/jxom)! - `viem/tempo`: Supported calling token `.call` builders without a Client (restores the pre-`2.54` call signature). When the Client is omitted, `token` must be a TIP20 token id or contract address, and formatted amounts require explicit `decimals`. + ## 2.54.5 ### Patch Changes diff --git a/src/errors/version.ts b/src/errors/version.ts index 9b455a6b7f..fc838cce53 100644 --- a/src/errors/version.ts +++ b/src/errors/version.ts @@ -1 +1 @@ -export const version = '2.54.5' +export const version = '2.54.6' diff --git a/src/package.json b/src/package.json index cba8eb5727..a511bf1b94 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "viem", "description": "TypeScript Interface for Ethereum", - "version": "2.54.5", + "version": "2.54.6", "type": "module", "main": "./_cjs/index.js", "module": "./_esm/index.js",