Skip to content

Commit 8b54f8e

Browse files
committed
applying package updates
1 parent fe26c2a commit 8b54f8e

File tree

7 files changed

+30
-14
lines changed

7 files changed

+30
-14
lines changed

change/@minecraft-core-build-tasks-f17d58d2-2af8-40b5-8df6-5fa79555991c.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.5",
3+
"version": "2.2.6",
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": "Fri, 23 May 2025 10:43:28 GMT",
6+
"version": "5.1.0",
7+
"tag": "@minecraft/core-build-tasks_v5.1.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/core-build-tasks",
13+
"commit": "fe26c2ad6702cda34dbb1195a6882df3d27d3ab8",
14+
"comment": "Added alias option to BundleTaskParameters"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Mon, 28 Apr 2025 17:15:23 GMT",
621
"version": "5.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 Mon, 28 Apr 2025 17:15:23 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Fri, 23 May 2025 10:43:28 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 5.1.0
8+
9+
Fri, 23 May 2025 10:43:28 GMT
10+
11+
### Minor changes
12+
13+
- Added alias option to BundleTaskParameters ([email protected])
14+
715
## 5.0.0
816

917
Mon, 28 Apr 2025 17:15:23 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.0.0",
3+
"version": "5.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.4",
3+
"version": "2.0.5",
44
"main": "./lib/index.js",
55
"types": "./lib/index.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)