Skip to content

Commit c1103bf

Browse files
authored
Patch bump for markup-generator-pluging to correct publish issue (#92)
* Fix up main after publish * Change files * Tweak change file message
1 parent f370c88 commit c1103bf

6 files changed

+33
-10
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Patch bump to correct publish issues",
4+
"packageName": "@minecraft/markup-generators-plugin",
5+
"email": "rlanda@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}

change/@minecraft-markup-generators-plugin-ca3ef469-7929-4e41-aa98-cb340c1e19d2.json

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "Wed, 13 Aug 2025 18:17:54 GMT",
6+
"version": "1.0.5",
7+
"tag": "@minecraft/markup-generators-plugin_v1.0.5",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "mike.demone@skyboxlabs.com",
12+
"package": "@minecraft/markup-generators-plugin",
13+
"commit": "f370c88c174a44501a1572166beddcf2eb4ebdb7",
14+
"comment": "Add Type Alias to TOC"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 24 Jul 2025 21:03:05 GMT",
621
"version": "1.0.4",

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 21:03:05 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Wed, 13 Aug 2025 18:17:54 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 1.0.5
8+
9+
Wed, 13 Aug 2025 18:17:54 GMT
10+
11+
### Patches
12+
13+
- Add Type Alias to TOC (mike.demone@skyboxlabs.com)
14+
715
## 1.0.4
816

917
Thu, 24 Jul 2025 21:03:05 GMT

tools/markup-generators-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@minecraft/markup-generators-plugin",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
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",

0 commit comments

Comments
 (0)