chore(release): bump core@1.5.2 sdk@1.5.2 validator@1.0.8#95
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR performs a Changesets-driven patch release across the monorepo, updating published package versions and their generated changelogs, and removing the consumed changeset files after release.
Changes:
- Bump package versions:
@focus-mcp/core→ 1.5.2,@focus-mcp/sdk→ 1.5.2,@focus-mcp/validator→ 1.0.8. - Update package changelogs with the new release entries (including dependency bump notes to core@1.5.2).
- Remove consumed
.changeset/*entries as part of the release process.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/validator/package.json | Bumps validator package version to 1.0.8. |
| packages/validator/CHANGELOG.md | Adds 1.0.8 release notes and dependency update entry. |
| packages/sdk/package.json | Bumps sdk package version to 1.5.2. |
| packages/sdk/CHANGELOG.md | Adds 1.5.2 release notes with dependency update entry. |
| packages/core/package.json | Bumps core package version to 1.5.2. |
| packages/core/CHANGELOG.md | Adds 1.5.2 release notes. |
| .changeset/release-core-1.5.1.md | Removes consumed changeset after release. |
| .changeset/fix-stable-publish-npm-upgrade.md | Removes consumed changeset after release. |
| .changeset/fix-dev-publish-npm-upgrade.md | Removes consumed changeset after release. |
| .changeset/fix-back-merge-method.md | Removes consumed changeset after release. |
| .changeset/feat-preflight-release.md | Removes consumed changeset after release. |
| .changeset/check-changeset-workflow.md | Removes consumed changeset after release. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Version bump patch via changeset.
@focus-mcp/core1.5.1 → 1.5.2@focus-mcp/sdk1.5.1 → 1.5.2@focus-mcp/validator1.0.7 → 1.0.8Changesets consommés : runtime-agnostic guard (PR #94), CI fixes (PR #91, #87, #81, #74).
Test plan