Skip to content

Commit 178e839

Browse files
committed
applying package updates
1 parent a06c2f7 commit 178e839

9 files changed

+63
-24
lines changed

change/@minecraft-api-docs-generator-b9350535-0e8f-42d6-b106-bc60dcd02f31.json

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

change/@minecraft-markup-generators-plugin-cd6647b7-123c-48e5-b1fd-b83cbc3b1cc2.json

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

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/api-docs-generator/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@minecraft/api-docs-generator",
33
"entries": [
4+
{
5+
"date": "Wed, 23 Jul 2025 19:09:54 GMT",
6+
"version": "1.2.1",
7+
"tag": "@minecraft/api-docs-generator_v1.2.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/api-docs-generator",
13+
"commit": "a06c2f79d499a70a5250db98ed237da34b8f67e8",
14+
"comment": "Mark up void return types with 'is_void_return' and remove 'is_undefined' from them."
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 17 Jul 2025 16:45:56 GMT",
621
"version": "1.2.0",

tools/api-docs-generator/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @minecraft/api-docs-generator
22

3-
<!-- This log was last generated on Thu, 17 Jul 2025 16:45:56 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Wed, 23 Jul 2025 19:09:54 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 1.2.1
8+
9+
Wed, 23 Jul 2025 19:09:54 GMT
10+
11+
### Patches
12+
13+
- Mark up void return types with 'is_void_return' and remove 'is_undefined' from them. ([email protected])
14+
715
## 1.2.0
816

917
Thu, 17 Jul 2025 16:45:56 GMT

tools/api-docs-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@minecraft/api-docs-generator",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Core Minecraft API Docs Generator package for generating API markup and documentation",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

tools/markup-generators-plugin/CHANGELOG.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@minecraft/markup-generators-plugin",
33
"entries": [
4+
{
5+
"date": "Wed, 23 Jul 2025 19:09:54 GMT",
6+
"version": "1.0.2",
7+
"tag": "@minecraft/markup-generators-plugin_v1.0.2",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/markup-generators-plugin",
13+
"commit": "a06c2f79d499a70a5250db98ed237da34b8f67e8",
14+
"comment": "Fix tsdef generator and msdocs generator to properly recognize void vs undefined"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@minecraft/markup-generators-plugin",
19+
"comment": "Bump @minecraft/api-docs-generator to v1.2.1",
20+
"commit": "not available"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Thu, 17 Jul 2025 16:45:56 GMT",
627
"version": "1.0.1",

tools/markup-generators-plugin/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @minecraft/markup-generators-plugin
22

3-
<!-- This log was last generated on Thu, 17 Jul 2025 16:45:56 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Wed, 23 Jul 2025 19:09:54 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 1.0.2
8+
9+
Wed, 23 Jul 2025 19:09:54 GMT
10+
11+
### Patches
12+
13+
- Fix tsdef generator and msdocs generator to properly recognize void vs undefined ([email protected])
14+
- Bump @minecraft/api-docs-generator to v1.2.1
15+
716
## 1.0.1
817

918
Thu, 17 Jul 2025 16:45:56 GMT

tools/markup-generators-plugin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@minecraft/markup-generators-plugin",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Plugin for @minecraft/api-docs-generator containing core markup generators and template files",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -40,7 +40,7 @@
4040
"CHANGELOG.*"
4141
],
4242
"devDependencies": {
43-
"@minecraft/api-docs-generator": "^1.2.0",
43+
"@minecraft/api-docs-generator": "^1.2.1",
4444
"@minecraft/core-build-tasks": "*",
4545
"@types/mustache": "^4.2.2",
4646
"@types/node": "^22.0.0",
@@ -61,6 +61,6 @@
6161
"typescript": "~5.6.0"
6262
},
6363
"peerDependencies": {
64-
"@minecraft/api-docs-generator": "^1.2.0"
64+
"@minecraft/api-docs-generator": "^1.2.1"
6565
}
6666
}

0 commit comments

Comments
 (0)