@lage-run/cli 0.8.5 → 0.8.6

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": "@lage-run/cli",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 18 Feb 2023 00:40:10 GMT",
5
+ "date": "Sat, 18 Feb 2023 00:43:24 GMT",
6
+ "tag": "@lage-run/cli_v0.8.6",
7
+ "version": "0.8.6",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@lage-run/cli",
13
+ "comment": "Bump @lage-run/reporters to v1.0.3",
14
+ "commit": "d6b4b81f694ee20c10f2521dd3058547699562c4"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Sat, 18 Feb 2023 00:40:18 GMT",
6
21
  "tag": "@lage-run/cli_v0.8.5",
7
22
  "version": "0.8.5",
8
23
  "comments": {
@@ -11,7 +26,7 @@
11
26
  "author": "beachball",
12
27
  "package": "@lage-run/cli",
13
28
  "comment": "Bump @lage-run/reporters to v1.0.2",
14
- "commit": "75247c3e9172dc763c5253cf94014b99ac2f4fc4"
29
+ "commit": "af1a17202ac0f94d79961130288c9935fdff9fbc"
15
30
  }
16
31
  ]
17
32
  }
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - @lage-run/cli
2
2
 
3
- This log was last generated on Sat, 18 Feb 2023 00:40:10 GMT and should not be manually modified.
3
+ This log was last generated on Sat, 18 Feb 2023 00:43:24 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.8.6
8
+
9
+ Sat, 18 Feb 2023 00:43:24 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump @lage-run/reporters to v1.0.3
14
+
7
15
  ## 0.8.5
8
16
 
9
- Sat, 18 Feb 2023 00:40:10 GMT
17
+ Sat, 18 Feb 2023 00:40:18 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lage-run/cli",
3
- "version": "0.8.5",
3
+ "version": "0.8.6",
4
4
  "description": "Command Line Interface for Lage",
5
5
  "repository": {
6
6
  "url": "https://github.com/microsoft/lage"
@@ -24,7 +24,7 @@
24
24
  "@lage-run/scheduler-types": "^0.3.1",
25
25
  "@lage-run/target-graph": "^0.6.2",
26
26
  "@lage-run/cache": "^0.2.5",
27
- "@lage-run/reporters": "^1.0.2",
27
+ "@lage-run/reporters": "^1.0.3",
28
28
  "commander": "^9.4.0",
29
29
  "workspace-tools": "^0.30.0",
30
30
  "chokidar": "3.5.3",