Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/calm-names-resolve.md

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
All notable changes across all packages in this monorepo.
Generated from individual package changelogs — do not edit manually.

## 2026-09-01

- **Minor** Resolve and reverse-resolve ENS (`.eth`), GNS (`.gwei`), and WNS (`.wei`) names across contract lookup, ABI address inputs, result displays, and the connected-wallet label. [`a0cff7b`](https://github.com/evmnow/dapp/commit/a0cff7b)
_`contract-reader`, `dapp`_

## 2026-07-13

- **Minor** Add a "Test RPC Connection" button to the settings page. ([#15](https://github.com/evmnow/dapp/pull/15)) [`ca58b3d`](https://github.com/evmnow/dapp/commit/ca58b3d)
Expand Down
6 changes: 6 additions & 0 deletions packages/contract-reader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @evmnow/contract-reader

## 0.9.0

### Minor Changes

- [`a0cff7b`](https://github.com/evmnow/dapp/commit/a0cff7b119135be4f904e6cbf61f03b8cffc2a0e) Thanks [@jwahdatehagh](https://github.com/jwahdatehagh)! - Resolve and reverse-resolve ENS (`.eth`), GNS (`.gwei`), and WNS (`.wei`) names across contract lookup, ABI address inputs, result displays, and the connected-wallet label.

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/contract-reader/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@evmnow/contract-reader",
"type": "module",
"version": "0.8.0",
"version": "0.9.0",
"description": "Components, composables and utilities for inspecting and interacting with verified EVM smart contracts.",
"license": "MIT",
"main": "./nuxt.config.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @evmnow/dapp

## 0.4.0

### Minor Changes

- [`a0cff7b`](https://github.com/evmnow/dapp/commit/a0cff7b119135be4f904e6cbf61f03b8cffc2a0e) Thanks [@jwahdatehagh](https://github.com/jwahdatehagh)! - Resolve and reverse-resolve ENS (`.eth`), GNS (`.gwei`), and WNS (`.wei`) names across contract lookup, ABI address inputs, result displays, and the connected-wallet label.

### Patch Changes

- Updated dependencies [[`a0cff7b`](https://github.com/evmnow/dapp/commit/a0cff7b119135be4f904e6cbf61f03b8cffc2a0e)]:
- @evmnow/contract-reader@0.9.0

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@evmnow/dapp",
"private": true,
"type": "module",
"version": "0.3.0",
"version": "0.4.0",
"license": "MIT",
"scripts": {
"dev": "nuxt dev",
Expand Down
Loading