Skip to content

Commit

Permalink
Manual bump to correct versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rlandav committed Jul 12, 2024
1 parent 26f07ac commit c7c7eab
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 18 deletions.

This file was deleted.

This file was deleted.

15 changes: 15 additions & 0 deletions libraries/math/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@minecraft/math",
"entries": [
{
"date": "Fri, 12 Jul 2024 19:33:22 GMT",
"version": "1.4.0",
"tag": "@minecraft/math_v1.4.0",
"comments": {
"minor": [
{
"author": "[email protected]",
"package": "@minecraft/math",
"commit": "26f07ac9dd67033555a51c9ae3d4ac207608fc0b",
"comment": "Update @minecraft/math pre-bundled output to be ES modules based"
}
]
}
},
{
"date": "Thu, 09 May 2024 22:54:01 GMT",
"version": "1.3.5",
Expand Down
10 changes: 9 additions & 1 deletion libraries/math/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log - @minecraft/math

This log was last generated on Mon, 18 Mar 2024 23:32:29 GMT and should not be manually modified.
This log was last generated on Fri, 12 Jul 2024 19:33:22 GMT and should not be manually modified.

<!-- Start content -->

## 1.4.0

Fri, 12 Jul 2024 19:33:22 GMT

### Minor changes

- Update @minecraft/math pre-bundled output to be ES modules based ([email protected])

## 1.3.5

Mon, 18 Mar 2024 23:32:29 GMT
Expand Down
4 changes: 2 additions & 2 deletions libraries/math/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@minecraft/math",
"version": "1.3.5",
"version": "1.4.0",
"author": "Raphael Landaverde ([email protected])",
"contributors": [
{
Expand Down Expand Up @@ -39,4 +39,4 @@
"prettier": "^2.8.2",
"vitest": "^0.34.6"
}
}
}
2 changes: 1 addition & 1 deletion 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/eslint-plugin-minecraft-linting/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "eslint-plugin-minecraft-linting",
"entries": [
{
"date": "Fri, 12 Jul 2024 19:33:22 GMT",
"version": "1.2.2",
"tag": "eslint-plugin-minecraft-linting_v1.2.2",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "eslint-plugin-minecraft-linting",
"commit": "26f07ac9dd67033555a51c9ae3d4ac207608fc0b",
"comment": "Integrate naming convention rule and force bundler to use ESM by adjusting TSConfig"
}
]
}
},
{
"date": "Mon, 18 Mar 2024 23:32:29 GMT",
"version": "1.2.2",
Expand Down

0 comments on commit c7c7eab

Please sign in to comment.