@minecraft/markup-generators-plugin 1.0.4 → 1.0.6
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.json +31 -1
- package/CHANGELOG.md +18 -2
- package/package.json +1 -1
- package/templates/msdocs/script/toc.mustache +4 -0
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,37 @@
|
|
|
2
2
|
"name": "@minecraft/markup-generators-plugin",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Thu,
|
|
5
|
+
"date": "Thu, 14 Aug 2025 17:24:44 GMT",
|
|
6
|
+
"version": "1.0.6",
|
|
7
|
+
"tag": "@minecraft/markup-generators-plugin_v1.0.6",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "rlanda@microsoft.com",
|
|
12
|
+
"package": "@minecraft/markup-generators-plugin",
|
|
13
|
+
"commit": "c1103bfd2d8217fb5bdb2a0aed2967c09a375e17",
|
|
14
|
+
"comment": "Patch bump to correct publish issues"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Wed, 13 Aug 2025 18:17:54 GMT",
|
|
21
|
+
"version": "1.0.5",
|
|
22
|
+
"tag": "@minecraft/markup-generators-plugin_v1.0.5",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "mike.demone@skyboxlabs.com",
|
|
27
|
+
"package": "@minecraft/markup-generators-plugin",
|
|
28
|
+
"commit": "f370c88c174a44501a1572166beddcf2eb4ebdb7",
|
|
29
|
+
"comment": "Add Type Alias to TOC"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Thu, 24 Jul 2025 21:03:05 GMT",
|
|
6
36
|
"version": "1.0.4",
|
|
7
37
|
"tag": "@minecraft/markup-generators-plugin_v1.0.4",
|
|
8
38
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,28 @@
|
|
|
1
1
|
# Change Log - @minecraft/markup-generators-plugin
|
|
2
2
|
|
|
3
|
-
<!-- This log was last generated on Thu,
|
|
3
|
+
<!-- This log was last generated on Thu, 14 Aug 2025 17:24:44 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.0.6
|
|
8
|
+
|
|
9
|
+
Thu, 14 Aug 2025 17:24:44 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Patch bump to correct publish issues (rlanda@microsoft.com)
|
|
14
|
+
|
|
15
|
+
## 1.0.5
|
|
16
|
+
|
|
17
|
+
Wed, 13 Aug 2025 18:17:54 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Add Type Alias to TOC (mike.demone@skyboxlabs.com)
|
|
22
|
+
|
|
7
23
|
## 1.0.4
|
|
8
24
|
|
|
9
|
-
Thu, 24 Jul 2025 21:
|
|
25
|
+
Thu, 24 Jul 2025 21:03:05 GMT
|
|
10
26
|
|
|
11
27
|
### Patches
|
|
12
28
|
|
package/package.json
CHANGED