Skip to content

Commit 9b4a3b6

Browse files
committed
applying package updates
1 parent 9d6cb50 commit 9b4a3b6

11 files changed

+66
-29
lines changed

change/@minecraft-core-build-tasks-fa216ba2-5deb-46b2-87ff-b6bcf95806aa.json

-7
This file was deleted.

change/@minecraft-math-4be11fa7-01e9-43f3-bc0e-caad72afe8bc.json

-7
This file was deleted.

change/@minecraft-math-6bce4916-e540-448e-b3bb-bf9e6d6b19a3.json

-7
This file was deleted.

libraries/math/CHANGELOG.json

+23
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
{
22
"name": "@minecraft/math",
33
"entries": [
4+
{
5+
"date": "Tue, 26 Nov 2024 21:33:22 GMT",
6+
"version": "1.5.0",
7+
"tag": "@minecraft/math_v1.5.0",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/math",
13+
"commit": "9d6cb505cd0dc9faf8ea80ed3660a84c92c914fd",
14+
"comment": "build(dependabot): bump @minecraft/server from 1.6.0 to 1.15.0"
15+
}
16+
],
17+
"minor": [
18+
{
19+
"author": "[email protected]",
20+
"package": "@minecraft/math",
21+
"commit": "9d6cb505cd0dc9faf8ea80ed3660a84c92c914fd",
22+
"comment": "Implimented multiply, rotateX, rotateY, and rotateZ as new vectormath operations"
23+
}
24+
]
25+
}
26+
},
427
{
528
"date": "Mon, 25 Nov 2024 23:28:43 GMT",
629
"version": "1.4.2",

libraries/math/CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
# Change Log - @minecraft/math
22

3-
This log was last generated on Mon, 25 Nov 2024 23:28:43 GMT and should not be manually modified.
3+
This log was last generated on Tue, 26 Nov 2024 21:33:22 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 1.5.0
8+
9+
Tue, 26 Nov 2024 21:33:22 GMT
10+
11+
### Minor changes
12+
13+
- Implimented multiply, rotateX, rotateY, and rotateZ as new vectormath operations ([email protected])
14+
15+
### Patches
16+
17+
- build(dependabot): bump @minecraft/server from 1.6.0 to 1.15.0 ([email protected])
18+
719
## 1.4.2
820

921
Mon, 25 Nov 2024 23:28:43 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": "1.4.2",
3+
"version": "1.5.0",
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": "Tue, 26 Nov 2024 21:33:22 GMT",
6+
"version": "1.1.7",
7+
"tag": "@minecraft/core-build-tasks_v1.1.7",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/core-build-tasks",
13+
"commit": "9d6cb505cd0dc9faf8ea80ed3660a84c92c914fd",
14+
"comment": "build(dependabot): bump dotenv from 16.4.1 to 16.4.5"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Mon, 25 Nov 2024 23:28:43 GMT",
621
"version": "1.1.6",

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 Mon, 25 Nov 2024 23:28:43 GMT and should not be manually modified.
3+
This log was last generated on Tue, 26 Nov 2024 21:33:22 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 1.1.7
8+
9+
Tue, 26 Nov 2024 21:33:22 GMT
10+
11+
### Patches
12+
13+
- build(dependabot): bump dotenv from 16.4.1 to 16.4.5 ([email protected])
14+
715
## 1.1.6
816

917
Mon, 25 Nov 2024 23:28:43 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": "1.1.6",
3+
"version": "1.1.7",
44
"description": "Common build tasks used for minecraft-scripting-libraries",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

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

0 commit comments

Comments
 (0)