Skip to content

Commit

Permalink
chore: version package (#2430)
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 21, 2024
1 parent ed5c70e commit e4b7868
Show file tree
Hide file tree
Showing 8 changed files with 104 additions and 95 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-radios-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-cycles-drop.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/smart-squids-hope.md

This file was deleted.

81 changes: 26 additions & 55 deletions pnpm-lock.yaml

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

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

## 2.16.1

### Patch Changes

- [`fa494359`](https://github.com/wevm/viem/commit/fa4943594b9f95a1562c44a48f6eff87dc56a560) Thanks [@jxom](https://github.com/jxom)! - Added `chainId` as a parameter to `eth_sendTransaction`.

- [#2429](https://github.com/wevm/viem/pull/2429) [`3781bbb8`](https://github.com/wevm/viem/commit/3781bbb8b3ee8de065a581c97410389b84f7e9c8) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where `getAction` would ignore nullish return values from a synchronous Client Action.

- [`ed5c70e0`](https://github.com/wevm/viem/commit/ed5c70e0c5f21e4e2f7eb0fd17afc66888d787d7) Thanks [@jxom](https://github.com/jxom)! - **Experimental:** Added Solady utilities:

- `hashMessage`
- `hashTypedData`
- `wrapTypedDataSignature`

## 2.16.0

### Minor 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.0'
export const version = '2.16.1'
11 changes: 8 additions & 3 deletions src/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wevm/viem",
"version": "2.16.0",
"version": "2.16.1",
"exports": {
".": "./index.ts",
"./accounts": "./accounts/index.ts",
Expand All @@ -16,12 +16,17 @@
"./zksync": "./zksync/index.ts"
},
"publish": {
"include": ["LICENSE", "README.md", "CHANGELOG.md", "**/*.ts"],
"include": [
"LICENSE",
"README.md",
"CHANGELOG.md",
"**/*.ts"
],
"exclude": [
"**/*.bench.ts",
"**/*.bench-d.ts",
"**/*.test.ts",
"**/*.test-d.ts"
]
}
}
}
Loading

0 comments on commit e4b7868

Please sign in to comment.