Skip to content

Commit e01bb9a

Browse files
committed
applying package updates
1 parent 331b29c commit e01bb9a

File tree

7 files changed

+30
-14
lines changed

7 files changed

+30
-14
lines changed

change/@minecraft-core-build-tasks-6fe063c8-9a02-4b81-bcc2-f22aa0dbcda9.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

libraries/math/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@minecraft/math",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"author": "Raphael Landaverde ([email protected])",
55
"contributors": [
66
{

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/core-build-tasks/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@minecraft/core-build-tasks",
33
"entries": [
4+
{
5+
"date": "Thu, 09 Jan 2025 19:53:24 GMT",
6+
"version": "3.0.1",
7+
"tag": "@minecraft/core-build-tasks_v3.0.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@minecraft/core-build-tasks",
13+
"commit": "331b29c12a12be91d7702b3b38e78308b2fc30c3",
14+
"comment": "Accidentally made the release a draft by default, fixed that"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Thu, 09 Jan 2025 19:25:04 GMT",
621
"version": "3.0.0",

tools/core-build-tasks/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @minecraft/core-build-tasks
22

3-
<!-- This log was last generated on Thu, 09 Jan 2025 19:25:04 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Thu, 09 Jan 2025 19:53:24 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 3.0.1
8+
9+
Thu, 09 Jan 2025 19:53:24 GMT
10+
11+
### Patches
12+
13+
- Accidentally made the release a draft by default, fixed that ([email protected])
14+
715
## 3.0.0
816

917
Thu, 09 Jan 2025 19:25:04 GMT

tools/core-build-tasks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@minecraft/core-build-tasks",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Common build tasks used for minecraft-scripting-libraries",
55
"exports": {
66
"import": "./lib/index.js",

tools/eslint-plugin-minecraft-linting/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-minecraft-linting",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"main": "./lib/index.js",
55
"types": "./lib/index.d.ts",
66
"license": "MIT",

0 commit comments

Comments
 (0)