Skip to content

Commit 86c9d76

Browse files
committed
applying package updates
1 parent 240a638 commit 86c9d76

8 files changed

Lines changed: 56 additions & 17 deletions

File tree

change/@minecraft-api-docs-generator-b204a088-7818-4751-b852-c58d14e7110d.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": "Fri, 06 Mar 2026 18:11:49 GMT",
6+
"version": "1.7.0",
7+
"tag": "@minecraft/api-docs-generator_v1.7.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "zachary.campbell@skyboxlabs.com",
12+
"package": "@minecraft/api-docs-generator",
13+
"commit": "240a638649b85d616828a79d9917f9dc6aad9c79",
14+
"comment": "Add support for error constructors to api-docs-generator"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Fri, 30 Jan 2026 21:03:31 GMT",
621
"version": "1.6.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 Fri, 30 Jan 2026 21:03:31 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Fri, 06 Mar 2026 18:11:49 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 1.7.0
8+
9+
Fri, 06 Mar 2026 18:11:49 GMT
10+
11+
### Minor changes
12+
13+
- Add support for error constructors to api-docs-generator (zachary.campbell@skyboxlabs.com)
14+
715
## 1.6.1
816

917
Fri, 30 Jan 2026 21:03:31 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.6.1",
3+
"version": "1.7.0",
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": "Fri, 06 Mar 2026 18:11:49 GMT",
6+
"version": "1.4.2",
7+
"tag": "@minecraft/markup-generators-plugin_v1.4.2",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@minecraft/markup-generators-plugin",
13+
"comment": "Bump @minecraft/api-docs-generator to v1.7.0",
14+
"commit": "not available"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Fri, 30 Jan 2026 21:03:31 GMT",
621
"version": "1.4.1",

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 Fri, 30 Jan 2026 21:03:31 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Fri, 06 Mar 2026 18:11:49 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 1.4.2
8+
9+
Fri, 06 Mar 2026 18:11:49 GMT
10+
11+
### Patches
12+
13+
- Bump @minecraft/api-docs-generator to v1.7.0
14+
715
## 1.4.1
816

917
Fri, 30 Jan 2026 21:03:31 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.4.1",
3+
"version": "1.4.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.6.1",
43+
"@minecraft/api-docs-generator": "^1.7.0",
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.6.1"
64+
"@minecraft/api-docs-generator": "^1.7.0"
6565
}
6666
}

0 commit comments

Comments
 (0)