Skip to content

Commit

Permalink
chore: version package (#2453)
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 Jun 30, 2024
1 parent 5738943 commit c1f8801
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 75 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-peaches-fold.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/light-donuts-flash.md

This file was deleted.

87 changes: 26 additions & 61 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# viem

## 2.16.5

### Patch Changes

- [#2444](https://github.com/wevm/viem/pull/2444) [`495192c3`](https://github.com/wevm/viem/commit/495192c3811b608e70a566944290d75d36211d2e) Thanks [@RealWooblay](https://github.com/RealWooblay)! - Added XR Sepolia chain

- [#2451](https://github.com/wevm/viem/pull/2451) [`40f9a0f5`](https://github.com/wevm/viem/commit/40f9a0f5a63836c86322ddee9b0391dabd7b62b4) Thanks [@ChewySwap](https://github.com/ChewySwap)! - Added Dogechain multicall address.
Added Puppynet Shibarium chain.

## 2.16.4

### Patch Changes
Expand Down
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.16.4'
export const version = '2.16.5'
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.16.4",
"version": "2.16.5",
"exports": {
".": "./index.ts",
"./accounts": "./accounts/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.16.4",
"version": "2.16.5",
"type": "module",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down

0 comments on commit c1f8801

Please sign in to comment.