diff --git a/change/@minecraft-core-build-tasks-fa216ba2-5deb-46b2-87ff-b6bcf95806aa.json b/change/@minecraft-core-build-tasks-fa216ba2-5deb-46b2-87ff-b6bcf95806aa.json deleted file mode 100644 index 57f77a4..0000000 --- a/change/@minecraft-core-build-tasks-fa216ba2-5deb-46b2-87ff-b6bcf95806aa.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "build(dependabot): bump dotenv from 16.4.1 to 16.4.5", - "packageName": "@minecraft/core-build-tasks", - "email": "rlanda@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@minecraft-math-4be11fa7-01e9-43f3-bc0e-caad72afe8bc.json b/change/@minecraft-math-4be11fa7-01e9-43f3-bc0e-caad72afe8bc.json deleted file mode 100644 index 209d959..0000000 --- a/change/@minecraft-math-4be11fa7-01e9-43f3-bc0e-caad72afe8bc.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "patch", - "comment": "build(dependabot): bump @minecraft/server from 1.6.0 to 1.15.0", - "packageName": "@minecraft/math", - "email": "rlanda@microsoft.com", - "dependentChangeType": "patch" -} diff --git a/change/@minecraft-math-6bce4916-e540-448e-b3bb-bf9e6d6b19a3.json b/change/@minecraft-math-6bce4916-e540-448e-b3bb-bf9e6d6b19a3.json deleted file mode 100644 index 3360ea4..0000000 --- a/change/@minecraft-math-6bce4916-e540-448e-b3bb-bf9e6d6b19a3.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "minor", - "comment": "Implimented multiply, rotateX, rotateY, and rotateZ as new vectormath operations", - "packageName": "@minecraft/math", - "email": "aiaub1212@gmail.com", - "dependentChangeType": "patch" -} diff --git a/libraries/math/CHANGELOG.json b/libraries/math/CHANGELOG.json index 69f6a8a..a6bc703 100644 --- a/libraries/math/CHANGELOG.json +++ b/libraries/math/CHANGELOG.json @@ -1,6 +1,29 @@ { "name": "@minecraft/math", "entries": [ + { + "date": "Tue, 26 Nov 2024 21:33:22 GMT", + "version": "1.5.0", + "tag": "@minecraft/math_v1.5.0", + "comments": { + "patch": [ + { + "author": "rlanda@microsoft.com", + "package": "@minecraft/math", + "commit": "9d6cb505cd0dc9faf8ea80ed3660a84c92c914fd", + "comment": "build(dependabot): bump @minecraft/server from 1.6.0 to 1.15.0" + } + ], + "minor": [ + { + "author": "aiaub1212@gmail.com", + "package": "@minecraft/math", + "commit": "9d6cb505cd0dc9faf8ea80ed3660a84c92c914fd", + "comment": "Implimented multiply, rotateX, rotateY, and rotateZ as new vectormath operations" + } + ] + } + }, { "date": "Mon, 25 Nov 2024 23:28:43 GMT", "version": "1.4.2", diff --git a/libraries/math/CHANGELOG.md b/libraries/math/CHANGELOG.md index 62a8905..8f9e968 100644 --- a/libraries/math/CHANGELOG.md +++ b/libraries/math/CHANGELOG.md @@ -1,9 +1,21 @@ # Change Log - @minecraft/math -This log was last generated on Mon, 25 Nov 2024 23:28:43 GMT and should not be manually modified. +This log was last generated on Tue, 26 Nov 2024 21:33:22 GMT and should not be manually modified. +## 1.5.0 + +Tue, 26 Nov 2024 21:33:22 GMT + +### Minor changes + +- Implimented multiply, rotateX, rotateY, and rotateZ as new vectormath operations (aiaub1212@gmail.com) + +### Patches + +- build(dependabot): bump @minecraft/server from 1.6.0 to 1.15.0 (rlanda@microsoft.com) + ## 1.4.2 Mon, 25 Nov 2024 23:28:43 GMT diff --git a/libraries/math/package.json b/libraries/math/package.json index 093c27b..9b03b9f 100644 --- a/libraries/math/package.json +++ b/libraries/math/package.json @@ -1,6 +1,6 @@ { "name": "@minecraft/math", - "version": "1.4.2", + "version": "1.5.0", "author": "Raphael Landaverde (rlanda@microsoft.com)", "contributors": [ { diff --git a/package-lock.json b/package-lock.json index b3d6267..355610b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ }, "libraries/math": { "name": "@minecraft/math", - "version": "1.4.2", + "version": "1.5.0", "license": "MIT", "devDependencies": { "@minecraft/core-build-tasks": "*", @@ -6093,7 +6093,7 @@ }, "tools/core-build-tasks": { "name": "@minecraft/core-build-tasks", - "version": "1.1.6", + "version": "1.1.7", "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.4", + "version": "1.2.5", "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 53344e9..797961e 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": "Tue, 26 Nov 2024 21:33:22 GMT", + "version": "1.1.7", + "tag": "@minecraft/core-build-tasks_v1.1.7", + "comments": { + "patch": [ + { + "author": "rlanda@microsoft.com", + "package": "@minecraft/core-build-tasks", + "commit": "9d6cb505cd0dc9faf8ea80ed3660a84c92c914fd", + "comment": "build(dependabot): bump dotenv from 16.4.1 to 16.4.5" + } + ] + } + }, { "date": "Mon, 25 Nov 2024 23:28:43 GMT", "version": "1.1.6", diff --git a/tools/core-build-tasks/CHANGELOG.md b/tools/core-build-tasks/CHANGELOG.md index 0d95aaf..961401c 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 Mon, 25 Nov 2024 23:28:43 GMT and should not be manually modified. +This log was last generated on Tue, 26 Nov 2024 21:33:22 GMT and should not be manually modified. +## 1.1.7 + +Tue, 26 Nov 2024 21:33:22 GMT + +### Patches + +- build(dependabot): bump dotenv from 16.4.1 to 16.4.5 (rlanda@microsoft.com) + ## 1.1.6 Mon, 25 Nov 2024 23:28:43 GMT diff --git a/tools/core-build-tasks/package.json b/tools/core-build-tasks/package.json index b66409f..11d7a79 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.1.6", + "version": "1.1.7", "description": "Common build tasks used for minecraft-scripting-libraries", "main": "lib/index.js", "types": "lib/index.d.ts", diff --git a/tools/eslint-plugin-minecraft-linting/package.json b/tools/eslint-plugin-minecraft-linting/package.json index ecd4f33..58d0f95 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.4", + "version": "1.2.5", "main": "lib/index.js", "types": "lib/index.d.ts", "license": "MIT",