This repository was archived by the owner on May 22, 2026. It is now read-only.
fix: version#201
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR attempts to fix version numbers across two packages in the monorepo. However, there is a critical issue with one of the version changes.
- Version bump for
@stackone/mcp-connectorsfrom 0.0.23 to 0.0.24 - Version change for
@stackone/mcp-testfrom 0.0.9 to 0.0.8 (incorrect decrement) - Formatting normalization (indentation changes) in mcp-connectors package.json
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| packages/mcp-connectors/package.json | Bumps version from 0.0.23 to 0.0.24 and normalizes indentation from mixed tabs/spaces to consistent spaces |
| apps/mcp-test/package.json | Incorrectly decrements version from 0.0.9 to 0.0.8, violating semantic versioning principles |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| { | ||
| "name": "@stackone/mcp-test", | ||
| "version": "0.0.9", | ||
| "version": "0.0.8", |
There was a problem hiding this comment.
The version is being decremented from 0.0.9 to 0.0.8, which violates semantic versioning principles. According to .release-please-manifest.json, the current version is 0.0.9. Version numbers should only increment, never decrement. This should likely be 0.0.10 instead.
Suggested change
| "version": "0.0.8", | |
| "version": "0.0.10", |
Merged
glebedel
pushed a commit
that referenced
this pull request
Nov 21, 2025
🤖 I have created a release *beep* *boop* --- <details><summary>mcp-connectors: 0.0.24</summary> ## [0.0.24](mcp-connectors-v0.0.23...mcp-connectors-v0.0.24) (2025-11-21) ### Features * add pnpm workspace catalog for centralised dependency management ([#196](#196)) ([c46601a](c46601a)) * add Zod credentials schemas to all connector metadata ([#188](#188)) ([741cea9](741cea9)) ### Bug Fixes * build ([d677c4e](d677c4e)) * version ([#201](#201)) ([590a47d](590a47d)) ### Reverts * to 994240f ([#197](#197)) ([2d6208f](2d6208f)) </details> <details><summary>mcp-test: 0.0.10</summary> ## [0.0.10](mcp-test-v0.0.9...mcp-test-v0.0.10) (2025-11-21) ### Bug Fixes * version ([#201](#201)) ([590a47d](590a47d)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Merged
ryoppippi
pushed a commit
that referenced
this pull request
Nov 21, 2025
🤖 I have created a release *beep* *boop* --- <details><summary>mcp-connectors: 0.0.25</summary> ## [0.0.25](mcp-connectors-v0.0.24...mcp-connectors-v0.0.25) (2025-11-21) ### Bug Fixes * version ([#201](#201)) ([590a47d](590a47d)) ### Reverts * to 994240f ([#197](#197)) ([2d6208f](2d6208f)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Release @stackone/mcp-connectors 0.0.25 with a version bump and changelog updates. Includes a revert and a version fix; no functional code changes. <sup>Written for commit 8becf96. Summary will update automatically on new commits.</sup> <!-- End of auto-generated description by cubic. --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 by cubic
Align package versions to fix the publish flow: bump @stackone/mcp-connectors to 0.0.24 and revert @stackone/mcp-test to 0.0.8.
Written for commit 417ae57. Summary will update automatically on new commits.