From eda60aea01f2a53ed633275a6f97d48c22da5d6e Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Tue, 14 May 2024 17:58:53 +0100 Subject: [PATCH] docs: fix create-mud package name in changeset --- .changeset/fuzzy-tools-explain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/fuzzy-tools-explain.md b/.changeset/fuzzy-tools-explain.md index 23fafdbd5b7..9f2fd1727b7 100644 --- a/.changeset/fuzzy-tools-explain.md +++ b/.changeset/fuzzy-tools-explain.md @@ -1,5 +1,5 @@ --- -"@latticexyz/create-mud": patch +"create-mud": patch --- Templates now use an `app` namespace by default, instead of the root namespace. This helps keep the root namespace clear for intentionally root-level things and avoids pitfalls with root systems calling other root systems.