lage 1.7.8 → 1.7.9

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",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 24 Aug 2022 22:25:49 GMT",
5
+ "date": "Thu, 25 Aug 2022 19:01:30 GMT",
6
+ "tag": "lage_v1.7.9",
7
+ "version": "1.7.9",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "renovate@whitesourcesoftware.com",
12
+ "package": "lage",
13
+ "commit": "9f99ae972fdf5740a5b78e494bfb984536767d1b",
14
+ "comment": "Update dependency beachball to v2.30.1"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 24 Aug 2022 22:26:03 GMT",
6
21
  "tag": "lage_v1.7.8",
7
22
  "version": "1.7.8",
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 Wed, 24 Aug 2022 22:25:49 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 25 Aug 2022 19:01:30 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 1.7.9
8
+
9
+ Thu, 25 Aug 2022 19:01:30 GMT
10
+
11
+ ### Patches
12
+
13
+ - Update dependency beachball to v2.30.1 (renovate@whitesourcesoftware.com)
14
+
7
15
  ## 1.7.8
8
16
 
9
- Wed, 24 Aug 2022 22:25:49 GMT
17
+ Wed, 24 Aug 2022 22:26:03 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.7.8",
3
+ "version": "1.7.9",
4
4
  "description": "A monorepo task runner",
5
5
  "repository": {
6
6
  "url": "https://github.com/microsoft/lage"
@@ -61,7 +61,7 @@
61
61
  "@types/npmlog": "4.1.4",
62
62
  "@types/p-queue": "3.2.1",
63
63
  "@types/yargs-parser": "15.0.0",
64
- "beachball": "2.26.0",
64
+ "beachball": "2.30.1",
65
65
  "gh-pages": "2.2.0",
66
66
  "jest": "^27.2.0",
67
67
  "ts-jest": "^27.0.5",