From 3855bb5bc4ed337e1db2653017e0127613f03b1a Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Wed, 9 Aug 2023 17:47:02 +0100 Subject: [PATCH] fix changeset package name --- .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.