From 4622b88271f203204eedea294bec2d2c7d819f88 Mon Sep 17 00:00:00 2001 From: Joel Sahleen Date: Mon, 10 Aug 2026 21:38:30 -0600 Subject: [PATCH] fix(deps): document and publish @worldware/msg ^0.11.0 peer The peer/dev bump already landed on main via #9 as a chore commit, so semantic-release skipped npm. This fix commit triggers a patch release. Refs worldware-studios/msg-react#9 Co-authored-by: Cursor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e3203c..23d3fcc 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ React components for rendering messages from [`@worldware/msg`](https://www.npmj `@worldware/msg` is a **peer dependency** of `@worldware/msg-react` (and is marked external in the build). Install both packages in your app: ```bash -npm install @worldware/msg @worldware/msg-react +npm install @worldware/msg@^0.11.0 @worldware/msg-react ``` That keeps a single shared `@worldware/msg` instance and types in the dependency tree and avoids duplicate copies.