beachball 2.24.0 → 2.24.1

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": "Thu, 07 Jul 2022 04:38:04 GMT",
5
+ "date": "Wed, 13 Jul 2022 20:33:42 GMT",
6
+ "tag": "beachball_v2.24.1",
7
+ "version": "2.24.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "adam.gleitman@gmail.com",
12
+ "package": "beachball",
13
+ "commit": "511dc118032faf4326d7bd071e5ccea80332cea8",
14
+ "comment": "Bump git-url-parse to 12.0.0"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 07 Jul 2022 04:38:07 GMT",
6
21
  "tag": "beachball_v2.24.0",
7
22
  "version": "2.24.0",
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 Thu, 07 Jul 2022 04:38:04 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 13 Jul 2022 20:33:42 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 2.24.1
8
+
9
+ Wed, 13 Jul 2022 20:33:42 GMT
10
+
11
+ ### Patches
12
+
13
+ - Bump git-url-parse to 12.0.0 (adam.gleitman@gmail.com)
14
+
7
15
  ## 2.24.0
8
16
 
9
- Thu, 07 Jul 2022 04:38:04 GMT
17
+ Thu, 07 Jul 2022 04:38:07 GMT
10
18
 
11
19
  ### Minor changes
12
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beachball",
3
- "version": "2.24.0",
3
+ "version": "2.24.1",
4
4
  "description": "The Sunniest Semantic Version Bumper",
5
5
  "repository": {
6
6
  "type": "git",
@@ -37,7 +37,7 @@
37
37
  "cosmiconfig": "^6.0.0",
38
38
  "execa": "^4.0.3",
39
39
  "fs-extra": "^8.0.1",
40
- "git-url-parse": "^11.1.2",
40
+ "git-url-parse": "^12.0.0",
41
41
  "glob": "^7.1.4",
42
42
  "human-id": "^2.0.1",
43
43
  "lodash": "^4.17.15",