Skip to content

Commit

Permalink
chore: version package (#2236)
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] committed May 9, 2024
1 parent eecb230 commit e509503
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-stingrays-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/heavy-ligers-bathe.md

This file was deleted.

8 changes: 8 additions & 0 deletions src/CHANGELOG.md
@@ -1,5 +1,13 @@
# viem

## 2.10.3

### Patch Changes

- [`477ca530fa2f669614f0a65170cddfe4cb5b4dff`](https://github.com/wevm/viem/commit/477ca530fa2f669614f0a65170cddfe4cb5b4dff) Thanks [@tmm](https://github.com/tmm)! - Added `wallet_revokePermissions` to EIP-1193 types.

- [#2237](https://github.com/wevm/viem/pull/2237) [`eecb23060329f0b8958aacab77442cc3af6cb59e`](https://github.com/wevm/viem/commit/eecb23060329f0b8958aacab77442cc3af6cb59e) Thanks [@tmm](https://github.com/tmm)! - Added inEVM chain

## 2.10.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/errors/version.ts
@@ -1 +1 @@
export const version = '2.10.2'
export const version = '2.10.3'
2 changes: 1 addition & 1 deletion src/package.json
@@ -1,7 +1,7 @@
{
"name": "viem",
"description": "TypeScript Interface for Ethereum",
"version": "2.10.2",
"version": "2.10.3",
"type": "module",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down

0 comments on commit e509503

Please sign in to comment.