just-scripts 2.2.3 → 2.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 +16 -1
- package/CHANGELOG.md +10 -2
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "just-scripts",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Tue,
|
|
5
|
+
"date": "Tue, 26 Mar 2024 00:12:31 GMT",
|
|
6
|
+
"version": "2.3.0",
|
|
7
|
+
"tag": "just-scripts_v2.3.0",
|
|
8
|
+
"comments": {
|
|
9
|
+
"minor": [
|
|
10
|
+
{
|
|
11
|
+
"author": "beachball",
|
|
12
|
+
"package": "just-scripts",
|
|
13
|
+
"comment": "Bump just-task to v1.10.0",
|
|
14
|
+
"commit": "not available"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Tue, 05 Mar 2024 08:01:41 GMT",
|
|
6
21
|
"version": "2.2.3",
|
|
7
22
|
"tag": "just-scripts_v2.2.3",
|
|
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,
|
|
3
|
+
This log was last generated on Tue, 26 Mar 2024 00:12:31 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 2.3.0
|
|
8
|
+
|
|
9
|
+
Tue, 26 Mar 2024 00:12:31 GMT
|
|
10
|
+
|
|
11
|
+
### Minor changes
|
|
12
|
+
|
|
13
|
+
- Bump just-task to v1.10.0
|
|
14
|
+
|
|
7
15
|
## 2.2.3
|
|
8
16
|
|
|
9
|
-
Tue, 05 Mar 2024 08:01:
|
|
17
|
+
Tue, 05 Mar 2024 08:01:41 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
|
+
"version": "2.3.0",
|
|
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.
|
|
35
|
+
"just-task": ">=1.10.0 <2.0.0",
|
|
36
36
|
"prompts": "^2.4.0",
|
|
37
37
|
"run-parallel-limit": "^1.0.6",
|
|
38
38
|
"semver": "^7.0.0",
|