-
-
Notifications
You must be signed in to change notification settings - Fork 8
chore: bump to v2.1.1 #77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Version files synced to 2.1.1 from CHANGELOG.md |
Greptile SummaryThis PR attempts to bump the version to v2.1.1 but only updates the CHANGELOG.md header. The version bump is incomplete. Key Issues:
Required Changes:
Confidence Score: 1/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant CH as CHANGELOG.md
participant PKG as package.json
participant PLG as plugin.json
participant Pub as Package Registry
Dev->>CH: Update version 2.1.0 → 2.1.1
Note over PKG,PLG: ❌ Not updated (still 2.1.0)
Dev->>Pub: Attempt to publish v2.1.1
Note over Pub: ⚠️ Version mismatch detected
PKG--xPub: package.json says 2.1.0
PLG--xPub: plugin.json says 2.1.0
CH-->>Pub: CHANGELOG says 2.1.1
Note over Dev,Pub: Inconsistent versioning causes<br/>confusion and build failures
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 file reviewed, 1 comment
| All notable changes to Claude Matrix are documented here. | ||
|
|
||
| ## [2.1.0] - 2025-01-17 | ||
| ## [2.1.1] - 2025-01-17 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logic: Incomplete version bump - package.json (line 3) and .claude-plugin/plugin.json (line 4) still show version 2.1.0
Prompt To Fix With AI
This is a comment left during a code review.
Path: CHANGELOG.md
Line: 5:5
Comment:
**logic:** Incomplete version bump - `package.json` (line 3) and `.claude-plugin/plugin.json` (line 4) still show version `2.1.0`
How can I resolve this? If you propose a fix, please make it concise.
Bump version to v2.1.1 for release