Skip to content

chore: bump version to 0.3.0 for release - #82

Merged
Alan Jowett (Alan-Jowett) merged 1 commit into
microsoft:mainfrom
Alan-Jowett:chore/bump-v0.3.0
Mar 26, 2026
Merged

chore: bump version to 0.3.0 for release#82
Alan Jowett (Alan-Jowett) merged 1 commit into
microsoft:mainfrom
Alan-Jowett:chore/bump-v0.3.0

Conversation

@Alan-Jowett

Copy link
Copy Markdown
Member

Version bump for v0.3.0 release. Updates manifest.yaml and cli/package.json.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 26, 2026 16:49
@Alan-Jowett
Alan Jowett (Alan-Jowett) merged commit e5cde0d into microsoft:main Mar 26, 2026
4 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Bumps PromptKit’s release version to v0.3.0, updating the repository manifest and the CLI package metadata to reflect the new release.

Changes:

  • Update manifest.yaml version from 0.2.0 → 0.3.0.
  • Update cli/package.json version from 0.2.0 → 0.3.0.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
manifest.yaml Updates library manifest version to 0.3.0 for the release.
cli/package.json Updates the CLI npm package version to 0.3.0 for publishing.
Comment thread cli/package.json
{
"name": "@alan-jowett/promptkit",
"version": "0.2.0",
"version": "0.3.0",

Copilot AI Mar 26, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cli/package.json is bumped to 0.3.0, but cli/package-lock.json still records version 0.2.0 (both the top-level and packages[""]). This leaves the repo in an inconsistent state and can confuse tooling that expects lockfile metadata to match the package version. Regenerate/update the lockfile so it reflects 0.3.0 as well.

Suggested change
"version": "0.3.0",
"version": "0.2.0",
Copilot uses AI. Check for mistakes.
@Alan-Jowett
Alan Jowett (Alan-Jowett) deleted the chore/bump-v0.3.0 branch March 26, 2026 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants