Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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.

"description": "Chapter-style code review against your local git branch.",
"keywords": [
"code-review",
Expand Down
Loading