beachball 2.22.3 → 2.22.4
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": "beachball",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Wed,
|
|
5
|
+
"date": "Wed, 01 Jun 2022 19:11:26 GMT",
|
|
6
|
+
"tag": "beachball_v2.22.4",
|
|
7
|
+
"version": "2.22.4",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "dzearing@microsoft.com",
|
|
12
|
+
"package": "beachball",
|
|
13
|
+
"commit": "a34f2901a4bbbc6e35b74057a8f9d0faabe4c3f7",
|
|
14
|
+
"comment": "Updating workspace-tools to v0.19.0."
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Wed, 18 May 2022 18:21:01 GMT",
|
|
6
21
|
"tag": "beachball_v2.22.3",
|
|
7
22
|
"version": "2.22.3",
|
|
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,
|
|
3
|
+
This log was last generated on Wed, 01 Jun 2022 19:11:26 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 2.22.4
|
|
8
|
+
|
|
9
|
+
Wed, 01 Jun 2022 19:11:26 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Updating workspace-tools to v0.19.0. (dzearing@microsoft.com)
|
|
14
|
+
|
|
7
15
|
## 2.22.3
|
|
8
16
|
|
|
9
|
-
Wed, 18 May 2022 18:
|
|
17
|
+
Wed, 18 May 2022 18:21:01 GMT
|
|
10
18
|
|
|
11
19
|
### Patches
|
|
12
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "beachball",
|
|
3
|
-
"version": "2.22.
|
|
3
|
+
"version": "2.22.4",
|
|
4
4
|
"description": "The Sunniest Semantic Version Bumper",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"semver": "^6.1.1",
|
|
48
48
|
"toposort": "^2.0.2",
|
|
49
49
|
"uuid": "^8.3.1",
|
|
50
|
-
"workspace-tools": "^0.
|
|
50
|
+
"workspace-tools": "^0.19.0",
|
|
51
51
|
"yargs-parser": "^20.2.4"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|