Skip to content

chore(release): bump to 0.1.1 for the first npm publish - #183

Merged
myselfsiddharth merged 1 commit into
mainfrom
chore/release-0.1.1
Aug 28, 2026
Merged

chore(release): bump to 0.1.1 for the first npm publish#183
myselfsiddharth merged 1 commit into
mainfrom
chore/release-0.1.1

Conversation

@myselfsiddharth

Copy link
Copy Markdown
Contributor

Summary

Version bump ahead of the first real npm publish. paragent is still unclaimed on the registry; this is the version that will take the name.

Why 0.1.1 and not 0.1.0. A stale v0.1.0 tag already exists on main, created 2026-08-09 and pointing at 90f66c6 — far behind current HEAD. It predates .github/workflows/release.yml (#174), so it never triggered a publish. Reclaiming 0.1.0 would mean force-retagging a tag that is already public. Spending a patch number is cheaper than rewriting public history, so 0.1.0 stays with that August snapshot and the first published version is 0.1.1.

package-lock.json root and packages[""] are bumped in the same commit so npm ci in the release workflow does not fail on a version mismatch. node_modules/yocto-queue@0.1.0 is deliberately untouched.

Test plan

  • package.json diff is the version line only — no reformatting (an earlier rewrite unescaped in description; reverted)
  • package-lock.json diff is root + packages[""] only
  • Both parse: require('./package.json').version0.1.1, lock root and packages[""]0.1.1
  • CI npm ci confirms lock/manifest agree
  • After merge, v0.1.1 matches package.json so the ci(release): fail when the tag and package.json version disagree #180 version guard passes

0.1.0 is not available as a release tag: a stale `v0.1.0` tag from
2026-08-09 already points at 90f66c6, far behind current main, and it
predates release.yml so it never published anything. Rewriting a pushed
tag on a public repo to reclaim the version is worse than spending a
patch number, so 0.1.0 stays with that August snapshot and the first
published version is 0.1.1.

package-lock.json root and packages[""] are bumped in step so `npm ci`
in the release workflow does not fail on a version mismatch.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@myselfsiddharth
myselfsiddharth requested a review from a team as a code owner August 28, 2026 03:15
@github-actions github-actions Bot added the size/XS <= 10 changed lines label Aug 28, 2026
@github-actions
github-actions Bot requested a review from OM152002 August 28, 2026 03:15
@github-actions github-actions Bot added area: tooling Touches tooling and removed size/XS <= 10 changed lines labels Aug 28, 2026
@myselfsiddharth
myselfsiddharth merged commit 2707a55 into main Aug 28, 2026
13 checks passed
@myselfsiddharth
myselfsiddharth deleted the chore/release-0.1.1 branch August 28, 2026 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: tooling Touches tooling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant