@minecraft/core-build-tasks 5.1.0 → 5.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,37 @@
2
2
  "name": "@minecraft/core-build-tasks",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 23 May 2025 10:43:14 GMT",
5
+ "date": "Mon, 14 Jul 2025 15:33:40 GMT",
6
+ "version": "5.3.0",
7
+ "tag": "@minecraft/core-build-tasks_v5.3.0",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "author": "zachary.campbell@skyboxlabs.com",
12
+ "package": "@minecraft/core-build-tasks",
13
+ "commit": "5f36c265c76bb8453750ab544b06327632e2a3ba",
14
+ "comment": "Update coreLint task to run on whole working directory, linting fixes"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 26 Jun 2025 22:33:37 GMT",
21
+ "version": "5.2.0",
22
+ "tag": "@minecraft/core-build-tasks_v5.2.0",
23
+ "comments": {
24
+ "minor": [
25
+ {
26
+ "author": "zachary.campbell@skyboxlabs.com",
27
+ "package": "@minecraft/core-build-tasks",
28
+ "commit": "6dbbce7231a4daceb4ddbba5681891de7fc481e7",
29
+ "comment": "Update core-build-tasks publishRelease to support uploading NPM tarballs"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Fri, 23 May 2025 10:43:28 GMT",
6
36
  "version": "5.1.0",
7
37
  "tag": "@minecraft/core-build-tasks_v5.1.0",
8
38
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,28 @@
1
1
  # Change Log - @minecraft/core-build-tasks
2
2
 
3
- <!-- This log was last generated on Fri, 23 May 2025 10:43:14 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Mon, 14 Jul 2025 15:33:40 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 5.3.0
8
+
9
+ Mon, 14 Jul 2025 15:33:40 GMT
10
+
11
+ ### Minor changes
12
+
13
+ - Update coreLint task to run on whole working directory, linting fixes (zachary.campbell@skyboxlabs.com)
14
+
15
+ ## 5.2.0
16
+
17
+ Thu, 26 Jun 2025 22:33:37 GMT
18
+
19
+ ### Minor changes
20
+
21
+ - Update core-build-tasks publishRelease to support uploading NPM tarballs (zachary.campbell@skyboxlabs.com)
22
+
7
23
  ## 5.1.0
8
24
 
9
- Fri, 23 May 2025 10:43:14 GMT
25
+ Fri, 23 May 2025 10:43:28 GMT
10
26
 
11
27
  ### Minor changes
12
28