Skip to content

Commit

Permalink
Version Packages (alpha) (#99)
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 Feb 25, 2023
1 parent e1634b5 commit 446a56e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
13 changes: 12 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@
"viem": "0.0.0",
"playground-browser": "0.1.0",
"playground-bun": "0.1.0",
"@viem/site": "0.0.0"
"@viem/site": "0.0.0",
"template-example": "0.0.0",
"fetching-blocks-example": "0.0.0",
"public-client-example": "0.0.0",
"viem-example-wallet-client": "0.0.0",
"viem-example-deploying-contracts": "0.0.0",
"template-example-reading-contracts": "0.0.0",
"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"
},
"changesets": [
"beige-pillows-report",
Expand Down Expand Up @@ -48,6 +58,7 @@
"silver-starfishes-remain",
"six-cows-think",
"sour-turtles-switch",
"stale-ads-reply",
"tame-flies-refuse",
"thick-peas-remember",
"twenty-spiders-learn",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# viem

## 0.0.1-alpha.34

### Patch Changes

- [`e1634b5`](https://github.com/wagmi-dev/viem/commit/e1634b5d110b1a39032eab9813f93244b04123ad) Thanks [@jxom](https://github.com/jxom)! - Fixed ABI encoding dynamic tuple child derivation

## 0.0.1-alpha.33

### 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.33",
"version": "0.0.1-alpha.34",
"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 446a56e

@vercel
Copy link

@vercel vercel bot commented on 446a56e Feb 25, 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-site-wagmi-dev.vercel.app
viem-site-git-main-wagmi-dev.vercel.app
www.viem.sh
viem.sh

@vercel
Copy link

@vercel vercel bot commented on 446a56e Feb 25, 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.