Skip to content

Commit d7e7482

Browse files
committed
Bump to 2.60.0
1 parent fd1c5bd commit d7e7482

13 files changed

Lines changed: 95 additions & 72 deletions

CHANGELOG.json

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,79 @@
11
{
22
"name": "beachball",
33
"entries": [
4+
{
5+
"date": "Wed, 03 Dec 2025 23:57:28 GMT",
6+
"version": "2.60.0",
7+
"tag": "beachball_v2.60.0",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "elcraig@microsoft.com",
12+
"package": "beachball",
13+
"commit": "b7e301e8137c53cbc41dda915f2be94e29880c76",
14+
"comment": "Update semver call signature"
15+
},
16+
{
17+
"author": "elcraig@microsoft.com",
18+
"package": "beachball",
19+
"commit": "7a3e9df4380c6d269110483728bc76f40bac33cd",
20+
"comment": "Move internal cloneObject helper"
21+
},
22+
{
23+
"author": "elcraig@microsoft.com",
24+
"package": "beachball",
25+
"commit": "f873be148dd82d5a503da15fd9d81f0bd13d193e",
26+
"comment": "Allow writeChangeFiles to work outside a git repo for testing"
27+
},
28+
{
29+
"author": "ecraig12345@gmail.com",
30+
"package": "beachball",
31+
"commit": "4af7ddbee666f7b0a79fa261b00b61f0362195c4",
32+
"comment": "Remove unnecessary findProjectRoot calls"
33+
},
34+
{
35+
"author": "elcraig@microsoft.com",
36+
"package": "beachball",
37+
"commit": "f0cb8925a6202e33ea984ecea196c6f66926f069",
38+
"comment": "Improve perf of readChangeFiles, and improve object stringifying in errors"
39+
},
40+
{
41+
"author": "thomas.norling@microsoft.com",
42+
"package": "beachball",
43+
"commit": "fd1c5bd17c0516af49354b04cdaf1c609648767e",
44+
"comment": "Fix bump logic for dependencies using file protocol"
45+
},
46+
{
47+
"author": "elcraig@microsoft.com",
48+
"package": "beachball",
49+
"commit": "81623c4ccc6bf2c8bf8821db189f36ee006143df",
50+
"comment": "Update dependency workspace-tools to ^0.40.0. This may improve detection of remote branch names in certain cases. It also includes stricter error checking for git operations, which may surface some errors which were previously hidden."
51+
}
52+
],
53+
"none": [
54+
{
55+
"author": "elcraig@microsoft.com",
56+
"package": "beachball",
57+
"commit": "69f0bbe86ffaf882798a8ed2b26aea3815422e5d",
58+
"comment": "Refresh lock again"
59+
}
60+
],
61+
"minor": [
62+
{
63+
"author": "elcraig@microsoft.com",
64+
"package": "beachball",
65+
"commit": "92a53f2b7dd47fddf1e58357502fe9dce10f86bd",
66+
"comment": "Improve formatting of lists in CLI output. If you're parsing `beachball check` or `beachball publish` output for some reason, this could be a breaking change."
67+
},
68+
{
69+
"author": "elcraig@microsoft.com",
70+
"package": "beachball",
71+
"commit": "92a53f2b7dd47fddf1e58357502fe9dce10f86bd",
72+
"comment": "Validate that there are no private packages among `peerDependencies` or `optionalDependencies` of published packages (not just `dependencies`). There's a slight chance this could be a breaking change."
73+
}
74+
]
75+
}
76+
},
477
{
578
"date": "Wed, 19 Nov 2025 23:36:30 GMT",
679
"version": "2.58.0",

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,28 @@
11
# Change Log - beachball
22

3-
<!-- This log was last generated on Wed, 19 Nov 2025 23:36:30 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Wed, 03 Dec 2025 23:57:28 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 2.60.0
8+
9+
Wed, 03 Dec 2025 23:57:28 GMT
10+
11+
### Minor changes
12+
13+
- Improve formatting of lists in CLI output. If you're parsing `beachball check` or `beachball publish` output for some reason, this could be a breaking change. (elcraig@microsoft.com)
14+
- Validate that there are no private packages among `peerDependencies` or `optionalDependencies` of published packages (not just `dependencies`). There's a slight chance this could be a breaking change. (elcraig@microsoft.com)
15+
16+
### Patches
17+
18+
- Update semver call signature (elcraig@microsoft.com)
19+
- Move internal cloneObject helper (elcraig@microsoft.com)
20+
- Allow writeChangeFiles to work outside a git repo for testing (elcraig@microsoft.com)
21+
- Remove unnecessary findProjectRoot calls (ecraig12345@gmail.com)
22+
- Improve perf of readChangeFiles, and improve object stringifying in errors (elcraig@microsoft.com)
23+
- Fix bump logic for dependencies using file protocol (thomas.norling@microsoft.com)
24+
- Update dependency workspace-tools to ^0.40.0. This may improve detection of remote branch names in certain cases. It also includes stricter error checking for git operations, which may surface some errors which were previously hidden. (elcraig@microsoft.com)
25+
726
## 2.58.0
827

928
Wed, 19 Nov 2025 23:36:30 GMT

change/beachball-0ae4a3b0-1089-4a2a-a577-c0f9b4c550b2.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/beachball-25e2af71-4356-43fb-9a17-7762f74724d6.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/beachball-3c271966-bbc3-44a7-8c90-e4e71c02aaa5.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/beachball-508e4cfc-b065-4957-80fe-ab0f71bfa1c8.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/beachball-59922bcc-56c0-47ba-af4f-fdefad037e8c.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/beachball-60c6b22f-0470-4741-81d3-4399af2f4707.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/beachball-6c57517f-e21e-4158-a5c6-6477ea8879d6.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

change/beachball-89e24360-0190-49b7-aa7f-0557b2828c19.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)