Skip to content

Commit

Permalink
Version Packages (alpha) (#114)
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 Mar 3, 2023
1 parent 68c3816 commit c6ae16f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"template-example-ens": "0.0.0",
"template-example-block-event-logs": "0.0.0",
"template-example-event-logs": "0.0.0",
"viem-example-sending-transactions": "0.0.0"
"viem-example-sending-transactions": "0.0.0",
"viem-example-writing-contracts": "0.0.0"
},
"changesets": [
"beige-pillows-report",
Expand Down Expand Up @@ -63,6 +64,7 @@
"silver-starfishes-remain",
"six-cows-think",
"sour-turtles-switch",
"sour-wasps-move",
"stale-ads-reply",
"tame-flies-refuse",
"tasty-ants-chew",
Expand All @@ -72,6 +74,7 @@
"unlucky-poems-rush",
"violet-humans-press",
"violet-vans-attack",
"wet-ears-prove",
"wet-moles-melt"
]
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# viem

## 0.0.1-alpha.39

### Patch Changes

- [`68c3816`](https://github.com/wagmi-dev/viem/commit/68c3816c8c492aa0943b63438a13109e9ac682df) Thanks [@jxom](https://github.com/jxom)! - Added `encodePacked`.

* [`68c3816`](https://github.com/wagmi-dev/viem/commit/68c3816c8c492aa0943b63438a13109e9ac682df) Thanks [@jxom](https://github.com/jxom)! - Made `keccak256` accept a hex value (as well as byte array).

## 0.0.1-alpha.38

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "viem",
"description": "TypeScript Interface for Ethereum",
"version": "0.0.1-alpha.38",
"version": "0.0.1-alpha.39",
"scripts": {
"anvil": "source .env && anvil --fork-url $VITE_ANVIL_FORK_URL --fork-block-number $VITE_ANVIL_BLOCK_NUMBER --block-time $VITE_ANVIL_BLOCK_TIME",
"bench": "vitest bench --no-threads",
Expand Down

2 comments on commit c6ae16f

@vercel
Copy link

@vercel vercel bot commented on c6ae16f Mar 3, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

viem-site – ./site

viem-site.vercel.app
viem.sh
viem-site-git-main-wagmi-dev.vercel.app
viem-site-wagmi-dev.vercel.app
www.viem.sh

@vercel
Copy link

@vercel vercel bot commented on c6ae16f Mar 3, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

viem-playground – ./playgrounds/browser

viem-playground.vercel.app
viem-playground-git-main-wagmi-dev.vercel.app
viem-playground-wagmi-dev.vercel.app

Please sign in to comment.