Skip to content

Commit

Permalink
chore: version package
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 18, 2024
1 parent a040bc4 commit e8139c8
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 56 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-eagles-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-cherries-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-dolphins-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-plants-scream.md

This file was deleted.

59 changes: 26 additions & 33 deletions pnpm-lock.yaml

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

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

## 2.19.7

### Patch Changes

- [#2624](https://github.com/wevm/viem/pull/2624) [`46dd2523`](https://github.com/wevm/viem/commit/46dd2523a96d8372b0d0cb5ffe56c613bf073048) Thanks [@holic](https://github.com/holic)! - Improved `writeContract` error handling.

- [#2628](https://github.com/wevm/viem/pull/2628) [`a040bc43`](https://github.com/wevm/viem/commit/a040bc430293604cd8532c3f6349a56b2a5d366a) Thanks [@boavenn](https://github.com/boavenn)! - Added cronoszkEVM chain.

- [#2629](https://github.com/wevm/viem/pull/2629) [`34093e12`](https://github.com/wevm/viem/commit/34093e12076639f110017cb5f9196884608eb76c) Thanks [@KONFeature](https://github.com/KONFeature)! - Exported `PaymasterRpcSchema`.

- [#2625](https://github.com/wevm/viem/pull/2625) [`507eed72`](https://github.com/wevm/viem/commit/507eed7284c2ac6867fef850a0e2923b9078671e) Thanks [@qiwu7](https://github.com/qiwu7)! - Added B3 chain

## 2.19.6

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

0 comments on commit e8139c8

Please sign in to comment.