As pointed out in this review comment, it's easy to forget to write change entries for version bumps between packages in this monorepo because they don't appear in the release PR diff.
We should find a way to make this more clear for contributors. e.g. we could stop using the workspace: protocol and synchronize versions with Yarn constraints (like we do in core), or we could automate the change entry so that we don't need to remember it.