Skip to content

Commit 5130692

Browse files
committed
applying package updates
1 parent 7531dce commit 5130692

File tree

7 files changed

+30
-14
lines changed

7 files changed

+30
-14
lines changed

change/@minecraft-core-build-tasks-84f4d067-bb6d-40b7-a6b6-fd47a7572e76.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.1",
3+
"version": "2.2.2",
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, 14 Apr 2025 21:56:03 GMT",
6+
"version": "4.1.0",
7+
"tag": "@minecraft/core-build-tasks_v4.1.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/core-build-tasks",
13+
"commit": "7531dce176aacb5148e560e23fc24e133ea243a9",
14+
"comment": "Bundle tasks parameters can now take in dropLabels to strip out certain labelled statements."
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 13 Mar 2025 18:35:25 GMT",
621
"version": "4.0.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 Thu, 13 Mar 2025 18:35:25 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Mon, 14 Apr 2025 21:56:03 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 4.1.0
8+
9+
Mon, 14 Apr 2025 21:56:03 GMT
10+
11+
### Minor changes
12+
13+
- Bundle tasks parameters can now take in dropLabels to strip out certain labelled statements. ([email protected])
14+
715
## 4.0.0
816

917
Thu, 13 Mar 2025 18:35:25 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.0.0",
3+
"version": "4.1.0",
44
"description": "Common build tasks used for minecraft-scripting-libraries",
55
"exports": {
66
"import": "./lib/index.js",

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.2",
3+
"version": "2.0.3",
44
"main": "./lib/index.js",
55
"types": "./lib/index.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)