Skip to content

Commit 9c190b9

Browse files
Merge pull request #35 from dportillo-ixs/changeset-release/canary
2 parents c0c1400 + 60072de commit 9c190b9

File tree

8 files changed

+33
-17
lines changed

8 files changed

+33
-17
lines changed

.changeset/fix-template-workspace-transformation.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

apps/examples/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @htmldocs/examples
22

3+
## 0.0.46
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6636a6b]
8+
9+
310
## 0.0.45
411

512
### Patch Changes

apps/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "htmldocs-v2-examples",
3-
"version": "0.0.45",
3+
"version": "0.0.46",
44
"private": true,
55
"scripts": {
66
"lint": "eslint . --max-warnings 0",

packages/htmldocs/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# htmldocs
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- 6636a6b: Fix starter template to use workspace protocol and proper version transformation
8+
9+
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.
10+
11+
**Changes:**
12+
13+
- Template dependencies now use `workspace:*` instead of hardcoded versions
14+
- init.ts properly converts `workspace:*` to `^VERSION` during project initialization
15+
- Regenerated pnpm-lock.yaml to match package.json
16+
317
## 0.4.0
418

519
### Minor Changes

packages/htmldocs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"report-generator",
2828
"contract-generator"
2929
],
30-
"version": "0.4.0",
30+
"version": "0.4.1",
3131
"homepage": "https://htmldocs.com",
3232
"repository": {
3333
"type": "git",

packages/htmldocs/public/template/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# htmldocs-starter
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [6636a6b]
8+
9+
310
## 0.4.0
411

512
### Patch Changes

packages/htmldocs/public/template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "htmldocs-starter",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"private": true,
55
"scripts": {
66
"lint": "eslint . --max-warnings 0",
@@ -12,7 +12,7 @@
1212
"htmldocs-v2-render": "workspace:0.4.0",
1313
"@react-email/components": "0.0.18",
1414
"clsx": "^2.1.1",
15-
"htmldocs-v2": "workspace:0.4.0",
15+
"htmldocs-v2": "workspace:0.4.1",
1616
"markdown-it": "^14.1.0",
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)