just-scripts 2.3.2 → 2.3.3

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,22 @@
2
2
  "name": "just-scripts",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 10 Sep 2024 03:04:04 GMT",
5
+ "date": "Tue, 10 Dec 2024 22:22:41 GMT",
6
+ "version": "2.3.3",
7
+ "tag": "just-scripts_v2.3.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "just-scripts",
13
+ "comment": "Bump just-task to v1.11.0",
14
+ "commit": "not available"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 10 Sep 2024 03:04:12 GMT",
6
21
  "version": "2.3.2",
7
22
  "tag": "just-scripts_v2.3.2",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - just-scripts
2
2
 
3
- This log was last generated on Tue, 10 Sep 2024 03:04:04 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 10 Dec 2024 22:22:41 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 2.3.3
8
+
9
+ Tue, 10 Dec 2024 22:22:41 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump just-task to v1.11.0
14
+
7
15
  ## 2.3.2
8
16
 
9
- Tue, 10 Sep 2024 03:04:04 GMT
17
+ Tue, 10 Sep 2024 03:04:12 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "just-scripts",
3
- "version": "2.3.2",
3
+ "version": "2.3.3",
4
4
  "description": "Just Stack Scripts",
5
5
  "keywords": [],
6
6
  "repository": {
@@ -32,7 +32,7 @@
32
32
  "fs-extra": "^11.0.0",
33
33
  "glob": "^7.1.3",
34
34
  "just-scripts-utils": "^2.0.1",
35
- "just-task": ">=1.10.0 <2.0.0",
35
+ "just-task": ">=1.11.0 <2.0.0",
36
36
  "prompts": "^2.4.0",
37
37
  "run-parallel-limit": "^1.0.6",
38
38
  "semver": "^7.0.0",