From 3bd332113765910bb9e3037116027be14109c955 Mon Sep 17 00:00:00 2001 From: miles-kt-inkeep <135626743+miles-kt-inkeep@users.noreply.github.com> Date: Wed, 17 Jun 2026 17:42:25 -0400 Subject: [PATCH] feat(open-knowledge): publish-to-GitHub owner radio with org default (#1932) * feat(open-knowledge): publish-to-GitHub owner radio with org default Render the Publish to GitHub owner picker as a radio list instead of a dropdown, and pre-select the first organization the user can publish into, falling back to the personal account when there is no org. * chore(open-knowledge): target published CLI package in changeset Address review: user-facing app UI features target the published @inkeep/open-knowledge package (not the private app package) so the change surfaces in the consumer-visible changelog. Fixed group bumps all packages in lockstep regardless. * fix(open-knowledge): label publish radios via aria-labelledby Address review: the Owner and Visibility group labels were orphaned