Skip to content

Commit 6c23307

Browse files
committed
applying package updates
1 parent d782475 commit 6c23307

File tree

8 files changed

+56
-17
lines changed

8 files changed

+56
-17
lines changed

change/@minecraft-api-docs-generator-a2b6f119-7440-4c30-8bb5-48f183ac5a83.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": "Thu, 24 Jul 2025 21:03:05 GMT",
6+
"version": "1.2.3",
7+
"tag": "@minecraft/api-docs-generator_v1.2.3",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/api-docs-generator",
13+
"commit": "d7824753e220a75cb532a2ba1099de103626fa8a",
14+
"comment": "Fix support for Promise<void> and Generator<void, void, void>"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 23 Jul 2025 19:09:54 GMT",
621
"version": "1.2.1",

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 Wed, 23 Jul 2025 19:09:54 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Thu, 24 Jul 2025 21:03:05 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 1.2.3
8+
9+
Thu, 24 Jul 2025 21:03:05 GMT
10+
11+
### Patches
12+
13+
- Fix support for Promise<void> and Generator<void, void, void> ([email protected])
14+
715
## 1.2.1
816

917
Wed, 23 Jul 2025 19:09:54 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.2",
3+
"version": "1.2.3",
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@minecraft/markup-generators-plugin",
33
"entries": [
4+
{
5+
"date": "Thu, 24 Jul 2025 21:03:05 GMT",
6+
"version": "1.0.4",
7+
"tag": "@minecraft/markup-generators-plugin_v1.0.4",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@minecraft/markup-generators-plugin",
13+
"comment": "Bump @minecraft/api-docs-generator to v1.2.3",
14+
"commit": "not available"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 24 Jul 2025 18:29:00 GMT",
621
"version": "1.0.3",

tools/markup-generators-plugin/CHANGELOG.md

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

3-
<!-- This log was last generated on Thu, 24 Jul 2025 18:29:00 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Thu, 24 Jul 2025 21:03:05 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 1.0.4
8+
9+
Thu, 24 Jul 2025 21:03:05 GMT
10+
11+
### Patches
12+
13+
- Bump @minecraft/api-docs-generator to v1.2.3
14+
715
## 1.0.3
816

917
Thu, 24 Jul 2025 18:29:00 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.3",
3+
"version": "1.0.4",
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.2",
43+
"@minecraft/api-docs-generator": "^1.2.3",
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.2"
64+
"@minecraft/api-docs-generator": "^1.2.3"
6565
}
6666
}

0 commit comments

Comments
 (0)