Skip to content

chore: release 1.0.7 REQ-6294 - #31

Merged
souhaibparcellab merged 1 commit into
mainfrom
chore/REQ-6294-release-1.0.7
Jul 30, 2026
Merged

chore: release 1.0.7 REQ-6294#31
souhaibparcellab merged 1 commit into
mainfrom
chore/REQ-6294-release-1.0.7

Conversation

@souhaibparcellab

Copy link
Copy Markdown
Contributor

Related Ticket

https://parcellab.atlassian.net/browse/REQ-6294

Follow-up to #28.

Why

#28 is merged but cannot be published. package.json still says 1.0.6, and 1.0.6 is already on npm — npm publish rejects republishing an existing version. So the REQ-6294 fix is currently sitting on main and 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, versions 0.0.11.0.6). GitHub Packages holds only a single mirrored 1.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 passing
  • npm pack --dry-run on 1.0.7 ships exactly the intended files: v3/, v5/, README, package.json. No src/, no tests. 7.3 kB packed.

After merge

git checkout main && git pull
npm ci && npm test && npm run build
npm login                 # LastPass
npm publish --access public
npm view @parcellab/js-plugin-utils version   # expect 1.0.7

Publishing needs write access to the @parcellab npm scope — current maintainers are andruschka and jkrenge, so check access before starting.

No source or artifact changes here; the loader fix itself was reviewed in #28.

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.
@souhaibparcellab
souhaibparcellab requested a review from a team as a code owner July 30, 2026 09:58
@cursor

cursor Bot commented Jul 30, 2026

Copy link
Copy Markdown

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.

@souhaibparcellab
souhaibparcellab merged commit 8ca9557 into main Jul 30, 2026
1 check passed
@souhaibparcellab
souhaibparcellab deleted the chore/REQ-6294-release-1.0.7 branch July 30, 2026 10:42
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.

2 participants