Skip to content

Commit bf22418

Browse files
committed
applying package updates
1 parent 1db2fc3 commit bf22418

13 files changed

+79
-31
lines changed

change/@minecraft-core-build-tasks-202c9a20-f293-479e-b78c-61c363fcdbcc.json

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

change/@minecraft-math-ed34a5ba-512f-4370-a29d-608c263e93bf.json

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

change/eslint-plugin-minecraft-linting-ddf05443-4912-45f5-ac62-fccee5edcf56.json

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

libraries/math/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@minecraft/math",
33
"entries": [
4+
{
5+
"date": "Mon, 28 Apr 2025 17:15:23 GMT",
6+
"version": "2.2.4",
7+
"tag": "@minecraft/math_v2.2.4",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/math",
13+
"commit": "1db2fc3753e95bc595091473d4b79b5e2665d880",
14+
"comment": "Upgrade prettier to ^3.5.3"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Fri, 18 Apr 2025 18:48:51 GMT",
621
"version": "2.2.3",

libraries/math/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @minecraft/math
22

3-
<!-- This log was last generated on Fri, 18 Apr 2025 18:48:51 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Mon, 28 Apr 2025 17:15:23 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 2.2.4
8+
9+
Mon, 28 Apr 2025 17:15:23 GMT
10+
11+
### Patches
12+
13+
- Upgrade prettier to ^3.5.3 ([email protected])
14+
715
## 2.2.3
816

917
Fri, 18 Apr 2025 18:48:51 GMT

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.3",
3+
"version": "2.2.4",
44
"author": "Raphael Landaverde ([email protected])",
55
"contributors": [
66
{

package-lock.json

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

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": "Mon, 28 Apr 2025 17:15:23 GMT",
6+
"version": "5.0.0",
7+
"tag": "@minecraft/core-build-tasks_v5.0.0",
8+
"comments": {
9+
"major": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/core-build-tasks",
13+
"commit": "1db2fc3753e95bc595091473d4b79b5e2665d880",
14+
"comment": "Upgrade @rushstack/node-core-library to 5.13.0, prettier to ^3.5.3"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Mon, 14 Apr 2025 21:56:03 GMT",
621
"version": "4.1.0",

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 Mon, 14 Apr 2025 21:56:03 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Mon, 28 Apr 2025 17:15:23 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 5.0.0
8+
9+
Mon, 28 Apr 2025 17:15:23 GMT
10+
11+
### Major changes
12+
13+
- Upgrade @rushstack/node-core-library to 5.13.0, prettier to ^3.5.3 ([email protected])
14+
715
## 4.1.0
816

917
Mon, 14 Apr 2025 21:56:03 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": "4.1.0",
3+
"version": "5.0.0",
44
"description": "Common build tasks used for minecraft-scripting-libraries",
55
"exports": {
66
"import": "./lib/index.js",

0 commit comments

Comments
 (0)