Skip to content

Commit 17dd6b0

Browse files
committed
applying package updates
1 parent e46db08 commit 17dd6b0

10 files changed

+54
-22
lines changed

change/@minecraft-core-build-tasks-46d8ad8b-f471-4559-b17a-8ddaa7563c4b.json

-7
This file was deleted.

change/@minecraft-math-9bfdf6c8-b47e-4812-be38-8340e2077427.json

-7
This file was deleted.

libraries/math/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@minecraft/math",
33
"entries": [
4+
{
5+
"date": "Thu, 13 Mar 2025 18:35:25 GMT",
6+
"version": "2.2.1",
7+
"tag": "@minecraft/math_v2.2.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/math",
13+
"commit": "e46db082a4c73b06ad40a09e825e03086aa53ff0",
14+
"comment": "Upgrade vitest"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Fri, 28 Feb 2025 19:18:21 GMT",
621
"version": "2.2.0",

libraries/math/CHANGELOG.md

+9-1
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, 28 Feb 2025 19:18:21 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Thu, 13 Mar 2025 18:35:25 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 2.2.1
8+
9+
Thu, 13 Mar 2025 18:35:25 GMT
10+
11+
### Patches
12+
13+
- Upgrade vitest ([email protected])
14+
715
## 2.2.0
816

917
Fri, 28 Feb 2025 19:18:21 GMT

libraries/math/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@minecraft/math",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"author": "Raphael Landaverde ([email protected])",
55
"contributors": [
66
{

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/core-build-tasks/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@minecraft/core-build-tasks",
33
"entries": [
4+
{
5+
"date": "Thu, 13 Mar 2025 18:35:25 GMT",
6+
"version": "4.0.0",
7+
"tag": "@minecraft/core-build-tasks_v4.0.0",
8+
"comments": {
9+
"major": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/core-build-tasks",
13+
"commit": "e46db082a4c73b06ad40a09e825e03086aa53ff0",
14+
"comment": "Upgrade esbuild and vitest"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 09 Jan 2025 19:53:24 GMT",
621
"version": "3.0.1",

tools/core-build-tasks/CHANGELOG.md

+9-1
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, 09 Jan 2025 19:53:24 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Thu, 13 Mar 2025 18:35:25 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 4.0.0
8+
9+
Thu, 13 Mar 2025 18:35:25 GMT
10+
11+
### Major changes
12+
13+
- Upgrade esbuild and vitest ([email protected])
14+
715
## 3.0.1
816

917
Thu, 09 Jan 2025 19:53:24 GMT

tools/core-build-tasks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@minecraft/core-build-tasks",
3-
"version": "3.0.1",
3+
"version": "4.0.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

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

0 commit comments

Comments
 (0)