Skip to content

Commit

Permalink
chore: version package (#2288)
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 May 21, 2024
1 parent 4dc6d32 commit 09aabb1
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/cold-candles-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-clocks-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-sheep-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-berries-look.md

This file was deleted.

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

### Patch Changes

- [#2281](https://github.com/wevm/viem/pull/2281) [`f4b0f7a3009faee9b116bd2d947322b85ecd81f3`](https://github.com/wevm/viem/commit/f4b0f7a3009faee9b116bd2d947322b85ecd81f3) Thanks [@michaelotis](https://github.com/michaelotis)! - Added L3X Protocol chain.

- [#2287](https://github.com/wevm/viem/pull/2287) [`8525dfcd8f482d55925bebfe57043fb70db6687d`](https://github.com/wevm/viem/commit/8525dfcd8f482d55925bebfe57043fb70db6687d) Thanks [@nialexsan](https://github.com/nialexsan)! - Added multilcall3 contract to Flow Previewnet.

- [#2283](https://github.com/wevm/viem/pull/2283) [`d7eee1da79648975df06e2f46a011b2d224ef78a`](https://github.com/wevm/viem/commit/d7eee1da79648975df06e2f46a011b2d224ef78a) Thanks [@nidz-the-fact](https://github.com/nidz-the-fact)! - Added thaiChain chain.

- [#2284](https://github.com/wevm/viem/pull/2284) [`86bd2a7dbfca7d1cd118a9feaac07a69a8da0d19`](https://github.com/wevm/viem/commit/86bd2a7dbfca7d1cd118a9feaac07a69a8da0d19) Thanks [@ezynda3](https://github.com/ezynda3)! - Updated Metis Explorer Definitions

## 2.11.1

### Patch Changes
Expand Down
67 changes: 51 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.11.1",
"version": "2.11.2",
"type": "module",
"main": "./_cjs/index.js",
"module": "./_esm/index.js",
Expand Down Expand Up @@ -93,19 +93,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 @@ -129,12 +155,21 @@
"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"]
"keywords": [
"eth",
"ethereum",
"dapps",
"wallet",
"web3"
]
}

0 comments on commit 09aabb1

Please sign in to comment.