From b3097f4f8b305d4ccdd97b2e13ca1e472ec2c7af Mon Sep 17 00:00:00 2001 From: Joel Sahleen Date: Sat, 15 Aug 2026 20:52:30 -0600 Subject: [PATCH] fix(deps): document and publish @worldware/msg ^0.12.0 peer The peer/dev bump already landed on main via #14 as implement:, so semantic-release skipped npm. This fix commit triggers a patch release. Refs worldware-studios/msg-react#14 Co-authored-by: Cursor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5c82d3..bec2d47 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ React components for rendering messages from [`@worldware/msg`](https://www.npmj npm install @worldware/msg@^0.12.0 @worldware/msg-react ``` -That keeps a single shared `@worldware/msg` instance and types in the dependency tree and avoids duplicate copies. +That keeps a single shared `@worldware/msg` instance and types in the dependency tree and avoids duplicate copies. On 0.x, caret ranges do not include the next minor, so install a `@worldware/msg` release that satisfies this package's peer (`^0.12.0`). ## Components