diff --git a/.changeset/defu-merge-isolate-safe.md b/.changeset/defu-merge-isolate-safe.md
deleted file mode 100644
index cb3b03b..0000000
--- a/.changeset/defu-merge-isolate-safe.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-"@vlandoss/env": patch
----
-
-Replace `lodash.merge` with [`defu`](https://github.com/unjs/defu) for the internal merge that combines `defaults + config + envOverride`. The precedence (env > config > defaults) is unchanged.
-
-This fixes a silent shallow-merge regression on V8 isolate runtimes (Cloudflare Workers, Vercel Edge, Next.js Edge): `lodash.merge` relies on `isPlainObject`, which returns `false` when the object originates from a different realm than the merger. The fallback path then assigns by reference instead of deep-merging, which caused leaf values present in `config` (e.g. `db.LOGGING: true`) to be dropped whenever `envOverride` touched the same parent branch.
-
-defu is realm-agnostic and reliably deep-merges in all the runtimes supported by the core.
diff --git a/.changeset/docs-feedback-polish.md b/.changeset/docs-feedback-polish.md
deleted file mode 100644
index a10a0e2..0000000
--- a/.changeset/docs-feedback-polish.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-"@vlandoss/env": patch
----
-
-Polish the package README to match the new docs site language — soften technical references to `process.env`, separate the optional `zod` install, and align the tagline with the rest of the documentation.
diff --git a/.changeset/envscript-rename.md b/.changeset/envscript-rename.md
deleted file mode 100644
index f2eeb44..0000000
--- a/.changeset/envscript-rename.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-"@vlandoss/env": minor
----
-
-**BREAKING** Rename `` (in `@vlandoss/env/react`) to ``. The new name stops suggesting client-side use and reflects what the component actually does: emit a `