Skip to content

chore(release): prep 0.0.1 - #33

Merged
mayeedwin merged 2 commits into
mainfrom
chore/release-0-0-1
Jul 31, 2026
Merged

chore(release): prep 0.0.1#33
mayeedwin merged 2 commits into
mainfrom
chore/release-0-0-1

Conversation

@mayeedwin

@mayeedwin mayeedwin commented Jul 31, 2026

Copy link
Copy Markdown
Owner

Summary

Promotes the release-candidate line to the first stable version.

  • All package.json versions bumped 0.0.1-rc.13 → 0.0.1 via ./scripts/bump-version.sh 0.0.1.
  • Pinned @conversed/core cross-deps in @conversed/react and @conversed/angular updated to 0.0.1.
  • pnpm-lock.yaml refreshed via pnpm install --lockfile-only.

What lands after tag

Once merged, tag and push:

git checkout main && git pull
git tag v0.0.1
git push origin v0.0.1

The release workflow publishes all three packages with the latest dist-tag (auto-derived from the plain version). pnpm add @conversed/core will finally resolve to a current build — today it still gets 0.0.1-rc.5.

Note on version choice

docs/releasing.md currently suggests 0.1.0 as the first stable. Going with 0.0.1 because that is what was asked, and it is what the whole rc line has been rehearsing. If you want to switch to 0.1.0 instead, close this PR and I will cut a new one — either works. Docs update to reflect the actual first-stable version can come as a follow-up once we know which one lands.

Test plan

  • Verify all four package.json files report 0.0.1.
  • CI green.
  • After merge, dry-run the release workflow from main (Actions → Release → Run workflow, dry_run: true) before tagging for real.
  • Tag v0.0.1, push, watch the workflow publish and cut the GitHub Release.

First stable — promotes the rc line to 0.0.1 (no prerelease suffix),
which the release workflow will publish under the npm `latest`
dist-tag. Consumers doing plain `pnpm add @conversed/core` will finally
get a current build instead of rc.5.

- All four package.json versions bumped in lockstep via
  scripts/bump-version.sh.
- Pinned @conversed/core cross-deps in react/angular updated to 0.0.1.
- pnpm-lock.yaml refreshed.

Tag `v0.0.1` on main after this merges to fire the release workflow.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@gemini-code-assist

Copy link
Copy Markdown

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

Update the Version scheme section to reflect the decision to promote
the rc line to a plain 0.0.1 (rather than the previously-suggested
0.1.0). Notes why the promotion works semver-wise and what the next
release numbers look like.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@mayeedwin mayeedwin self-assigned this Jul 31, 2026
@mayeedwin
mayeedwin merged commit 21461b5 into main Jul 31, 2026
1 check passed
@mayeedwin
mayeedwin deleted the chore/release-0-0-1 branch August 1, 2026 18:13
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.

1 participant