Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

fix: version#201

Merged
ryoppippi merged 1 commit into
mainfrom
fix-version
Nov 21, 2025
Merged

fix: version#201
ryoppippi merged 1 commit into
mainfrom
fix-version

Conversation

@ryoppippi

@ryoppippi ryoppippi commented Nov 21, 2025

Copy link
Copy Markdown
Contributor

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.

Copilot AI review requested due to automatic review settings November 21, 2025 17:45
@ryoppippi ryoppippi enabled auto-merge (squash) November 21, 2025 17:46

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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-connectors from 0.0.23 to 0.0.24
  • Version change for @stackone/mcp-test from 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",

Copilot AI Nov 21, 2025

Copy link

Choose a reason for hiding this comment

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

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",

Copilot uses AI. Check for mistakes.
@ryoppippi ryoppippi disabled auto-merge November 21, 2025 17:50
@ryoppippi ryoppippi merged commit 590a47d into main Nov 21, 2025
12 of 13 checks passed
@ryoppippi ryoppippi deleted the fix-version branch November 21, 2025 17:50
@github-actions github-actions Bot mentioned this pull request Nov 21, 2025
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>
@github-actions github-actions Bot mentioned this pull request Nov 21, 2025
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>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants