Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Patch bump to correct publish issues",
"packageName": "@minecraft/markup-generators-plugin",
"email": "rlanda@microsoft.com",
"dependentChangeType": "patch"
}

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions tools/markup-generators-plugin/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@minecraft/markup-generators-plugin",
"entries": [
{
"date": "Wed, 13 Aug 2025 18:17:54 GMT",
"version": "1.0.5",
"tag": "@minecraft/markup-generators-plugin_v1.0.5",
"comments": {
"patch": [
{
"author": "mike.demone@skyboxlabs.com",
"package": "@minecraft/markup-generators-plugin",
"commit": "f370c88c174a44501a1572166beddcf2eb4ebdb7",
"comment": "Add Type Alias to TOC"
}
]
}
},
{
"date": "Thu, 24 Jul 2025 21:03:05 GMT",
"version": "1.0.4",
Expand Down
10 changes: 9 additions & 1 deletion tools/markup-generators-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @minecraft/markup-generators-plugin

<!-- This log was last generated on Thu, 24 Jul 2025 21:03:05 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 13 Aug 2025 18:17:54 GMT and should not be manually modified. -->

<!-- Start content -->

## 1.0.5

Wed, 13 Aug 2025 18:17:54 GMT

### Patches

- Add Type Alias to TOC (mike.demone@skyboxlabs.com)

## 1.0.4

Thu, 24 Jul 2025 21:03:05 GMT
Expand Down
2 changes: 1 addition & 1 deletion tools/markup-generators-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@minecraft/markup-generators-plugin",
"version": "1.0.4",
"version": "1.0.5",
"description": "Plugin for @minecraft/api-docs-generator containing core markup generators and template files",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down