Skip to content

Commit 7f01186

Browse files
committed
applying package updates
1 parent 6dbbce7 commit 7f01186

15 files changed

+122
-39
lines changed

change/@minecraft-api-docs-generator-4e3a7c3a-5ef5-4878-9242-1220c2d4833a.json

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

change/@minecraft-core-build-tasks-6ee12b91-8f5b-49b9-970f-5469ec88a6a8.json

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

change/@minecraft-markup-generators-plugin-fffee401-e694-444c-bdc5-fa766de60f8b.json

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

change/eslint-plugin-minecraft-linting-6adf84ca-0db6-4fe2-9a70-133c859bd0c2.json

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

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "@minecraft/api-docs-generator",
3+
"entries": [
4+
{
5+
"date": "Thu, 26 Jun 2025 22:33:37 GMT",
6+
"version": "1.0.0",
7+
"tag": "@minecraft/api-docs-generator_v1.0.0",
8+
"comments": {
9+
"major": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/api-docs-generator",
13+
"commit": "6dbbce7231a4daceb4ddbba5681891de7fc481e7",
14+
"comment": "Add api-docs-generator and markup-generators-plugin"
15+
}
16+
]
17+
}
18+
}
19+
]
20+
}

tools/api-docs-generator/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Change Log - @minecraft/api-docs-generator
2+
3+
<!-- This log was last generated on Thu, 26 Jun 2025 22:33:37 GMT and should not be manually modified. -->
4+
5+
<!-- Start content -->
6+
7+
## 1.0.0
8+
9+
Thu, 26 Jun 2025 22:33:37 GMT
10+
11+
### Major changes
12+
13+
- Add api-docs-generator and markup-generators-plugin ([email protected])

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": "0.0.0",
3+
"version": "1.0.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/core-build-tasks/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@minecraft/core-build-tasks",
33
"entries": [
4+
{
5+
"date": "Thu, 26 Jun 2025 22:33:37 GMT",
6+
"version": "5.2.0",
7+
"tag": "@minecraft/core-build-tasks_v5.2.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/core-build-tasks",
13+
"commit": "6dbbce7231a4daceb4ddbba5681891de7fc481e7",
14+
"comment": "Update core-build-tasks publishRelease to support uploading NPM tarballs"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Fri, 23 May 2025 10:43:28 GMT",
621
"version": "5.1.0",

tools/core-build-tasks/CHANGELOG.md

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

3-
<!-- This log was last generated on Fri, 23 May 2025 10:43:28 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Thu, 26 Jun 2025 22:33:37 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 5.2.0
8+
9+
Thu, 26 Jun 2025 22:33:37 GMT
10+
11+
### Minor changes
12+
13+
- Update core-build-tasks publishRelease to support uploading NPM tarballs ([email protected])
14+
715
## 5.1.0
816

917
Fri, 23 May 2025 10:43:28 GMT

0 commit comments

Comments
 (0)