lage 1.8.4 → 1.8.5
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": "lage",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Sat, 17 Sep 2022
|
|
5
|
+
"date": "Sat, 17 Sep 2022 01:09:18 GMT",
|
|
6
|
+
"tag": "lage_v1.8.5",
|
|
7
|
+
"version": "1.8.5",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "email not defined",
|
|
12
|
+
"package": "lage",
|
|
13
|
+
"commit": "f972817afd8d234b31c013290e1a7bc952e7bf61",
|
|
14
|
+
"comment": "Update dependency workspace-tools to ^0.27.0"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Sat, 17 Sep 2022 00:05:30 GMT",
|
|
6
21
|
"tag": "lage_v1.8.4",
|
|
7
22
|
"version": "1.8.4",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
# Change Log - lage
|
|
2
2
|
|
|
3
|
-
This log was last generated on Sat, 17 Sep 2022
|
|
3
|
+
This log was last generated on Sat, 17 Sep 2022 01:09:18 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 1.8.5
|
|
8
|
+
|
|
9
|
+
Sat, 17 Sep 2022 01:09:18 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Update dependency workspace-tools to ^0.27.0 (email not defined)
|
|
14
|
+
|
|
7
15
|
## 1.8.4
|
|
8
16
|
|
|
9
|
-
Sat, 17 Sep 2022 00:05:
|
|
17
|
+
Sat, 17 Sep 2022 00:05:30 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lage",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.5",
|
|
4
4
|
"description": "A monorepo task runner",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/microsoft/lage"
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"p-graph": "^1.1.1",
|
|
42
42
|
"p-limit": "^3.1.0",
|
|
43
43
|
"p-profiler": "^0.2.1",
|
|
44
|
-
"workspace-tools": "^0.
|
|
44
|
+
"workspace-tools": "^0.27.0",
|
|
45
45
|
"yargs-parser": "^18.1.3"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|