chore: release 1.0.7 REQ-6294 - #31
Merged
Merged
Conversation
Bump 1.0.6 -> 1.0.7 so the REQ-6294 loader fix can be published. npm rejects republishing an existing version, so #28 is unreleasable as-is. Also corrects the release note added in #28: the React and Vue entry points are published to public npm, not GitHub Packages. Replaces it with the actual publish steps, including the version bump that the internal runbook omits.
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
ghazikr
approved these changes
Jul 30, 2026
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.
Related Ticket
https://parcellab.atlassian.net/browse/REQ-6294
Follow-up to #28.
Why
#28 is merged but cannot be published.
package.jsonstill says1.0.6, and1.0.6is already on npm —npm publishrejects republishing an existing version. So the REQ-6294 fix is currently sitting onmainand reaching nobody.This bumps to
1.0.7.Also fixes a mistake in #28
The release note I added to the README in #28 said the React/Vue entry points publish to GitHub Packages. That is wrong — they publish to public npm (
@parcellab/js-plugin-utils, versions0.0.1…1.0.6). GitHub Packages holds only a single mirrored1.0.6, which is what misled me.Replaced with the actual publish sequence, including the version bump — a step the internal FE release runbook currently omits, which is the trap this PR exists to clear.
Verification
npm test— 44 passingnpm pack --dry-runon1.0.7ships exactly the intended files:v3/,v5/, README, package.json. Nosrc/, no tests. 7.3 kB packed.After merge
Publishing needs write access to the
@parcellabnpm scope — current maintainers areandruschkaandjkrenge, so check access before starting.No source or artifact changes here; the loader fix itself was reviewed in #28.