Skip to content

Commit a596b9f

Browse files
committed
applying package updates
1 parent ff91161 commit a596b9f

13 files changed

+76
-37
lines changed

change/@minecraft-core-build-tasks-6e1de714-4417-4c07-8b44-09decbfb7045.json

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

change/@minecraft-core-build-tasks-ec44abd8-1b2a-49db-8d1e-1c9d6745d801.json

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

change/@minecraft-markup-generators-plugin-5acd8673-d58f-4e41-ba14-ac6079f93638.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.7",
3+
"version": "2.2.8",
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.1",
3+
"version": "1.2.2",
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: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@minecraft/core-build-tasks",
33
"entries": [
4+
{
5+
"date": "Thu, 24 Jul 2025 18:29:00 GMT",
6+
"version": "5.3.1",
7+
"tag": "@minecraft/core-build-tasks_v5.3.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/core-build-tasks",
13+
"commit": "ff9116108983e669dbcf12faddb833f04247f48e",
14+
"comment": "build(dependabot): bump archiver from 6.0.2 to 7.0.1"
15+
},
16+
{
17+
"author": "[email protected]",
18+
"package": "@minecraft/core-build-tasks",
19+
"commit": "ff9116108983e669dbcf12faddb833f04247f48e",
20+
"comment": "build(dependabot): bump @rushstack/node-core-library"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Mon, 14 Jul 2025 15:34:00 GMT",
627
"version": "5.3.0",

tools/core-build-tasks/CHANGELOG.md

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

3-
<!-- This log was last generated on Mon, 14 Jul 2025 15:34:00 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Thu, 24 Jul 2025 18:29:00 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 5.3.1
8+
9+
Thu, 24 Jul 2025 18:29:00 GMT
10+
11+
### Patches
12+
13+
- build(dependabot): bump archiver from 6.0.2 to 7.0.1 ([email protected])
14+
- build(dependabot): bump @rushstack/node-core-library ([email protected])
15+
716
## 5.3.0
817

918
Mon, 14 Jul 2025 15:34:00 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.0",
3+
"version": "5.3.1",
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.6",
3+
"version": "2.0.7",
44
"main": "./lib/index.js",
55
"types": "./lib/index.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)