Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This repository uses link:apps/docs/content/docs/changelog.mdx[Fumadocs-based ch

== Latest Updates

* **2026-08-25**: Fix Vercel `pnpm install --frozen-lockfile` failure (removed unused root dependency added without lockfile sync).
* **2026-08-18**: Experimental unified binary packs (Binary Tailor / polyglot CI) documented — not a registry-publish change.
* **2026-03-15**: Gitignore improvements (excluded .nitro, .solid, .vercel).
* **2026-03-12**: Vercel deployment and PNPM 10 migration.
Expand Down
7 changes: 7 additions & 0 deletions apps/docs/content/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ description: Notable changes to PackageHub

Notable changes to PackageHub.

## 2026-08-25 - Vercel lockfile fix

* **Root cause**: Commit `18295ec` added `@chenglou/pretext` to root `package.json` without updating `pnpm-lock.yaml`, so Vercel's frozen install failed with `ERR_PNPM_OUTDATED_LOCKFILE`.
* **Fix**: Removed the unused dependency; the package is not referenced anywhere in the repo.

---

## 2026-08-18 - Unified binaries (experimental)

* Documented a possible PackageHub future: one CI matrix, one packed binary download, [Binary Tailor](https://github.com/dev-centr/binary-tailor) on delivery. Registry OIDC publish is unchanged.
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,5 @@
},
"devDependencies": {
"create-fumadocs-app": "^16.0.72"
},
"dependencies": {
"@chenglou/pretext": "^0.0.4"
}
}