Commit 4ff432c
authored
chore: decouple API package version from extension version (#1670)
The `version-match` CI 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 version `1.37.0` → `1.0.0`
- **`api/package-lock.json`** — Reset both root-level and `packages[""]`
version fields to match
- **`.github/workflows/pr-file-check.yml`** — Remove the `version-match`
job entirely; the check requiring `api/package.json` to be bumped on
public API changes (`src/api.ts`) is preserved
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>1 parent 01e16dd commit 4ff432c
3 files changed
Lines changed: 3 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments