Commit 099a4f7
chore(release): cut ui-kit v0.2.0 (#5710)
* chore(release): cut ui-kit v0.2.0
* chore(release): sync package-lock.json
* fix: widen ui-kit caret range past 0.1.x ceiling, regenerate lockfile
Two independent bugs blocked this PR's own `npm ci`:
1. package-lock.json's own "packages/gittensory-ui-kit" entry was
never updated past 0.1.0 (this branch only carries ui-kit's own
version 0.1.0->0.2.0 bump in package.json/CHANGELOG, no lockfile
sync commit landed) -- `npm ci` fails EUSAGE on the mismatch.
2. apps/gittensory-ui and apps/gittensory-miner-ui both declare
"@loopover/ui-kit": "^0.1.0". Per semver, a caret range on a 0.x
package means >=0.1.0 <0.2.0 -- it does NOT admit 0.2.0. Neither
app is a release-please-managed package (release-please-config.json
only lists the 4 packages/* components), so the node-workspace
plugin never widens their ranges when ui-kit cuts a release. This
is the same caret-ceiling bug class #4974 already fixed for
engine's consumers, recurring here for ui-kit's.
ui-kit 0.2.0 is a pure feature addition (no breaking changes per its
own changelog), so widening both apps' range to >=0.1.0 <1.0.0 (safe
for any future 0.x bump, not just this one) and regenerating the
lockfile is a correct, low-risk fix -- unlike the engine-major-bump
case, there's no breaking-change exposure to defer here.
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: JSONbored <49853598+JSONbored@users.noreply.github.com>1 parent 5f187c2 commit 099a4f7
6 files changed
Lines changed: 15 additions & 7 deletions
File tree
- apps
- gittensory-miner-ui
- gittensory-ui
- packages/gittensory-ui-kit
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
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 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 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