@iyulab/canopy-page 0.11.1 → 0.11.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,17 @@ Notable changes to canopy-page. The format follows
|
|
|
7
7
|
The `settings.json` contract is what consuming projects plan their upgrades around, so changes
|
|
8
8
|
to it — its fields, its validation, and what the checks reject — are what this file is about.
|
|
9
9
|
|
|
10
|
+
## [0.11.2] — 2026-08-18
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **Upgraded to canopy 0.11.2** — `**` emphasis now closes correctly when a CJK character
|
|
15
|
+
follows it with no space (a Chinese, Japanese, or Korean particle or full-width punctuation
|
|
16
|
+
mark sitting flush against the closing marker), instead of surviving into the rendered page as
|
|
17
|
+
literal asterisks. See
|
|
18
|
+
[canopy's own changelog](https://github.com/iyulab/canopy/blob/main/CHANGELOG.md#0112--2026-08-18)
|
|
19
|
+
for details.
|
|
20
|
+
|
|
10
21
|
## [0.11.1] — 2026-08-17
|
|
11
22
|
|
|
12
23
|
### Changed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iyulab/canopy-page",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.2",
|
|
4
4
|
"description": "Authoring pipeline for documentation sites: one settings file, integrity checks, and a build.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"vitest": "^4.1.9"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@iyulab/canopy": "^0.11.
|
|
56
|
+
"@iyulab/canopy": "^0.11.2",
|
|
57
57
|
"chokidar": "^5.0.0"
|
|
58
58
|
}
|
|
59
59
|
}
|