Skip to content

Conversation

@ojowwalker77
Copy link
Owner

Bump version to v2.1.1 for release

@github-actions
Copy link
Contributor

Version files synced to 2.1.1 from CHANGELOG.md

@ojowwalker77 ojowwalker77 merged commit c562790 into main Jan 17, 2026
1 check passed
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Jan 17, 2026

Greptile Summary

This PR attempts to bump the version to v2.1.1 but only updates the CHANGELOG.md header. The version bump is incomplete.

Key Issues:

  • Only CHANGELOG.md version header changed from 2.1.0 to 2.1.1
  • package.json version field still at 2.1.0 (line 3)
  • .claude-plugin/plugin.json version field still at 2.1.0 (line 4)
  • This creates version inconsistency across the project

Required Changes:

  • Update package.json version to 2.1.1
  • Update .claude-plugin/plugin.json version to 2.1.1
  • Consider also adding a new entry in CHANGELOG for what changed in v2.1.1 (likely the merge conflict fix from PR fix: remove stray merge conflict marker #76), and moving the Dreamer features to v2.1.0 if they were already released

Confidence Score: 1/5

  • This PR is incomplete and will cause version inconsistencies across the project
  • Only CHANGELOG.md was updated to v2.1.1, but package.json and plugin.json remain at v2.1.0. This creates inconsistent versioning that could cause issues with package publishing, plugin distribution, and version checks
  • package.json and .claude-plugin/plugin.json need to be updated to v2.1.1

Important Files Changed

Filename Overview
CHANGELOG.md Version header changed to 2.1.1, but package.json and plugin.json still at 2.1.0 - incomplete version bump

Sequence Diagram

sequenceDiagram
    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
Loading

Copy link
Contributor

@greptile-apps greptile-apps bot left a 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

Edit Code Review Agent Settings | Greptile

All notable changes to Claude Matrix are documented here.

## [2.1.0] - 2025-01-17
## [2.1.1] - 2025-01-17
Copy link
Contributor

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.

@ojowwalker77 ojowwalker77 deleted the bump-v2.1.1 branch January 17, 2026 18:31
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.

2 participants