Skip to content

Commit

Permalink
chore: version package (#2785)
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] authored Sep 30, 2024
1 parent be2298c commit eba1957
Show file tree
Hide file tree
Showing 15 changed files with 52 additions and 78 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-seals-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-plants-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-taxis-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-eggs-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/one-paper-swim.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-suns-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-horses-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-horses-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-parents-sun.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-guests-do.md

This file was deleted.

50 changes: 25 additions & 25 deletions pnpm-lock.yaml

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

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

## 2.21.16

### Patch Changes

- [`8abeb36c`](https:/wevm/viem/commit/8abeb36c9fb6072c6e12ce3662299bfb4c7a28fa) Thanks [@jxom](https:/jxom)! - **Account Abstraction**: Fixed nullish chain handling for paymaster data in `prepareUserOperation`.

- [#2780](https:/wevm/viem/pull/2780) [`e0e0955c`](https:/wevm/viem/commit/e0e0955c6cbe1c32c2ea35f5d39662ec25f392cf) Thanks [@sina-london](https:/sina-london)! - Added fusion chain

- [#2786](https:/wevm/viem/pull/2786) [`4d692d47`](https:/wevm/viem/commit/4d692d478b450148f9040a8301f08f817d700e43) Thanks [@sina-london](https:/sina-london)! - Added BounceBit chain.

- [#2791](https:/wevm/viem/pull/2791) [`e171fb72`](https:/wevm/viem/commit/e171fb72b90dc30a45367445823602119afdea79) Thanks [@sandyup](https:/sandyup)! - Added vision chain.

- [#2789](https:/wevm/viem/pull/2789) [`b61a2316`](https:/wevm/viem/commit/b61a231670a603f14151975d5eb92837581f8f86) Thanks [@sina-london](https:/sina-london)! - Added viction chain.

- [`be2298cb`](https:/wevm/viem/commit/be2298cbae6655d8d1622fbaf5f51e9a3c69b0d3) Thanks [@jxom](https:/jxom)! - **Account Abstraction**: Allowed override of `signature` property in `prepareUserOperation`.

- [#2779](https:/wevm/viem/pull/2779) [`9a7461ec`](https:/wevm/viem/commit/9a7461ec0377c8d9c53a8e152c553066408c2433) Thanks [@tom-jordan1](https:/tom-jordan1)! - Added hychain.

- [#2787](https:/wevm/viem/pull/2787) [`1a515531`](https:/wevm/viem/commit/1a515531d6c0f1e3fc036b40622435bd84bbd80d) Thanks [@peterhappynow](https:/peterhappynow)! - Added multicall3 contract for Flare Mainnet.

- [#2781](https:/wevm/viem/pull/2781) [`9d7d1602`](https:/wevm/viem/commit/9d7d1602aa103f9db15f2b696944430c8ef643f7) Thanks [@peterhappynow](https:/peterhappynow)! - Added Multicall address for `areon`.

- [#2788](https:/wevm/viem/pull/2788) [`320e2dc4`](https:/wevm/viem/commit/320e2dc468248168691e6d3f3e2705d33e52c423) Thanks [@maxknivets](https:/maxknivets)! - Added WeaveVM Alphanet chain.

## 2.21.15

### 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.21.15'
export const version = '2.21.16'
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.21.15",
"version": "2.21.16",
"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.21.15",
"version": "2.21.16",
"type": "module",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down

0 comments on commit eba1957

Please sign in to comment.