beachball 2.22.0 → 2.22.3
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 +46 -1
- package/CHANGELOG.md +26 -2
- package/README.md +2 -6
- package/lib/bump/bumpPackageInfoVersion.js +1 -1
- package/lib/bump/bumpPackageInfoVersion.js.map +1 -1
- package/lib/help.d.ts.map +1 -1
- package/lib/help.js +2 -3
- package/lib/help.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,52 @@
|
|
|
2
2
|
"name": "beachball",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Wed, 18 May 2022 18:20:55 GMT",
|
|
6
|
+
"tag": "beachball_v2.22.3",
|
|
7
|
+
"version": "2.22.3",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "863023+radium-v@users.noreply.github.com",
|
|
12
|
+
"package": "beachball",
|
|
13
|
+
"commit": "e00354e7701109d9fe1c8cf0f75381e96d4b20f2",
|
|
14
|
+
"comment": "Update the api call for prerelease to semver"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Wed, 04 May 2022 03:40:52 GMT",
|
|
21
|
+
"tag": "beachball_v2.22.2",
|
|
22
|
+
"version": "2.22.2",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"author": "elcraig@microsoft.com",
|
|
27
|
+
"package": "beachball",
|
|
28
|
+
"commit": "d7e0f53fb513de48e781a1b71123a49cf1486db0",
|
|
29
|
+
"comment": "Remove docs for nonexistent changelog command"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Wed, 04 May 2022 03:07:37 GMT",
|
|
36
|
+
"tag": "beachball_v2.22.1",
|
|
37
|
+
"version": "2.22.1",
|
|
38
|
+
"comments": {
|
|
39
|
+
"patch": [
|
|
40
|
+
{
|
|
41
|
+
"author": "dannyvv@microsoft.com",
|
|
42
|
+
"package": "beachball",
|
|
43
|
+
"commit": "bf86ecb4ac13021ac255d365b33079f1bbcde15f",
|
|
44
|
+
"comment": "Update help and readme to not refer to 'master' branch"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"date": "Thu, 28 Apr 2022 20:28:37 GMT",
|
|
6
51
|
"tag": "beachball_v2.22.0",
|
|
7
52
|
"version": "2.22.0",
|
|
8
53
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,36 @@
|
|
|
1
1
|
# Change Log - beachball
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Wed, 18 May 2022 18:20:55 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 2.22.3
|
|
8
|
+
|
|
9
|
+
Wed, 18 May 2022 18:20:55 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Update the api call for prerelease to semver (863023+radium-v@users.noreply.github.com)
|
|
14
|
+
|
|
15
|
+
## 2.22.2
|
|
16
|
+
|
|
17
|
+
Wed, 04 May 2022 03:40:52 GMT
|
|
18
|
+
|
|
19
|
+
### Patches
|
|
20
|
+
|
|
21
|
+
- Remove docs for nonexistent changelog command (elcraig@microsoft.com)
|
|
22
|
+
|
|
23
|
+
## 2.22.1
|
|
24
|
+
|
|
25
|
+
Wed, 04 May 2022 03:07:37 GMT
|
|
26
|
+
|
|
27
|
+
### Patches
|
|
28
|
+
|
|
29
|
+
- Update help and readme to not refer to 'master' branch (dannyvv@microsoft.com)
|
|
30
|
+
|
|
7
31
|
## 2.22.0
|
|
8
32
|
|
|
9
|
-
Thu, 28 Apr 2022 20:28:
|
|
33
|
+
Thu, 28 Apr 2022 20:28:37 GMT
|
|
10
34
|
|
|
11
35
|
### Minor changes
|
|
12
36
|
|
package/README.md
CHANGED
|
@@ -26,17 +26,13 @@ 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
|
|
36
32
|
|
|
37
33
|
### [publish](https://microsoft.github.io/beachball/cli/publish.html)
|
|
38
34
|
|
|
39
|
-
bumps, publishes to npm registry (optionally does dist-tags), and pushes changelogs back into
|
|
35
|
+
bumps, publishes to npm registry (optionally does dist-tags), and pushes changelogs back into the default branch
|
|
40
36
|
|
|
41
37
|
### [sync](https://microsoft.github.io/beachball/cli/sync.html)
|
|
42
38
|
|
|
@@ -61,7 +57,7 @@ registry, defaults to https://registry.npmjs.org
|
|
|
61
57
|
|
|
62
58
|
### --branch, -b
|
|
63
59
|
|
|
64
|
-
target branch from origin (default:
|
|
60
|
+
target branch from origin (default: as configured in 'git config init.defaultBranch')
|
|
65
61
|
|
|
66
62
|
### --message, -m
|
|
67
63
|
|
|
@@ -25,7 +25,7 @@ function bumpPackageInfoVersion(pkgName, bumpInfo, options) {
|
|
|
25
25
|
return;
|
|
26
26
|
}
|
|
27
27
|
if (!info.private) {
|
|
28
|
-
info.version = semver_1.default.inc(info.version, changeType, options.prereleasePrefix || undefined);
|
|
28
|
+
info.version = semver_1.default.inc(info.version, options.prereleasePrefix ? 'prerelease' : changeType, options.prereleasePrefix || undefined);
|
|
29
29
|
modifiedPackages.add(pkgName);
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bumpPackageInfoVersion.js","sourceRoot":"","sources":["../../src/bump/bumpPackageInfoVersion.ts"],"names":[],"mappings":";;;;;;AACA,oDAA4B;AAG5B;;GAEG;AACH,SAAgB,sBAAsB,CAAC,OAAe,EAAE,QAAkB,EAAE,OAAyB;IACnG,MAAM,EAAE,qBAAqB,EAAE,YAAY,EAAE,gBAAgB,EAAE,GAAG,QAAQ,CAAC;IAC3E,MAAM,IAAI,GAAG,YAAY,CAAC,OAAO,CAAC,CAAC;IACnC,MAAM,UAAU,GAAG,qBAAqB,CAAC,OAAO,CAAC,CAAC;IAClD,IAAI,CAAC,IAAI,EAAE;QACT,OAAO,CAAC,GAAG,CAAC,0BAA0B,OAAO,yCAAyC,CAAC,CAAC;QACxF,OAAO;KACR;IACD,IAAI,UAAU,KAAK,MAAM,EAAE;QACzB,OAAO,CAAC,GAAG,CAAC,IAAI,OAAO,0DAA0D,CAAC,CAAC;QACnF,OAAO;KACR;IACD,IAAI,IAAI,CAAC,OAAO,EAAE;QAChB,OAAO,CAAC,GAAG,CAAC,qCAAqC,OAAO,GAAG,CAAC,CAAC;QAC7D,OAAO;KACR;IACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACjB,IAAI,CAAC,OAAO,GAAG,gBAAM,CAAC,GAAG,CAAC,IAAI,CAAC,OAAO,EAAE,UAAU,EAAE,OAAO,CAAC,gBAAgB,IAAI,SAAS,CAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"bumpPackageInfoVersion.js","sourceRoot":"","sources":["../../src/bump/bumpPackageInfoVersion.ts"],"names":[],"mappings":";;;;;;AACA,oDAA4B;AAG5B;;GAEG;AACH,SAAgB,sBAAsB,CAAC,OAAe,EAAE,QAAkB,EAAE,OAAyB;IACnG,MAAM,EAAE,qBAAqB,EAAE,YAAY,EAAE,gBAAgB,EAAE,GAAG,QAAQ,CAAC;IAC3E,MAAM,IAAI,GAAG,YAAY,CAAC,OAAO,CAAC,CAAC;IACnC,MAAM,UAAU,GAAG,qBAAqB,CAAC,OAAO,CAAC,CAAC;IAClD,IAAI,CAAC,IAAI,EAAE;QACT,OAAO,CAAC,GAAG,CAAC,0BAA0B,OAAO,yCAAyC,CAAC,CAAC;QACxF,OAAO;KACR;IACD,IAAI,UAAU,KAAK,MAAM,EAAE;QACzB,OAAO,CAAC,GAAG,CAAC,IAAI,OAAO,0DAA0D,CAAC,CAAC;QACnF,OAAO;KACR;IACD,IAAI,IAAI,CAAC,OAAO,EAAE;QAChB,OAAO,CAAC,GAAG,CAAC,qCAAqC,OAAO,GAAG,CAAC,CAAC;QAC7D,OAAO;KACR;IACD,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACjB,IAAI,CAAC,OAAO,GAAG,gBAAM,CAAC,GAAG,CAAC,IAAI,CAAC,OAAO,EAAE,OAAO,CAAC,gBAAgB,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,UAAU,EAAE,OAAO,CAAC,gBAAgB,IAAI,SAAS,CAAW,CAAC;QAC/I,gBAAgB,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;KAC/B;AACH,CAAC;AApBD,wDAoBC"}
|
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,
|
|
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,9 +20,8 @@ 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
|
-
publish - bumps, publishes to npm registry (optionally does dist-tags), and pushes changelogs back into
|
|
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
|
|
27
26
|
|
|
28
27
|
Options:
|
|
@@ -30,7 +29,7 @@ Options:
|
|
|
30
29
|
--registry, -r - registry, defaults to https://registry.npmjs.org
|
|
31
30
|
--tag, -t - for the publish command: dist-tag for npm publishes
|
|
32
31
|
- for the sync command: will use specified tag to set the version
|
|
33
|
-
--branch, -b - target branch from origin (default:
|
|
32
|
+
--branch, -b - target branch from origin (default: as configured in 'git config init.defaultBranch')
|
|
34
33
|
--message, -m - for the publish command: custom publish message for the checkin (default: applying package updates);
|
|
35
34
|
for the change command: description of the change
|
|
36
35
|
--no-push - skip pushing changes back to git remote origin
|
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
|
|
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"}
|