fix: PIE-674, PIE-662, PIE-705, PIE-674, PIE-963#2269
Merged
Conversation
Adds a workflow_dispatch `publish-missing` job plus a `scripts/release --publish` flag that runs `lerna publish from-package`, publishing only versions missing from the registry (skipping already-published ones) without re-running `lerna version`. Enables recovering from a partial release failure such as a transient npm provenance/transparency-log error. Co-authored-by: Cursor <cursoragent@cursor.com>
The publish-missing job checks out the target ref (e.g. master) whose scripts/release may predate the --publish flag, causing it to fall through to the full release path and fail on the tag-push step. Invoke `lerna publish from-package` directly from the workflow instead, so the publish step is independent of the checked-out script and never pushes tags. Co-authored-by: Cursor <cursoragent@cursor.com>
…n Choice component PIE-693
…or accurate width calculation PIE-674
fix: when requestClose is called, latest node version is used [PIE-705]
fix: explicitly set SVG icon size to 24x24 in StyledMenuBarRoot
fix(mask-markup/choice): add fallback dimensions for dragging state i…
…t inherits the editor's actual font and font-size (document.body would use the wrong font and yield inaccurate widths) PIE-674
fix(editable-html): append character limit element to document body f…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.