Skip to content

Comments

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

Merged
hannesrudolph merged 1 commit intomainfrom
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 intomainfrom
fix/bump-types-metadata-version-1.112.0

Conversation

@roomote
Copy link
Contributor

@roomote roomote bot commented Feb 18, 2026

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
@dosubot dosubot bot 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
@roomote roomote bot force-pushed the fix/bump-types-metadata-version-1.112.0 branch from 549542b to a6c0c9a Compare February 18, 2026 22:25
@roomote roomote bot changed the title fix: bump @roo-code/types metadata version to 1.112.0 after revert regression fix: bump @roo-code/types metadata version to 1.111.0 after revert regression Feb 18, 2026
@hannesrudolph hannesrudolph merged commit d9b42f5 into main Feb 18, 2026
9 checks passed
@hannesrudolph hannesrudolph deleted the fix/bump-types-metadata-version-1.112.0 branch February 18, 2026 22:44
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Feb 18, 2026
@roomote roomote bot mentioned this pull request Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working lgtm This PR has been approved by a maintainer size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants