|
1 | 1 | { |
2 | 2 | "name": "beachball", |
3 | 3 | "entries": [ |
| 4 | + { |
| 5 | + "date": "Wed, 17 Dec 2025 00:58:29 GMT", |
| 6 | + "version": "2.61.0", |
| 7 | + "tag": "beachball_v2.61.0", |
| 8 | + "comments": { |
| 9 | + "patch": [ |
| 10 | + { |
| 11 | + "author": "elcraig@microsoft.com", |
| 12 | + "package": "beachball", |
| 13 | + "commit": "712a3e062ac5be432519148af12f3b4acba8261c", |
| 14 | + "comment": "Properly handle bumping more types of semver ranges" |
| 15 | + }, |
| 16 | + { |
| 17 | + "author": "elcraig@microsoft.com", |
| 18 | + "package": "beachball", |
| 19 | + "commit": "712a3e062ac5be432519148af12f3b4acba8261c", |
| 20 | + "comment": "Share bump info between validate and actual commands. This should be a significant performance improvement in large repos." |
| 21 | + }, |
| 22 | + { |
| 23 | + "author": "elcraig@microsoft.com", |
| 24 | + "package": "beachball", |
| 25 | + "commit": "712a3e062ac5be432519148af12f3b4acba8261c", |
| 26 | + "comment": "Move git validation earlier in CLI flow" |
| 27 | + }, |
| 28 | + { |
| 29 | + "author": "elcraig@microsoft.com", |
| 30 | + "package": "beachball", |
| 31 | + "commit": "712a3e062ac5be432519148af12f3b4acba8261c", |
| 32 | + "comment": "Remove fs-extra usage" |
| 33 | + }, |
| 34 | + { |
| 35 | + "author": "elcraig@microsoft.com", |
| 36 | + "package": "beachball", |
| 37 | + "commit": "712a3e062ac5be432519148af12f3b4acba8261c", |
| 38 | + "comment": "Clarify some of the bumping logic" |
| 39 | + }, |
| 40 | + { |
| 41 | + "author": "elcraig@microsoft.com", |
| 42 | + "package": "beachball", |
| 43 | + "commit": "712a3e062ac5be432519148af12f3b4acba8261c", |
| 44 | + "comment": "Minor changes for lint rules" |
| 45 | + } |
| 46 | + ], |
| 47 | + "minor": [ |
| 48 | + { |
| 49 | + "author": "elcraig@microsoft.com", |
| 50 | + "package": "beachball", |
| 51 | + "commit": "712a3e062ac5be432519148af12f3b4acba8261c", |
| 52 | + "comment": "Skip git operations when determining changed packages with --all or --package (and improve logging of changed packages). Internally use a Set everywhere for the scoped packages list, and add an `allInScope` property to short circuit if there's no scope." |
| 53 | + }, |
| 54 | + { |
| 55 | + "author": "elcraig@microsoft.com", |
| 56 | + "package": "beachball", |
| 57 | + "commit": "712a3e062ac5be432519148af12f3b4acba8261c", |
| 58 | + "comment": "Fetch package info directly from the registry, not with npm CLI. This should be a significant performance improvement when publishing or syncing many packages. The default `npmReadConcurrency` has been increased to 10 since this is a lighter-weight operation." |
| 59 | + } |
| 60 | + ], |
| 61 | + "none": [ |
| 62 | + { |
| 63 | + "author": "elcraig@microsoft.com", |
| 64 | + "package": "beachball", |
| 65 | + "commit": "712a3e062ac5be432519148af12f3b4acba8261c", |
| 66 | + "comment": "Set up depcheck" |
| 67 | + } |
| 68 | + ] |
| 69 | + } |
| 70 | + }, |
4 | 71 | { |
5 | 72 | "date": "Thu, 04 Dec 2025 00:34:39 GMT", |
6 | 73 | "version": "2.60.1", |
|
0 commit comments