diff --git a/.changeset/pre.json b/.changeset/pre.json index efa8c5dae4..88cb0904e3 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -8,6 +8,7 @@ }, "changesets": [ "beige-pillows-report", + "blue-pillows-peel", "calm-games-teach", "cuddly-knives-tickle", "curly-cows-help", @@ -32,6 +33,8 @@ "red-cougars-dream", "rich-fans-remember", "rich-poets-explain", + "rotten-islands-hug", + "sharp-tables-destroy", "silver-starfishes-remain", "sour-turtles-switch", "tame-flies-refuse", diff --git a/CHANGELOG.md b/CHANGELOG.md index 26dbc034cf..5c42932f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # viem +## 0.0.1-alpha.25 + +### Patch Changes + +- [`6c902f8`](https://github.com/wagmi-dev/viem/commit/6c902f86e2067dcd366434722429fe873c8d6089) Thanks [@jxom](https://github.com/jxom)! - Added `decodeEventLog`. + +* [#68](https://github.com/wagmi-dev/viem/pull/68) [`1be77b3`](https://github.com/wagmi-dev/viem/commit/1be77b3e7f454ae6085daefe1f24ca9f757334f8) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** Removed all public/wallet/test actions & utils from the `viem` entrypoint to their respective entrypoints: + + - `viem` = Clients & Transport exports + - `viem/chains` = Chains exports + - `viem/contract` = Contract Actions & Utils exports + - `viem/ens` = ENS Actions & Utils exports + - `viem/public` = Public Actions exports + - `viem/test` = Test Actions exports + - `viem/utils` = Utils exports + - `viem/wallet` = Wallet Actions exports + +- [#66](https://github.com/wagmi-dev/viem/pull/66) [`f19fc32`](https://github.com/wagmi-dev/viem/commit/f19fc329bd7bad7639824fcf65387be542facc83) Thanks [@tmm](https://github.com/tmm)! - Added ENS actions `getEnsAddress` and `getEnsName`. + ## 0.0.1-alpha.24 ### Patch Changes diff --git a/package.json b/package.json index 2c74a39db5..923e610e6b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "viem", "description": "TypeScript Interface for Ethereum", - "version": "0.0.1-alpha.24", + "version": "0.0.1-alpha.25", "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",