chore(workflow): support nextVersion for dev version base

- Add optional `nextVersion` field in package.json to override the
  auto-incremented patch version used for dev builds
- In prod mode, automatically remove `nextVersion` field after release
- Fix packages tsconfig.json: switch to `module/moduleResolution: nodenext`,
  remove unsupported `baseUrl` and `jsx` options

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Cell
2026-05-28 14:48:26 +08:00
parent 5b43c2b6a3
commit a7cf34367d
7 changed files with 25 additions and 17 deletions
+1
View File
@@ -2,6 +2,7 @@
"name": "@hugo-fixit/core",
"type": "module",
"version": "0.4.5",
"nextVersion": "1.0.0",
"private": true,
"packageManager": "pnpm@11.1.0",
"description": "Hugo FixIt core theme component source files",