Skip to content

Commit f784280

Browse files
committed
applying package updates
1 parent eaecf20 commit f784280

File tree

5 files changed

+26
-10
lines changed

5 files changed

+26
-10
lines changed

change/@minecraft-markup-generators-plugin-271b1c33-117a-4023-8fb9-46c8df6cbce6.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, 10 Sep 2025 22:50:16 GMT",
6+
"version": "1.1.0",
7+
"tag": "@minecraft/markup-generators-plugin_v1.1.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/markup-generators-plugin",
13+
"commit": "eaecf2035ec34b76311f8b153d796ca343148d4a",
14+
"comment": "Fixed an issue where optional type information wasn't properly conveyed when inside an Record type."
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Wed, 10 Sep 2025 20:47:56 GMT",
621
"version": "1.0.8",

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 Wed, 10 Sep 2025 20:47:56 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Wed, 10 Sep 2025 22:50:16 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 1.1.0
8+
9+
Wed, 10 Sep 2025 22:50:16 GMT
10+
11+
### Minor changes
12+
13+
- Fixed an issue where optional type information wasn't properly conveyed when inside an Record type. ([email protected])
14+
715
## 1.0.8
816

917
Wed, 10 Sep 2025 20:47:56 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.8",
3+
"version": "1.1.0",
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)