Skip to content

Commit 1551e02

Browse files
committed
applying package updates
1 parent acd8566 commit 1551e02

File tree

7 files changed

+30
-14
lines changed

7 files changed

+30
-14
lines changed

change/@minecraft-core-build-tasks-5a859695-4774-4105-a41c-b53667794f29.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": "1.5.1",
3+
"version": "1.5.2",
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": "Wed, 25 Dec 2024 16:02:44 GMT",
6+
"version": "1.2.1",
7+
"tag": "@minecraft/core-build-tasks_v1.2.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/core-build-tasks",
13+
"commit": "acd85662a8c51479fef9c02e6a527ad8e1eece88",
14+
"comment": "Fix: Make cleanTask synchronous This is to prevent it removing files when you 'copyFiles' to the same path directly after. This happens when using 'updateWorldTask' 'cleanCollateralTask' also is synchronous"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Tue, 03 Dec 2024 15:02:46 GMT",
621
"version": "1.2.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 Tue, 03 Dec 2024 15:02:46 GMT and should not be manually modified.
3+
This log was last generated on Wed, 25 Dec 2024 16:02:44 GMT and should not be manually modified.
44

55
<!-- Start content -->
66

7+
## 1.2.1
8+
9+
Wed, 25 Dec 2024 16:02:44 GMT
10+
11+
### Patches
12+
13+
- Fix: Make cleanTask synchronous This is to prevent it removing files when you 'copyFiles' to the same path directly after. This happens when using 'updateWorldTask' 'cleanCollateralTask' also is synchronous ([email protected])
14+
715
## 1.2.0
816

917
Tue, 03 Dec 2024 15:02:46 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": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Common build tasks used for minecraft-scripting-libraries",
55
"main": "lib/index.js",
66
"exports": {

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

0 commit comments

Comments
 (0)