Skip to content

Commit 7dee3e3

Browse files
committed
applying package updates
1 parent 362497d commit 7dee3e3

File tree

8 files changed

+56
-17
lines changed

8 files changed

+56
-17
lines changed

change/@minecraft-api-docs-generator-e45942de-5bc2-4e70-99b1-d52618d2bf08.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, 17 Jul 2025 16:45:56 GMT",
6+
"version": "1.2.0",
7+
"tag": "@minecraft/api-docs-generator_v1.2.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/api-docs-generator",
13+
"commit": "362497d78a2d5188148eb616137aee0ae59414ff",
14+
"comment": "Set all APIs from_module to the from_module's base module and all dependencies to the dependency's base module."
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Mon, 14 Jul 2025 15:34:00 GMT",
621
"version": "1.1.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 Mon, 14 Jul 2025 15:34:00 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Thu, 17 Jul 2025 16:45:56 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 1.2.0
8+
9+
Thu, 17 Jul 2025 16:45:56 GMT
10+
11+
### Minor changes
12+
13+
- Set all APIs from_module to the from_module's base module and all dependencies to the dependency's base module. ([email protected])
14+
715
## 1.1.0
816

917
Mon, 14 Jul 2025 15:34:00 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.1.0",
3+
"version": "1.2.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": "Thu, 17 Jul 2025 16:45:56 GMT",
6+
"version": "1.0.1",
7+
"tag": "@minecraft/markup-generators-plugin_v1.0.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@minecraft/markup-generators-plugin",
13+
"comment": "Bump @minecraft/api-docs-generator to v1.2.0",
14+
"commit": "not available"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Mon, 14 Jul 2025 15:34:00 GMT",
621
"version": "1.0.0",

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, 26 Jun 2025 22:33:37 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Thu, 17 Jul 2025 16:45:56 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 1.0.1
8+
9+
Thu, 17 Jul 2025 16:45:56 GMT
10+
11+
### Patches
12+
13+
- Bump @minecraft/api-docs-generator to v1.2.0
14+
715
## 1.0.0
816

917
Thu, 26 Jun 2025 22:33:37 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.0",
3+
"version": "1.0.1",
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.1.0",
43+
"@minecraft/api-docs-generator": "^1.2.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.1.0"
64+
"@minecraft/api-docs-generator": "^1.2.0"
6565
}
6666
}

0 commit comments

Comments
 (0)