Skip to content

Commit c0c1400

Browse files
Merge pull request #34 from dportillo-ixs/copilot/create-changeset-for-version-bump
2 parents d24f92d + 6636a6b commit c0c1400

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
"htmldocs-v2": patch
3+
---
4+
5+
Fix starter template to use workspace protocol and proper version transformation
6+
7+
The `init` command now correctly transforms `workspace:*` dependencies to proper semver ranges (e.g., `^0.4.1`) when users run `pnpx htmldocs-v2@latest init`. This fixes the issue where users would get hardcoded versions that don't exist on npm.
8+
9+
**Changes:**
10+
- Template dependencies now use `workspace:*` instead of hardcoded versions
11+
- init.ts properly converts `workspace:*` to `^VERSION` during project initialization
12+
- Regenerated pnpm-lock.yaml to match package.json

0 commit comments

Comments
 (0)