Skip to content

Commit

Permalink
chore: version package (#2005)
Browse files Browse the repository at this point in the history
Version Packages

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Mar 25, 2024
1 parent fdf185d commit a52aa4d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/khaki-weeks-walk.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/rotten-impalas-eat.md

This file was deleted.

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

## 2.9.0

### Minor Changes

- [#1907](https://github.com/wevm/viem/pull/1907) [`b40210f7308eb73a857692552381e06727511706`](https://github.com/wevm/viem/commit/b40210f7308eb73a857692552381e06727511706) Thanks [@mpopovac-txfusion](https://github.com/mpopovac-txfusion)! - Added `deployContract` Action to zkSync Extensions.

- [#1994](https://github.com/wevm/viem/pull/1994) [`119aea616be0d1db06716709a64e8ab1966c7d4f`](https://github.com/wevm/viem/commit/119aea616be0d1db06716709a64e8ab1966c7d4f) Thanks [@jxom](https://github.com/jxom)! - Added support for [Fault Proofs on OP Stack](https://docs.optimism.io/stack/protocol/fault-proofs/overview), and new actions:

- [`getGame`](https://viem.sh/op-stack/actions/getGame) (supersedes `getL2Output`)
- `getGames`
- [`getTimeToNextGame`](https://viem.sh/op-stack/actions/getTimeToNextGame) (supersedes `getTimeToNextL2Output`)
- [`waitForNextGame`](https://viem.sh/op-stack/actions/waitForNextGame) (supersedes `waitForNextL2Output`)

> Note: The above actions are only compatible with OP Stack chains which have upgraded to Fault Proofs.
## 2.8.18

### Patch Changes
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.8.18",
"version": "2.9.0",
"type": "module",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down

0 comments on commit a52aa4d

Please sign in to comment.