Skip to content

Commit

Permalink
chore: version package (#565)
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 May 23, 2023
1 parent d5297c6 commit f93ec5f
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-pens-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-icons-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-keys-walk.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# viem

## 0.3.36

### Patch Changes

- [#554](https://github.com/wagmi-dev/viem/pull/554) [`d5297c6`](https://github.com/wagmi-dev/viem/commit/d5297c6e32fc148a63c34fe47cd590cfc9c665ec) Thanks [@tmm](https://github.com/tmm)! - Fixed portable types

* [#556](https://github.com/wagmi-dev/viem/pull/556) [`81a3aed`](https://github.com/wagmi-dev/viem/commit/81a3aed513167588f0c3433af8407cc23c78f61f) Thanks [@tmm](https://github.com/tmm)! - Fallback to `client.account` for `estimateGas`.

- [#560](https://github.com/wagmi-dev/viem/pull/560) [`a5dd3c6`](https://github.com/wagmi-dev/viem/commit/a5dd3c6dcdb2c7625aacd9c9bc498bd86530dd77) Thanks [@Volchunovich](https://github.com/Volchunovich)! - Fixed docs links

## 0.3.35

### Patch Changes
Expand Down
63 changes: 48 additions & 15 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "viem",
"description": "TypeScript Interface for Ethereum",
"version": "0.3.35",
"version": "0.3.36",
"scripts": {
"bench": "vitest bench",
"bench:ci": "CI=true vitest bench",
Expand Down Expand Up @@ -111,17 +111,39 @@
},
"typesVersions": {
"*": {
"abi": ["./dist/types/abi.d.ts"],
"accounts": ["./dist/types/accounts/index.d.ts"],
"chains": ["./dist/types/chains.d.ts"],
"contract": ["./dist/types/contract.d.ts"],
"ens": ["./dist/types/ens.d.ts"],
"ethers": ["./dist/types/ethers.d.ts"],
"public": ["./dist/types/public.d.ts"],
"test": ["./dist/types/test.d.ts"],
"utils": ["./dist/types/utils/index.d.ts"],
"wallet": ["./dist/types/wallet.d.ts"],
"window": ["./dist/types/window.d.ts"]
"abi": [
"./dist/types/abi.d.ts"
],
"accounts": [
"./dist/types/accounts/index.d.ts"
],
"chains": [
"./dist/types/chains.d.ts"
],
"contract": [
"./dist/types/contract.d.ts"
],
"ens": [
"./dist/types/ens.d.ts"
],
"ethers": [
"./dist/types/ethers.d.ts"
],
"public": [
"./dist/types/public.d.ts"
],
"test": [
"./dist/types/test.d.ts"
],
"utils": [
"./dist/types/utils/index.d.ts"
],
"wallet": [
"./dist/types/wallet.d.ts"
],
"window": [
"./dist/types/window.d.ts"
]
}
},
"dependencies": {
Expand Down Expand Up @@ -161,14 +183,23 @@
},
"license": "MIT",
"repository": "wagmi-dev/viem",
"authors": ["awkweb.eth", "jxom.eth"],
"authors": [
"awkweb.eth",
"jxom.eth"
],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/wagmi-dev"
}
],
"keywords": ["eth", "ethereum", "dapps", "wallet", "web3"],
"keywords": [
"eth",
"ethereum",
"dapps",
"wallet",
"web3"
],
"size-limit": [
{
"path": "./dist/cjs/index.js"
Expand All @@ -186,7 +217,9 @@
"vitepress@1.0.0-alpha.61": "patches/vitepress@1.0.0-alpha.61.patch"
},
"peerDependencyRules": {
"ignoreMissing": ["@algolia/client-search"]
"ignoreMissing": [
"@algolia/client-search"
]
}
}
}
2 changes: 1 addition & 1 deletion src/errors/version.ts
@@ -1 +1 @@
export const version = '0.3.35'
export const version = '0.3.36'

1 comment on commit f93ec5f

@vercel
Copy link

@vercel vercel bot commented on f93ec5f May 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.