Commit 617aaf6
docs: replace fictional ^1.0.0 peer ranges + drop changeset reference
Four mechanical drift fixes closing deferred item
`fs-packages-docs-peer-range-and-changeset-drift-cleanup`:
- docs/packages/adapter-store.md:9 — peer line now matches
packages/adapter-store/package.json#peerDependencies verbatim
(vue ^3.5.33; fs-http ^0.1.0 || ^0.2.0 || ^0.3.0;
fs-storage / fs-loading / fs-helpers ^0.1.0).
- docs/packages/loading.md:9 — peer line now matches
packages/loading/package.json#peerDependencies verbatim
(vue ^3.5.33; fs-http ^0.1.0 || ^0.2.0 || ^0.3.0).
- docs/architecture.md:84 — fs-loading peer-deps code block now
matches packages/loading/package.json source-of-truth.
- CONTRIBUTING.md:17 — drop `npx changeset` quick-reference (no
changeset bot exists; release path is `**/package.json` push to
main triggering OIDC Trusted Publishing) per the post-PR-#73
Publishing wording in docs/contributing.md.
Path (b) of the deferred entry — the fast tactical fix. Path (a)
(Armorer Level-1/2 enforcement gate) remains queued.
Verification: format:check / lint / typecheck / docs:build all pass
locally; rendered HTML at docs/.vitepress/dist/packages/{adapter-store,
loading}.html and docs/.vitepress/dist/architecture.html shows the
new peer-range strings with backticks rendered correctly.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9c35d8b commit 617aaf6
4 files changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments