Skip to content

Commit 43cc1e9

Browse files
committed
Manual beachball pump due to outdated repo token
1 parent c1fb500 commit 43cc1e9

12 files changed

+71
-31
lines changed

Diff for: change/@minecraft-core-build-tasks-66af045e-4835-4f95-aca5-5a36cd486f4d.json

-7
This file was deleted.

Diff for: change/@minecraft-math-440fe7aa-75d8-40f3-8e8e-e331ccdf0b56.json

-7
This file was deleted.

Diff for: change/eslint-plugin-minecraft-linting-1c88b9c3-5a98-45af-a994-35aed44d739f.json

-7
This file was deleted.

Diff for: 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": "Tue, 27 Feb 2024 00:08:06 GMT",
6+
"version": "1.1.1",
7+
"tag": "@minecraft/math_v1.1.1",
8+
"comments": {
9+
"none": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/math",
13+
"commit": "c1fb5000f9b01b0a625ff06b48e78672bdfc2aaa",
14+
"comment": "- Updating headers at math library"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Fri, 02 Feb 2024 22:14:47 GMT",
621
"version": "1.1.0",

Diff for: 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.1.0",
3+
"version": "1.1.1",
44
"author": "Raphael Landaverde ([email protected])",
55
"description": "Math utilities for use with minecraft scripting modules",
66
"main": "lib/index.js",

Diff for: package-lock.json

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

Diff for: 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, 27 Feb 2024 00:08:06 GMT",
6+
"version": "1.1.0",
7+
"tag": "@minecraft/core-build-tasks_v1.1.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/core-build-tasks",
13+
"commit": "c1fb5000f9b01b0a625ff06b48e78672bdfc2aaa",
14+
"comment": "Adding new tasks: bundle, cleanCollateral, copy, updateWorld, mcaddon, watch"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Mon, 29 Jan 2024 19:08:51 GMT",
621
"version": "1.0.1",

Diff for: 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, 29 Jan 2024 19:08:51 GMT and should not be manually modified.
3+
This log was last generated on Tue, 27 Feb 2024 00:08:06 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 1.1.0
8+
9+
Tue, 27 Feb 2024 00:08:06 GMT
10+
11+
### Minor changes
12+
13+
- Adding new tasks: bundle, cleanCollateral, copy, updateWorld, mcaddon, watch ([email protected])
14+
715
## 1.0.1
816

917
Mon, 29 Jan 2024 19:08:51 GMT

Diff for: tools/core-build-tasks/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@minecraft/core-build-tasks",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Common build tasks used for minecraft-scripting-libraries",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -32,4 +32,4 @@
3232
"tsconfig": "*",
3333
"typescript": "^5.2.2"
3434
}
35-
}
35+
}

Diff for: 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": "Tue, 27 Feb 2024 00:08:06 GMT",
6+
"version": "1.1.0",
7+
"tag": "eslint-plugin-minecraft-linting_v1.1.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "eslint-plugin-minecraft-linting",
13+
"commit": "c1fb5000f9b01b0a625ff06b48e78672bdfc2aaa",
14+
"comment": "Adding header dependency."
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Mon, 29 Jan 2024 18:22:45 GMT",
621
"version": "1.0.0",

Diff for: 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 Mon, 29 Jan 2024 18:22:45 GMT and should not be manually modified.
3+
This log was last generated on Tue, 27 Feb 2024 00:08:06 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 1.1.0
8+
9+
Tue, 27 Feb 2024 00:08:06 GMT
10+
11+
### Minor changes
12+
13+
- Adding header dependency. ([email protected])
14+
715
## 1.0.0
816

917
Mon, 29 Jan 2024 18:22:45 GMT

Diff for: 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.0.1",
3+
"version": "1.1.0",
44
"main": "lib/index.js",
55
"types": "lib/index.d.ts",
66
"license": "MIT",
@@ -31,4 +31,4 @@
3131
"publishConfig": {
3232
"access": "public"
3333
}
34-
}
34+
}

0 commit comments

Comments
 (0)