Skip to content

Commit

Permalink
chore: version package (#2390)
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 12, 2024
1 parent 5f0d8b1 commit 6312c20
Show file tree
Hide file tree
Showing 9 changed files with 70 additions and 51 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-tables-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-frogs-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-lizards-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nasty-zoos-breathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-wasps-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-crabs-push.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-teachers-yell.md

This file was deleted.

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.13.9

### Patch Changes

- [#2398](https://github.com/wevm/viem/pull/2398) [`f2695cf`](https://github.com/wevm/viem/commit/f2695cfb81a3bf954879ab2f14d1c55bad1175f1) Thanks [@jxom](https://github.com/jxom)! - Fixed an issue where zero `r` and `s` values were not being serialized correctly.

- [#2374](https://github.com/wevm/viem/pull/2374) [`a81965e`](https://github.com/wevm/viem/commit/a81965e0984a2d239df0d5e989e6b2119aa4c680) Thanks [@roninjin10](https://github.com/roninjin10)! - Updated `EncodeDeployDataParameters` type.

- [#2388](https://github.com/wevm/viem/pull/2388) [`895e7d1`](https://github.com/wevm/viem/commit/895e7d11a2df3d7aaf7e13476b1c893abb055aaa) Thanks [@bajpai244](https://github.com/bajpai244)! - Updated `kakarotSepolia` chain id.

- [#2393](https://github.com/wevm/viem/pull/2393) [`f624e23`](https://github.com/wevm/viem/commit/f624e23c3355585b5ee1b7f1f44d80b7ff0c7b2d) Thanks [@venticello](https://github.com/venticello)! - Added Xai and Xai testnet chains.

- [#2392](https://github.com/wevm/viem/pull/2392) [`b80ec49`](https://github.com/wevm/viem/commit/b80ec4924ccfd1e6bb81f7e688396e6a1321a222) Thanks [@Markcial](https://github.com/Markcial)! - Added `ham` chain.

- [#2380](https://github.com/wevm/viem/pull/2380) [`d2de3c6`](https://github.com/wevm/viem/commit/d2de3c6713e0a79412f3bfb4cbdc1c361f68a08c) Thanks [@roninjin10](https://github.com/roninjin10)! - Added `docsBaseUrl` to `BaseError`.

- [#2384](https://github.com/wevm/viem/pull/2384) [`674f65d`](https://github.com/wevm/viem/commit/674f65d0ed3a6e8fab1bdc8a254f89200fa658ee) Thanks [@Aastha9018](https://github.com/Aastha9018)! - Added Redbelly Testnet chain.

## 2.13.8

### Patch Changes
Expand Down
68 changes: 52 additions & 16 deletions 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.13.8",
"version": "2.13.9",
"type": "module",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down Expand Up @@ -94,19 +94,45 @@
},
"typesVersions": {
"*": {
"accounts": ["./_types/accounts/index.d.ts"],
"actions": ["./_types/actions/index.d.ts"],
"celo": ["./_types/celo/index.d.ts"],
"chains": ["./_types/chains/index.d.ts"],
"chains/utils": ["./_types/chains/utils.d.ts"],
"ens": ["./_types/ens/index.d.ts"],
"experimental": ["./_types/experimental/index.d.ts"],
"node": ["./_types/node/index.d.ts"],
"op-stack": ["./_types/op-stack/index.d.ts"],
"siwe": ["./_types/siwe/index.d.ts"],
"utils": ["./_types/utils/index.d.ts"],
"window": ["./_types/window/index.d.ts"],
"zksync": ["./_types/zksync/index.d.ts"]
"accounts": [
"./_types/accounts/index.d.ts"
],
"actions": [
"./_types/actions/index.d.ts"
],
"celo": [
"./_types/celo/index.d.ts"
],
"chains": [
"./_types/chains/index.d.ts"
],
"chains/utils": [
"./_types/chains/utils.d.ts"
],
"ens": [
"./_types/ens/index.d.ts"
],
"experimental": [
"./_types/experimental/index.d.ts"
],
"node": [
"./_types/node/index.d.ts"
],
"op-stack": [
"./_types/op-stack/index.d.ts"
],
"siwe": [
"./_types/siwe/index.d.ts"
],
"utils": [
"./_types/utils/index.d.ts"
],
"window": [
"./_types/window/index.d.ts"
],
"zksync": [
"./_types/zksync/index.d.ts"
]
}
},
"peerDependencies": {
Expand All @@ -130,12 +156,22 @@
"license": "MIT",
"homepage": "https://viem.sh",
"repository": "wevm/viem",
"authors": ["awkweb.eth", "jxom.eth"],
"authors": [
"awkweb.eth",
"jxom.eth"
],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/wevm"
}
],
"keywords": ["eth", "ethereum", "dapps", "wallet", "web3", "typescript"]
"keywords": [
"eth",
"ethereum",
"dapps",
"wallet",
"web3",
"typescript"
]
}

0 comments on commit 6312c20

Please sign in to comment.