@minecraft/markup-generators-plugin 1.0.5 → 1.0.7
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 +37 -1
- package/CHANGELOG.md +19 -2
- package/package.json +4 -4
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,43 @@
|
|
|
2
2
|
"name": "@minecraft/markup-generators-plugin",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Thu, 04 Sep 2025 23:11:37 GMT",
|
|
6
|
+
"version": "1.0.7",
|
|
7
|
+
"tag": "@minecraft/markup-generators-plugin_v1.0.7",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "mc-npm@microsoft.com",
|
|
12
|
+
"package": "@minecraft/markup-generators-plugin",
|
|
13
|
+
"commit": "c4906fa36084307b5a29c18c5daca82004205cae",
|
|
14
|
+
"comment": "build(dependabot): bump just-scripts from 2.3.3 to 2.4.1"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@minecraft/markup-generators-plugin",
|
|
19
|
+
"comment": "Bump @minecraft/api-docs-generator to v1.2.4",
|
|
20
|
+
"commit": "not available"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Thu, 14 Aug 2025 17:25:00 GMT",
|
|
27
|
+
"version": "1.0.6",
|
|
28
|
+
"tag": "@minecraft/markup-generators-plugin_v1.0.6",
|
|
29
|
+
"comments": {
|
|
30
|
+
"patch": [
|
|
31
|
+
{
|
|
32
|
+
"author": "rlanda@microsoft.com",
|
|
33
|
+
"package": "@minecraft/markup-generators-plugin",
|
|
34
|
+
"commit": "c1103bfd2d8217fb5bdb2a0aed2967c09a375e17",
|
|
35
|
+
"comment": "Patch bump to correct publish issues"
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"date": "Wed, 13 Aug 2025 18:17:54 GMT",
|
|
6
42
|
"version": "1.0.5",
|
|
7
43
|
"tag": "@minecraft/markup-generators-plugin_v1.0.5",
|
|
8
44
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,29 @@
|
|
|
1
1
|
# Change Log - @minecraft/markup-generators-plugin
|
|
2
2
|
|
|
3
|
-
<!-- This log was last generated on
|
|
3
|
+
<!-- This log was last generated on Thu, 04 Sep 2025 23:11:37 GMT and should not be manually modified. -->
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.0.7
|
|
8
|
+
|
|
9
|
+
Thu, 04 Sep 2025 23:11:37 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- build(dependabot): bump just-scripts from 2.3.3 to 2.4.1 (mc-npm@microsoft.com)
|
|
14
|
+
- Bump @minecraft/api-docs-generator to v1.2.4
|
|
15
|
+
|
|
16
|
+
## 1.0.6
|
|
17
|
+
|
|
18
|
+
Thu, 14 Aug 2025 17:25:00 GMT
|
|
19
|
+
|
|
20
|
+
### Patches
|
|
21
|
+
|
|
22
|
+
- Patch bump to correct publish issues (rlanda@microsoft.com)
|
|
23
|
+
|
|
7
24
|
## 1.0.5
|
|
8
25
|
|
|
9
|
-
|
|
26
|
+
Wed, 13 Aug 2025 18:17:54 GMT
|
|
10
27
|
|
|
11
28
|
### Patches
|
|
12
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@minecraft/markup-generators-plugin",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Plugin for @minecraft/api-docs-generator containing core markup generators and template files",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
"CHANGELOG.*"
|
|
41
41
|
],
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@minecraft/api-docs-generator": "^1.2.
|
|
43
|
+
"@minecraft/api-docs-generator": "^1.2.4",
|
|
44
44
|
"@minecraft/core-build-tasks": "*",
|
|
45
45
|
"@types/mustache": "^4.2.2",
|
|
46
46
|
"@types/node": "^22.0.0",
|
|
47
47
|
"@types/semver": "^7.3.12",
|
|
48
48
|
"eslint": "^9.17.0",
|
|
49
49
|
"eslint-config-minecraft-scripting": "*",
|
|
50
|
-
"just-scripts": "^2.
|
|
50
|
+
"just-scripts": "^2.4.1",
|
|
51
51
|
"ts-node": "^10.9.2",
|
|
52
52
|
"vitest": "^3.0.8"
|
|
53
53
|
},
|
|
@@ -61,6 +61,6 @@
|
|
|
61
61
|
"typescript": "~5.6.0"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
|
-
"@minecraft/api-docs-generator": "^1.2.
|
|
64
|
+
"@minecraft/api-docs-generator": "^1.2.4"
|
|
65
65
|
}
|
|
66
66
|
}
|