Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rlandav committed Dec 25, 2024
1 parent acd8566 commit 1551e02
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 14 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion libraries/math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@minecraft/math",
"version": "1.5.1",
"version": "1.5.2",
"author": "Raphael Landaverde ([email protected])",
"contributors": [
{
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions tools/core-build-tasks/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"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",
Expand Down
10 changes: 9 additions & 1 deletion tools/core-build-tasks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

<!-- Start content -->

## 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 ([email protected])

## 1.2.0

Tue, 03 Dec 2024 15:02:46 GMT
Expand Down
2 changes: 1 addition & 1 deletion tools/core-build-tasks/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion tools/eslint-plugin-minecraft-linting/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1551e02

Please sign in to comment.