Skip to content

chore: bump version to 0.1.3#46

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

chore: bump version to 0.1.3#46
dastratakos merged 1 commit into
mainfrom
dastratakos/bump-version

Conversation

@dastratakos
Copy link
Copy Markdown
Contributor

@dastratakos dastratakos commented May 14, 2026

Summary

Bump the stagereview package version from 0.1.2 to 0.1.3.

Changes

  • Update version in packages/cli/package.json from 0.1.2 to 0.1.3

Testing

No testing needed — version string change only.


Open in Stage

@stage-review
Copy link
Copy Markdown

stage-review Bot commented May 14, 2026

Ready to review this PR? Stage has broken it down into 1 individual chapter for you:

Title
1 Bump stagereview package version to 0.1.3
Open in Stage

Chapters generated by Stage for commit 8b17c18 on May 14, 2026 3:52am UTC.

@dastratakos dastratakos marked this pull request as ready for review May 14, 2026 03:53
@dastratakos dastratakos merged commit ecd4c70 into main May 14, 2026
5 checks passed
@dastratakos dastratakos deleted the dastratakos/bump-version branch May 14, 2026 03:53
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 CLI package to 0.1.3. Feedback was provided regarding critical configuration issues, including a duplicate package name causing workspace collisions and the use of non-existent dependency versions for zod and @types/node that prevent successful installation.

Comment thread packages/cli/package.json
{
"name": "stagereview",
"version": "0.1.2",
"version": "0.1.3",
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

While bumping the version for this package, there are critical issues in the workspace configuration and package.json that should be addressed to ensure the project can be built and installed:

  1. Duplicate Package Name: Both the root package.json and packages/cli/package.json are named "stagereview". This causes a naming collision in the pnpm workspace, which prevents installation and workspace filtering. It is recommended to rename the root package (e.g., to "stagereview-monorepo").
  2. Invalid Dependency Versions: The versions for zod (^4.3.6) and @types/node (^25.6.0) do not exist on the public npm registry. These should be corrected to valid versions (e.g., ^3.23.8 and ^22.0.0) to allow successful installation.

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