From 3dcbdffa5e22336efbafaf48335c22f622fd8d82 Mon Sep 17 00:00:00 2001 From: Fraser Scott Date: Fri, 1 Mar 2024 14:05:24 +0000 Subject: [PATCH] chore: changeset --- .changeset/spicy-waves-wait.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/spicy-waves-wait.md diff --git a/.changeset/spicy-waves-wait.md b/.changeset/spicy-waves-wait.md new file mode 100644 index 0000000000..9c070fdd64 --- /dev/null +++ b/.changeset/spicy-waves-wait.md @@ -0,0 +1,5 @@ +--- +"@latticexyz/store": patch +--- + +Moved the `HelloStore` to `IStoreEvents` so all Store events are defined in the same interface.