Skip to content

Commit 03aaf06

Browse files
Version Packages (alpha) (#47)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7afdee8 commit 03aaf06

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"calm-games-teach",
1313
"curly-cows-help",
1414
"cyan-berries-poke",
15+
"empty-poets-destroy",
1516
"five-melons-agree",
1617
"funny-beds-prove",
1718
"happy-bottles-collect",

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# viem
22

3+
## 0.0.1-alpha.18
4+
5+
### Patch Changes
6+
7+
- [`7afdee8`](https://github.com/wagmi-dev/viem/commit/7afdee87cda6cebeeb9446773b6373ab680f7207) Thanks [@jxom](https://github.com/jxom)! - Added `readContract`
8+
39
## 0.0.1-alpha.17
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "viem",
33
"description": "TypeScript Interface for Ethereum",
4-
"version": "0.0.1-alpha.17",
4+
"version": "0.0.1-alpha.18",
55
"scripts": {
66
"anvil": "source .env && anvil --fork-url $VITE_ANVIL_FORK_URL --fork-block-number $VITE_ANVIL_BLOCK_NUMBER --block-time $VITE_ANVIL_BLOCK_TIME",
77
"bench": "vitest bench --no-threads",

0 commit comments

Comments
 (0)