Skip to content

chore: release v2.1.0#39

Merged
carlos-alm merged 1 commit intomainfrom
release/v2.1.0
Feb 23, 2026
Merged

chore: release v2.1.0#39
carlos-alm merged 1 commit intomainfrom
release/v2.1.0

Conversation

@carlos-alm
Copy link
Contributor

Summary

Type of change

  • Bug fix (fix:)
  • New feature (feat:)
  • Breaking change (feat!: or fix!:)
  • Refactoring (refactor:)
  • Documentation (docs:)
  • Tests (test:)
  • Maintenance (chore:, ci:, build:)

Testing checklist

  • I ran npm test and all tests pass
  • I ran npm run lint with no errors
  • I added/updated tests for my changes (if applicable)

Breaking changes

N/A

Related issues

@carlos-alm carlos-alm merged commit 3c12b64 into main Feb 23, 2026
14 of 15 checks passed
@carlos-alm carlos-alm deleted the release/v2.1.0 branch February 23, 2026 03:57
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Feb 23, 2026

Greptile Summary

Release commit for v2.1.0 with version bumps across main package and all platform-specific native packages. Removes prepublishOnly test script from package.json (tests now run in CI workflow instead).

Key changes:

  • Bumped version from 2.0.0 to 2.1.0 in package.json and all platform-specific packages
  • Added new pkg/*/package.json manifests for platform-specific native binaries (darwin-arm64, darwin-x64, linux-x64, win32-x64)
  • Included prebuilt native binaries in both pkg/ and artifacts/ directories
  • Updated DEPENDENCIES.md with regenerated dependency tree (shows expected version mismatch for linux-x64 package since it was generated before npm publish)
  • Removed prepublishOnly script that ran tests before publishing

Confidence Score: 5/5

  • Safe to merge - standard release commit with version bumps and build artifacts
  • This is a routine release commit that bumps versions across the package ecosystem and includes prebuilt native binaries. The changes are mechanical and follow the project's standard release process. The DEPENDENCIES.md version mismatch is expected and benign (file generated before packages published to npm). No functional code changes.
  • No files require special attention

Important Files Changed

Filename Overview
package.json Version bumped to 2.1.0, native package versions synced, prepublishOnly script removed, dev dependencies reordered
DEPENDENCIES.md Auto-generated dependency tree updated, shows version mismatch for @optave/codegraph-linux-x64-gnu@2.0.0 (expected 2.1.0)
pkg/darwin-arm64/package.json New platform-specific package manifest for darwin-arm64 at version 2.1.0
pkg/darwin-x64/package.json New platform-specific package manifest for darwin-x64 at version 2.1.0
pkg/linux-x64/package.json New platform-specific package manifest for linux-x64 at version 2.1.0
pkg/win32-x64/package.json New platform-specific package manifest for win32-x64 at version 2.1.0

Last reviewed commit: 5c30965

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.

15 files reviewed, 1 comment

Edit Code Review Agent Settings | Greptile

├── UNMET OPTIONAL DEPENDENCY @optave/codegraph-win32-x64-msvc@2.0.0
├── UNMET OPTIONAL DEPENDENCY @optave/codegraph-darwin-arm64@2.1.0
├── UNMET OPTIONAL DEPENDENCY @optave/codegraph-darwin-x64@2.1.0
├── @optave/codegraph-linux-x64-gnu@2.0.0 invalid: "2.1.0" from the root project
Copy link
Contributor

Choose a reason for hiding this comment

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

shows @optave/codegraph-linux-x64-gnu@2.0.0 but 2.1.0 expected - dependency tree generated before native packages published

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