Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rlandav committed Nov 26, 2024
1 parent 9d6cb50 commit 9b4a3b6
Show file tree
Hide file tree
Showing 11 changed files with 66 additions and 29 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

23 changes: 23 additions & 0 deletions libraries/math/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"package": "@minecraft/math",
"commit": "9d6cb505cd0dc9faf8ea80ed3660a84c92c914fd",
"comment": "build(dependabot): bump @minecraft/server from 1.6.0 to 1.15.0"
}
],
"minor": [
{
"author": "[email protected]",
"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",
Expand Down
14 changes: 13 additions & 1 deletion libraries/math/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

<!-- Start content -->

## 1.5.0

Tue, 26 Nov 2024 21:33:22 GMT

### Minor changes

- Implimented multiply, rotateX, rotateY, and rotateZ as new vectormath operations ([email protected])

### Patches

- build(dependabot): bump @minecraft/server from 1.6.0 to 1.15.0 ([email protected])

## 1.4.2

Mon, 25 Nov 2024 23:28:43 GMT
Expand Down
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.4.2",
"version": "1.5.0",
"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": "Tue, 26 Nov 2024 21:33:22 GMT",
"version": "1.1.7",
"tag": "@minecraft/core-build-tasks_v1.1.7",
"comments": {
"patch": [
{
"author": "[email protected]",
"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",
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 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.

<!-- Start content -->

## 1.1.7

Tue, 26 Nov 2024 21:33:22 GMT

### Patches

- build(dependabot): bump dotenv from 16.4.1 to 16.4.5 ([email protected])

## 1.1.6

Mon, 25 Nov 2024 23:28:43 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.1.6",
"version": "1.1.7",
"description": "Common build tasks used for minecraft-scripting-libraries",
"main": "lib/index.js",
"types": "lib/index.d.ts",
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.4",
"version": "1.2.5",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit 9b4a3b6

Please sign in to comment.