chore: decouple API package version from extension version - #1670
Merged
Conversation
- Reset api/package.json version to 1.0.0 - Reset api/package-lock.json version fields to 1.0.0 - Remove version-match CI job from pr-file-check.yml
Copilot
AI
changed the title
[WIP] Decouple API package version from extension package version
chore: decouple API package version from extension version
Jul 27, 2026
| python-version: '3.x' | ||
|
|
||
| - name: 'Compare package.json versions' | ||
| run: python scripts/compare_package_versions.py |
Contributor
There was a problem hiding this comment.
Does this file need to be removed as well?
Contributor
There was a problem hiding this comment.
Not the entire file but that section that verifies the extension and API versions match, since now they won't
edvilme
marked this pull request as ready for review
July 27, 2026 22:35
edvilme
approved these changes
Jul 27, 2026
StellaHuang95
approved these changes
Jul 27, 2026
eleanorjboyd
approved these changes
Jul 27, 2026
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.
The
version-matchCI job blocked release PRs (e.g. #1668) whenever the extension and API package versions diverged. These versions should be independent — the API package is separately published and versioned.Changes
api/package.json— Reset version1.37.0→1.0.0api/package-lock.json— Reset both root-level andpackages[""]version fields to match.github/workflows/pr-file-check.yml— Remove theversion-matchjob entirely; the check requiringapi/package.jsonto be bumped on public API changes (src/api.ts) is preserved