chore(main): release 1.2.0#6
Conversation
f7e754b to
56876f1
Compare
Mesa DescriptionTL;DRRelease version 1.2.0 with new browser-only AI SDK client and bug fixes for documentation site. What changed?
Description generated by Mesa. Update settings |
There was a problem hiding this comment.
Performed full review of b0b9978...56876f1
Analysis
-
Misaligned Versioning Strategy: The root package version (v1.1.1) differs significantly from published workspace packages (v0.1.x), creating confusion about what versions mean and serving no functional purpose as the root isn't published.
-
Improper Monorepo Configuration: Release-please lacks proper monorepo configuration (missing manifest files), causing it to only track the root package while workspace packages are versioned manually with no coordination.
-
Documentation Changes Triggering Unnecessary Version Bumps: This PR bumps version for docs-only changes, creating misleading version numbers that suggest code/API changes when none exist.
-
Release Workflow Inconsistency: The release workflow publishes packages that weren't version-bumped by release-please, leading to version drift between root (1.1.x) and published packages (0.1.x).
-
Missing Private Flag: Root package.json isn't marked as private despite never being published to npm, creating ambiguity about its purpose in the versioning system.
Tip
Help
Slash Commands:
/review- Request a full code review/review latest- Review only changes since the last review/describe- Generate PR description. This will update the PR body or issue comment depending on your configuration/help- Get help with Mesa commands and configuration options
2 files reviewed | 1 comments | Edit Agent Settings • Read Docs
|
|
||
| ### Bug Fixes | ||
|
|
||
| * Prevent Prism auto-highlighting conflicts in Features section, enhance FAQ hash-based scrolling to react to URL changes, and correct a typo. ([a2a9ce4](https://github.com/buremba/1mcp/commit/a2a9ce48928a96c9e14f3c62692519decd394dd0)) |
There was a problem hiding this comment.
The changelog describes documentation-specific changes ("Prism auto-highlighting conflicts in Features section, enhance FAQ hash-based scrolling"), which only affect the docs/ directory that is marked as private: true. These changes shouldn't trigger a version bump on the root package that users might reference.
Consider separating documentation changes from release versioning, or implementing a conventional commit prefix like docs: that release-please can be configured to ignore for version bumps.
Prompt for Agent
Task: Address review feedback left on GitHub.
Repository: buremba/1mcp#6
File: CHANGELOG.md#L8
Action: Open this file location in your editor, inspect the highlighted code, and resolve the issue described below.
Feedback:
The changelog describes documentation-specific changes ("Prism auto-highlighting conflicts in Features section, enhance FAQ hash-based scrolling"), which only affect the `docs/` directory that is marked as `private: true`. These changes shouldn't trigger a version bump on the root package that users might reference.
Consider separating documentation changes from release versioning, or implementing a conventional commit prefix like `docs:` that release-please can be configured to ignore for version bumps.
56876f1 to
b1bb50a
Compare
b1bb50a to
27f9d89
Compare
27f9d89 to
191891a
Compare
Mesa DescriptionTL;DRRelease version 1.2.0 with new AI SDK browser client, mcpsandbox package addition, improved bash runtime options, and bug fixes for documentation site. What changed?
Description generated by Mesa. Update settings |
191891a to
30c8756
Compare
Mesa DescriptionTL;DRRelease version 1.2.0 with new browser-only AI SDK client, mcpsandbox package addition to monorepo, exposed bash runtime options, and bug fixes for documentation site. What changed?
Description generated by Mesa. Update settings |
30c8756 to
0d35065
Compare
Mesa DescriptionTL;DRRelease v1.2.0 with new browser-only AI SDK client, mcpsandbox package addition, runtime options exposure, and documentation fixes. What changed?
Description generated by Mesa. Update settings |
🤖 I have created a release beep boop
1.2.0 (2026-04-15)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.