Skip to content

Commit d6a56b7

Browse files
Version Packages (alpha) (#38)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6a47671 commit d6a56b7

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
@@ -18,6 +18,7 @@
1818
"rare-cats-unite",
1919
"red-cougars-dream",
2020
"rich-poets-explain",
21+
"silver-starfishes-remain",
2122
"tame-flies-refuse",
2223
"thick-peas-remember",
2324
"violet-humans-press",

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.12
4+
5+
### Patch Changes
6+
7+
- [`6a47671`](https://github.com/wagmi-dev/viem/commit/6a47671ce9fe01f01cb744d85ac4e12674ef5b36) Thanks [@jxom](https://github.com/jxom)! - Fixed published `package.json`.
8+
39
## 0.0.1-alpha.11
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.11",
4+
"version": "0.0.1-alpha.12",
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)