From 62f75b80ccb0e53a6fb149d190b19fbe394f7292 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 13:20:50 +0000 Subject: [PATCH] Version Packages --- .changeset/settings-rpc-test-button.md | 7 ------- CHANGELOG.md | 6 ++++++ packages/dapp/CHANGELOG.md | 8 ++++++++ packages/dapp/package.json | 2 +- 4 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 .changeset/settings-rpc-test-button.md diff --git a/.changeset/settings-rpc-test-button.md b/.changeset/settings-rpc-test-button.md deleted file mode 100644 index 47ba216..0000000 --- a/.changeset/settings-rpc-test-button.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@evmnow/dapp': minor ---- - -Add a "Test RPC Connection" button to the settings page. - -The button sends an `eth_chainId` request to the effective reader RPC and reports success, connection failures, or a mismatch between the returned chain ID and the configured one — handy for verifying a local dev endpoint before using it. diff --git a/CHANGELOG.md b/CHANGELOG.md index c78b089..1e6bb3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes across all packages in this monorepo. Generated from individual package changelogs — do not edit manually. +## 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) + The button sends an `eth_chainId` request to the effective reader RPC and reports success, connection failures, or a mismatch between the returned chain ID and the configured one — handy for verifying a local dev endpoint before using it. + _`dapp`_ + ## 2026-07-06 - **Minor** New public composables and a component that extract generic reader orchestration out of consuming apps: [`5100264`](https://github.com/evmnow/dapp/commit/5100264) diff --git a/packages/dapp/CHANGELOG.md b/packages/dapp/CHANGELOG.md index 9ca7b00..42e67eb 100644 --- a/packages/dapp/CHANGELOG.md +++ b/packages/dapp/CHANGELOG.md @@ -1,5 +1,13 @@ # @evmnow/dapp +## 0.3.0 + +### Minor Changes + +- [#15](https://github.com/evmnow/dapp/pull/15) [`ca58b3d`](https://github.com/evmnow/dapp/commit/ca58b3d782dd6aad610feb993d40dccab8718fc1) Thanks [@nishantrpai](https://github.com/nishantrpai)! - Add a "Test RPC Connection" button to the settings page. + + The button sends an `eth_chainId` request to the effective reader RPC and reports success, connection failures, or a mismatch between the returned chain ID and the configured one — handy for verifying a local dev endpoint before using it. + ## 0.2.4 ### Patch Changes diff --git a/packages/dapp/package.json b/packages/dapp/package.json index 5e3ff2e..39737bc 100644 --- a/packages/dapp/package.json +++ b/packages/dapp/package.json @@ -2,7 +2,7 @@ "name": "@evmnow/dapp", "private": true, "type": "module", - "version": "0.2.4", + "version": "0.3.0", "license": "MIT", "scripts": { "dev": "nuxt dev",