Commit d798787
authored
chore: sync ui package.json version to latest published tag (#181)
`package.json` was at `0.3.0` but the latest published npm release is
`v0.3.3`. The old release flow tagged `v0.3.1`–`v0.3.3` without updating
`package.json`, leaving it out of sync.
The new `bump-npm-version` workflow derives the next version from
`package.json`, so without this fix it would try to bump to `v0.3.1` — a
tag that already exists.
This brings `package.json` in line with the latest tag so the next
`workflow_dispatch` bump produces a correct new version.1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments