just-scripts 2.2.1 → 2.2.2

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, 12 Sep 2023 08:01:58 GMT",
5
+ "date": "Sat, 02 Mar 2024 02:16:28 GMT",
6
+ "version": "2.2.2",
7
+ "tag": "just-scripts_v2.2.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "just-scripts",
13
+ "comment": "Bump just-task to v1.9.0",
14
+ "commit": "not available"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 12 Sep 2023 08:02:05 GMT",
6
21
  "version": "2.2.1",
7
22
  "tag": "just-scripts_v2.2.1",
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, 12 Sep 2023 08:01:58 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 02 Mar 2024 02:16:28 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 2.2.2
8
+
9
+ Sat, 02 Mar 2024 02:16:28 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump just-task to v1.9.0
14
+
7
15
  ## 2.2.1
8
16
 
9
- Tue, 12 Sep 2023 08:01:58 GMT
17
+ Tue, 12 Sep 2023 08:02:05 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.2.1",
3
+ "version": "2.2.2",
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.8.0 <2.0.0",
35
+ "just-task": ">=1.9.0 <2.0.0",
36
36
  "prompts": "^2.4.0",
37
37
  "run-parallel-limit": "^1.0.6",
38
38
  "semver": "^7.0.0",