Skip to content

Commit 8cf3f6a

Browse files
committed
applying package updates
1 parent 5187ed5 commit 8cf3f6a

14 files changed

+86
-38
lines changed

change/@minecraft-core-build-tasks-80fb532f-c7a5-40c4-a847-316ca6e13b30.json

-7
This file was deleted.

change/@minecraft-core-build-tasks-ca4bfd94-52b9-420c-a768-4605061df597.json

-7
This file was deleted.

change/@minecraft-math-fbdd8ce9-9bb3-4c06-a932-fe20d876d60e.json

-7
This file was deleted.

change/eslint-plugin-minecraft-linting-9bb5a3db-f43a-40f9-97fc-5e1bef72357f.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": "Mon, 18 Mar 2024 23:32:29 GMT",
6+
"version": "1.3.5",
7+
"tag": "@minecraft/math_v1.3.5",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/math",
13+
"commit": "5187ed5b3382e15c6362f76fc91142125cf3b345",
14+
"comment": "Added monorepo support to package.json"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 29 Feb 2024 20:11:07 GMT",
621
"version": "1.3.2",

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 Thu, 29 Feb 2024 20:11:07 GMT and should not be manually modified.
3+
This log was last generated on Mon, 18 Mar 2024 23:32:29 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 1.3.5
8+
9+
Mon, 18 Mar 2024 23:32:29 GMT
10+
11+
### Patches
12+
13+
- Added monorepo support to package.json ([email protected])
14+
715
## 1.3.2
816

917
Thu, 29 Feb 2024 20:11:07 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.3.4",
3+
"version": "1.3.5",
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

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@minecraft/core-build-tasks",
33
"entries": [
4+
{
5+
"date": "Mon, 18 Mar 2024 23:32:29 GMT",
6+
"version": "1.1.4",
7+
"tag": "@minecraft/core-build-tasks_v1.1.4",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/core-build-tasks",
13+
"commit": "5187ed5b3382e15c6362f76fc91142125cf3b345",
14+
"comment": "Add support for spaces in the path to the eslint config file"
15+
},
16+
{
17+
"author": "[email protected]",
18+
"package": "@minecraft/core-build-tasks",
19+
"commit": "5187ed5b3382e15c6362f76fc91142125cf3b345",
20+
"comment": "Added repo link to package.json"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Mon, 04 Mar 2024 21:57:32 GMT",
627
"version": "1.1.3",

tools/core-build-tasks/CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Change Log - @minecraft/core-build-tasks
22

3-
This log was last generated on Mon, 04 Mar 2024 21:57:32 GMT and should not be manually modified.
3+
This log was last generated on Mon, 18 Mar 2024 23:32:29 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 1.1.4
8+
9+
Mon, 18 Mar 2024 23:32:29 GMT
10+
11+
### Patches
12+
13+
- Add support for spaces in the path to the eslint config file ([email protected])
14+
- Added repo link to package.json ([email protected])
15+
716
## 1.1.3
817

918
Mon, 04 Mar 2024 21:57:32 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.3",
3+
"version": "1.1.4",
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/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "eslint-plugin-minecraft-linting",
33
"entries": [
4+
{
5+
"date": "Mon, 18 Mar 2024 23:32:29 GMT",
6+
"version": "1.2.2",
7+
"tag": "eslint-plugin-minecraft-linting_v1.2.2",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "eslint-plugin-minecraft-linting",
13+
"commit": "5187ed5b3382e15c6362f76fc91142125cf3b345",
14+
"comment": "Added repo link to package.json"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Fri, 15 Mar 2024 22:07:18 GMT",
621
"version": "1.2.1",

tools/eslint-plugin-minecraft-linting/CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - eslint-plugin-minecraft-linting
22

3-
This log was last generated on Fri, 15 Mar 2024 22:07:18 GMT and should not be manually modified.
3+
This log was last generated on Mon, 18 Mar 2024 23:32:29 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 1.2.2
8+
9+
Mon, 18 Mar 2024 23:32:29 GMT
10+
11+
### Patches
12+
13+
- Added repo link to package.json ([email protected])
14+
715
## 1.2.1
816

917
Fri, 15 Mar 2024 22:07:18 GMT

tools/eslint-plugin-minecraft-linting/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-minecraft-linting",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"main": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"license": "MIT",
@@ -34,4 +34,4 @@
3434
"publishConfig": {
3535
"access": "public"
3636
}
37-
}
37+
}

0 commit comments

Comments
 (0)