Skip to content

Commit e09ce7b

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents e7006a6 + 6c621a4 commit e09ce7b

7 files changed

Lines changed: 88 additions & 59 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"ethers": "^6.15.0",
6464
"knip": "^5.64.0",
6565
"micro-eth-signer": "^0.14.0",
66-
"ox": "~0.14.0",
66+
"ox": "~0.14.1",
6767
"permissionless": "^0.2.57",
6868
"prool": "~0.2.3",
6969
"publint": "^0.2.12",
@@ -260,7 +260,7 @@
260260
"fastify": ">=5.8.1",
261261
"find-my-way@>=5.5.0 <8.2.2": "^8.2.2",
262262
"glob@>=10.3.7 <=11.0.3": ">=11.1.0",
263-
"hono": ">=4.12.4",
263+
"hono": ">=4.12.7",
264264
"lodash@>=4.0.0 <=4.17.22": "4.17.23",
265265
"lodash-es@>=4.0.0 <=4.17.22": "4.17.23",
266266
"mdast-util-to-hast@>=13.0.0 <13.2.1": "13.2.1",

pnpm-lock.yaml

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

src/CHANGELOG.md

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

3+
## 2.47.2
4+
5+
### Patch Changes
6+
7+
- [`1b522780cd9c24339a2d01dbc6ee9638ebf7143c`](https://github.com/wevm/viem/commit/1b522780cd9c24339a2d01dbc6ee9638ebf7143c) Thanks [@jxom](https://github.com/jxom)! - Updated `ox` to `0.14.1`.
8+
39
## 2.47.1
410

511
### Patch Changes

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.47.1'
1+
export const version = '2.47.2'

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.47.1",
3+
"version": "2.47.2",
44
"exports": {
55
".": "./index.ts",
66
"./accounts-abstraction": "./account-abstraction/index.ts",

0 commit comments

Comments
 (0)