beachball 2.22.1 → 2.22.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": "beachball",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 04 May 2022 03:07:34 GMT",
5
+ "date": "Wed, 04 May 2022 03:40:49 GMT",
6
+ "tag": "beachball_v2.22.2",
7
+ "version": "2.22.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "elcraig@microsoft.com",
12
+ "package": "beachball",
13
+ "commit": "d7e0f53fb513de48e781a1b71123a49cf1486db0",
14
+ "comment": "Remove docs for nonexistent changelog command"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 04 May 2022 03:07:37 GMT",
6
21
  "tag": "beachball_v2.22.1",
7
22
  "version": "2.22.1",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,20 @@
1
1
  # Change Log - beachball
2
2
 
3
- This log was last generated on Wed, 04 May 2022 03:07:34 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 04 May 2022 03:40:49 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 2.22.2
8
+
9
+ Wed, 04 May 2022 03:40:49 GMT
10
+
11
+ ### Patches
12
+
13
+ - Remove docs for nonexistent changelog command (elcraig@microsoft.com)
14
+
7
15
  ## 2.22.1
8
16
 
9
- Wed, 04 May 2022 03:07:34 GMT
17
+ Wed, 04 May 2022 03:07:37 GMT
10
18
 
11
19
  ### Patches
12
20
 
package/README.md CHANGED
@@ -26,10 +26,6 @@ a tool to help create change files in the change/ folder
26
26
 
27
27
  checks whether a change file is needed for this branch
28
28
 
29
- ### changelog
30
-
31
- based on change files, create changelogs and then unlinks the change files
32
-
33
29
  ### [bump](https://microsoft.github.io/beachball/cli/bump.html)
34
30
 
35
31
  bumps versions as well as generating changelogs
package/lib/help.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"help.d.ts","sourceRoot":"","sources":["../src/help.ts"],"names":[],"mappings":"AAAA,wBAAgB,WAAW,SAG1B;AAED,wBAAgB,QAAQ,SAoDvB"}
1
+ {"version":3,"file":"help.d.ts","sourceRoot":"","sources":["../src/help.ts"],"names":[],"mappings":"AAAA,wBAAgB,WAAW,SAG1B;AAED,wBAAgB,QAAQ,SAmDvB"}
package/lib/help.js CHANGED
@@ -20,7 +20,6 @@ Commands:
20
20
 
21
21
  change (default) - a tool to help create change files in the change/ folder
22
22
  check - checks whether a change file is needed for this branch
23
- changelog - based on change files, create changelogs and then unlinks the change files
24
23
  bump - bumps versions as well as generating changelogs
25
24
  publish - bumps, publishes to npm registry (optionally does dist-tags), and pushes changelogs back into the default branch
26
25
  sync - synchronizes published versions of packages from a registry, makes local package.json changes to match what is published
package/lib/help.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"help.js","sourceRoot":"","sources":["../src/help.ts"],"names":[],"mappings":";;;AAAA,SAAgB,WAAW;IACzB,MAAM,WAAW,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,cAAc,WAAW,CAAC,OAAO,sCAAsC,CAAC,CAAC;AACvF,CAAC;AAHD,kCAGC;AAED,SAAgB,QAAQ;IACtB,WAAW,EAAE,CAAC;IAEd,OAAO,CAAC,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgDb,CAAC,CAAC;AACH,CAAC;AApDD,4BAoDC"}
1
+ {"version":3,"file":"help.js","sourceRoot":"","sources":["../src/help.ts"],"names":[],"mappings":";;;AAAA,SAAgB,WAAW;IACzB,MAAM,WAAW,GAAG,OAAO,CAAC,iBAAiB,CAAC,CAAC;IAC/C,OAAO,CAAC,GAAG,CAAC,cAAc,WAAW,CAAC,OAAO,sCAAsC,CAAC,CAAC;AACvF,CAAC;AAHD,kCAGC;AAED,SAAgB,QAAQ;IACtB,WAAW,EAAE,CAAC;IAEd,OAAO,CAAC,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+Cb,CAAC,CAAC;AACH,CAAC;AAnDD,4BAmDC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beachball",
3
- "version": "2.22.1",
3
+ "version": "2.22.2",
4
4
  "description": "The Sunniest Semantic Version Bumper",
5
5
  "repository": {
6
6
  "type": "git",