diff --git a/change/@minecraft-core-build-tasks-5a859695-4774-4105-a41c-b53667794f29.json b/change/@minecraft-core-build-tasks-5a859695-4774-4105-a41c-b53667794f29.json deleted file mode 100644 index 565d049..0000000 --- a/change/@minecraft-core-build-tasks-5a859695-4774-4105-a41c-b53667794f29.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "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", - "packageName": "@minecraft/core-build-tasks", - "email": "maescool@gmail.com", - "dependentChangeType": "patch" -} diff --git a/libraries/math/package.json b/libraries/math/package.json index e9795cd..58c86e2 100644 --- a/libraries/math/package.json +++ b/libraries/math/package.json @@ -1,6 +1,6 @@ { "name": "@minecraft/math", - "version": "1.5.1", + "version": "1.5.2", "author": "Raphael Landaverde (rlanda@microsoft.com)", "contributors": [ { diff --git a/package-lock.json b/package-lock.json index d7ba064..555d2d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ }, "libraries/math": { "name": "@minecraft/math", - "version": "1.5.1", + "version": "1.5.2", "license": "MIT", "devDependencies": { "@minecraft/core-build-tasks": "*", @@ -6093,7 +6093,7 @@ }, "tools/core-build-tasks": { "name": "@minecraft/core-build-tasks", - "version": "1.2.0", + "version": "1.2.1", "dependencies": { "@microsoft/api-extractor": "^7.38.3", "@rushstack/node-core-library": "^3.59.6", @@ -6822,7 +6822,7 @@ } }, "tools/eslint-plugin-minecraft-linting": { - "version": "1.2.6", + "version": "1.2.7", "license": "MIT", "dependencies": { "@typescript-eslint/eslint-plugin": "^8.16.0", diff --git a/tools/core-build-tasks/CHANGELOG.json b/tools/core-build-tasks/CHANGELOG.json index 6ce953e..15c7557 100644 --- a/tools/core-build-tasks/CHANGELOG.json +++ b/tools/core-build-tasks/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@minecraft/core-build-tasks", "entries": [ + { + "date": "Wed, 25 Dec 2024 16:02:44 GMT", + "version": "1.2.1", + "tag": "@minecraft/core-build-tasks_v1.2.1", + "comments": { + "patch": [ + { + "author": "maescool@gmail.com", + "package": "@minecraft/core-build-tasks", + "commit": "acd85662a8c51479fef9c02e6a527ad8e1eece88", + "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" + } + ] + } + }, { "date": "Tue, 03 Dec 2024 15:02:46 GMT", "version": "1.2.0", diff --git a/tools/core-build-tasks/CHANGELOG.md b/tools/core-build-tasks/CHANGELOG.md index b70b105..ada79e1 100644 --- a/tools/core-build-tasks/CHANGELOG.md +++ b/tools/core-build-tasks/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - @minecraft/core-build-tasks -This log was last generated on Tue, 03 Dec 2024 15:02:46 GMT and should not be manually modified. +This log was last generated on Wed, 25 Dec 2024 16:02:44 GMT and should not be manually modified. +## 1.2.1 + +Wed, 25 Dec 2024 16:02:44 GMT + +### Patches + +- 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 (maescool@gmail.com) + ## 1.2.0 Tue, 03 Dec 2024 15:02:46 GMT diff --git a/tools/core-build-tasks/package.json b/tools/core-build-tasks/package.json index a4f3905..12d6fd6 100644 --- a/tools/core-build-tasks/package.json +++ b/tools/core-build-tasks/package.json @@ -1,6 +1,6 @@ { "name": "@minecraft/core-build-tasks", - "version": "1.2.0", + "version": "1.2.1", "description": "Common build tasks used for minecraft-scripting-libraries", "main": "lib/index.js", "exports": { diff --git a/tools/eslint-plugin-minecraft-linting/package.json b/tools/eslint-plugin-minecraft-linting/package.json index a814552..a462ec6 100644 --- a/tools/eslint-plugin-minecraft-linting/package.json +++ b/tools/eslint-plugin-minecraft-linting/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-minecraft-linting", - "version": "1.2.6", + "version": "1.2.7", "main": "lib/index.js", "types": "lib/index.d.ts", "license": "MIT",