Skip to content

fix: PIE-674, PIE-662, PIE-705, PIE-674, PIE-963#2269

Merged
CarlaCostea merged 11 commits into
masterfrom
develop
Jun 19, 2026
Merged

fix: PIE-674, PIE-662, PIE-705, PIE-674, PIE-963#2269
CarlaCostea merged 11 commits into
masterfrom
develop

Conversation

@CarlaCostea

Copy link
Copy Markdown
Contributor

No description provided.

CarlaCostea and others added 11 commits June 17, 2026 09:38
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>
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…
@CarlaCostea CarlaCostea merged commit e78123a into master Jun 19, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants