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

fix: bump @roo-code/types metadata version to 1.111.0 after revert regression - #11588

Merged
hannesrudolph merged 1 commit into
mainfrom
fix/bump-types-metadata-version-1.112.0
Feb 18, 2026
Merged

fix: bump @roo-code/types metadata version to 1.111.0 after revert regression#11588
hannesrudolph merged 1 commit into
mainfrom
fix/bump-types-metadata-version-1.112.0

Conversation

@ghost

@ghostghost commented Feb 18, 2026

Copy link
Copy Markdown

The revert commit 6cfa82f rolled the repo back, causing packages/types/npm/package.metadata.json to regress from 1.111.0 to 1.106.0. The current latest published version on npm is 1.111.0, so the next publish from main would attempt to bump 1.106.0 -> 1.107.0, which already exists.

The publish script (publish-npm.cjs) reads the version from package.metadata.json, then auto-bumps via npm version minor before publishing. So the metadata file needs to reflect the last published version (1.111.0), and the script will correctly bump to 1.112.0 on the next publish.

Changes

  • packages/types/npm/package.metadata.json: "version": "1.106.0" -> "version": "1.111.0"

View task on Roo Code Cloud

@hannesrudolph
hannesrudolph marked this pull request as ready for review February 18, 2026 22:17
@dosubotdosubotBot added lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files. bug Something isn't working labels Feb 18, 2026
@ghost
ghost force-pushed the fix/bump-types-metadata-version-1.112.0 branch from 549542b to a6c0c9aCompareFebruary 18, 2026 22:25
@ghostghost changed the title fix: bump @roo-code/types metadata version to 1.112.0 after revert regressionfix: bump @roo-code/types metadata version to 1.111.0 after revert regressionFeb 18, 2026
jr
jr approved these changes Feb 18, 2026
@hannesrudolph
hannesrudolph merged commit d9b42f5 into mainFeb 18, 2026
9 checks passed
@hannesrudolph
hannesrudolph deleted the fix/bump-types-metadata-version-1.112.0 branch February 18, 2026 22:44
@ghostghost mentioned this pull request Feb 19, 2026
@github-actionsgithub-actionsBot mentioned this pull request Feb 19, 2026
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bugSomething isn't workinglgtmThis PR has been approved by a maintainersize:XSThis PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@jr@hannesrudolph@roomote