Skip to content

Commit 35f33e5

Browse files
committed
applying package updates
1 parent 70f1d4d commit 35f33e5

File tree

11 files changed

+62
-23
lines changed

11 files changed

+62
-23
lines changed

change/@minecraft-core-build-tasks-c8da36d5-bd16-4a72-8285-57aeedfdb73a.json

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

libraries/math/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@minecraft/math",
3-
"version": "2.2.9",
3+
"version": "2.2.10",
44
"author": "Raphael Landaverde ([email protected])",
55
"contributors": [
66
{

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.4",
3+
"version": "1.2.5",
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": "Wed, 10 Sep 2025 20:47:56 GMT",
6+
"version": "5.4.0",
7+
"tag": "@minecraft/core-build-tasks_v5.4.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/core-build-tasks",
13+
"commit": "70f1d4de332cc4477f02729a42c28b13b13fd64b",
14+
"comment": "added sizeCheck as a flag"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 04 Sep 2025 23:12:17 GMT",
621
"version": "5.3.2",

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

55
<!-- Start content -->
66

7+
## 5.4.0
8+
9+
Wed, 10 Sep 2025 20:47:56 GMT
10+
11+
### Minor changes
12+
13+
- added sizeCheck as a flag ([email protected])
14+
715
## 5.3.2
816

917
Thu, 04 Sep 2025 23:12:17 GMT

tools/core-build-tasks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@minecraft/core-build-tasks",
3-
"version": "5.3.2",
3+
"version": "5.4.0",
44
"description": "Common build tasks used for minecraft-scripting-libraries",
55
"exports": {
66
"types": "./lib/index.d.ts",

tools/eslint-plugin-minecraft-linting/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-minecraft-linting",
3-
"version": "2.0.8",
3+
"version": "2.0.9",
44
"main": "./lib/index.js",
55
"types": "./lib/index.d.ts",
66
"license": "MIT",

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 20:47:56 GMT",
6+
"version": "1.0.8",
7+
"tag": "@minecraft/markup-generators-plugin_v1.0.8",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@minecraft/markup-generators-plugin",
13+
"comment": "Bump @minecraft/api-docs-generator to v1.2.5",
14+
"commit": "not available"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 04 Sep 2025 23:12:17 GMT",
621
"version": "1.0.7",

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

55
<!-- Start content -->
66

7+
## 1.0.8
8+
9+
Wed, 10 Sep 2025 20:47:56 GMT
10+
11+
### Patches
12+
13+
- Bump @minecraft/api-docs-generator to v1.2.5
14+
715
## 1.0.7
816

917
Thu, 04 Sep 2025 23:12:17 GMT

0 commit comments

Comments
 (0)