Skip to content

chore: bump version to 0.1.1#36

Merged
dastratakos merged 1 commit into
mainfrom
dastratakos/bump-npm-version
May 5, 2026
Merged

chore: bump version to 0.1.1#36
dastratakos merged 1 commit into
mainfrom
dastratakos/bump-npm-version

Conversation

@dastratakos
Copy link
Copy Markdown
Contributor

@dastratakos dastratakos commented May 5, 2026

Summary

Bump the stagereview npm package version from 0.1.0 to 0.1.1.

Changes

  • Updated packages/cli/package.json version field to 0.1.1

Testing

No functional changes — version bump only.


Open in Stage

@dastratakos dastratakos marked this pull request as ready for review May 5, 2026 06:12
@dastratakos dastratakos merged commit bb26c7c into main May 5, 2026
5 checks passed
@dastratakos dastratakos deleted the dastratakos/bump-npm-version branch May 5, 2026 06:12
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request updates the version of the stagereview package in packages/cli/package.json to 0.1.1. Feedback indicates critical issues regarding version inconsistency with the root package, a package name conflict that violates pnpm workspace rules, and the use of non-existent dependency versions which will lead to installation failures.

Comment thread packages/cli/package.json
{
"name": "stagereview",
"version": "0.1.0",
"version": "0.1.1",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

The version bump to 0.1.1 creates an inconsistency with the root package.json (0.1.0). Additionally, the package name stagereview conflicts with the root package name, which is prohibited in pnpm workspaces and will cause resolution errors. Note that several dependencies in this file (e.g., commander@^14, zod@^4, vitest@^4) refer to non-existent versions, which will cause installation failures.

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