From 9a7c9009a43bc5691bb33996bcf669711cc51503 Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Wed, 9 Aug 2023 09:48:55 -0700 Subject: [PATCH] fix: changeset package name (#1270) --- .changeset/tame-lemons-play.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/tame-lemons-play.md b/.changeset/tame-lemons-play.md index a98a620c66..e20f0bcd55 100644 --- a/.changeset/tame-lemons-play.md +++ b/.changeset/tame-lemons-play.md @@ -1,9 +1,9 @@ --- "@latticexyz/cli": patch "@latticexyz/common": major -"@latticexyz/create-mud": major "@latticexyz/recs": patch "@latticexyz/store-indexer": patch +"create-mud": major --- Templates and examples now use MUD's new sync packages, all built on top of [viem](https://viem.sh/). This greatly speeds up and stabilizes our networking code and improves types throughout.