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 29, 2024
1 parent d88eb42 commit eccd728
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 66 deletions.
5 changes: 0 additions & 5 deletions .changeset/rare-cars-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-phones-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-seas-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-melons-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-fireants-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-planets-press.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.

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

## 2.21.0

### Minor Changes

- [#2665](https://github.com/wevm/viem/pull/2665) [`2e05c52a`](https://github.com/wevm/viem/commit/2e05c52abea485475afa72523a4da0410cd4316c) Thanks [@jxom](https://github.com/jxom)! - Added built-in support for Linea gas & fee estimations.

- [#2665](https://github.com/wevm/viem/pull/2665) [`2e05c52a`](https://github.com/wevm/viem/commit/2e05c52abea485475afa72523a4da0410cd4316c) Thanks [@jxom](https://github.com/jxom)! - Deprecated `chain.fees.defaultPriorityFee`, use `chain.fees.maxPriorityFeePerGas` instead.

### Patch Changes

- [#2662](https://github.com/wevm/viem/pull/2662) [`d88eb42d`](https://github.com/wevm/viem/commit/d88eb42d42d880957993f0afe4dca563b39e6e1c) Thanks [@parseb](https://github.com/parseb)! - Added Soneium Minato testnet

- [`dc3c0a00`](https://github.com/wevm/viem/commit/dc3c0a00296f53dca01f4cd58046107d216f30ee) Thanks [@jxom](https://github.com/jxom)! - Added `nonceManager` parameter to `prepareTransactionRequest`.

- [#2664](https://github.com/wevm/viem/pull/2664) [`5c3ed45c`](https://github.com/wevm/viem/commit/5c3ed45ca7d32bf6b5cb96dc0f90fd30cb903680) Thanks [@abs3ntdev](https://github.com/abs3ntdev)! - Added Tron chain

- [#2660](https://github.com/wevm/viem/pull/2660) [`2813fbd2`](https://github.com/wevm/viem/commit/2813fbd218a54c99d92f1e29e5ca1b2961a06071) Thanks [@RobbyUitbeijerse](https://github.com/RobbyUitbeijerse)! - Adjusted sophon native token symbol.

## 2.20.1

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

0 comments on commit eccd728

Please sign in to comment.