Skip to content

Commit 817a0a3

Browse files
committed
applying package updates
1 parent 49f2055 commit 817a0a3

9 files changed

+61
-44
lines changed

CHANGELOG.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,53 @@
11
{
22
"name": "beachball",
33
"entries": [
4+
{
5+
"date": "Tue, 10 Mar 2026 23:45:19 GMT",
6+
"version": "2.63.1",
7+
"tag": "beachball_v2.63.1",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "elcraig@microsoft.com",
12+
"package": "beachball",
13+
"commit": "49f20553364dee724f5ba309da06247fa56fe3a4",
14+
"comment": "Pass default changelog renderers through to custom renders. Also escape the character `<` in changelog entries when rendering if it's definitely not inside a code block."
15+
},
16+
{
17+
"author": "elcraig@microsoft.com",
18+
"package": "beachball",
19+
"commit": "49f20553364dee724f5ba309da06247fa56fe3a4",
20+
"comment": "Centralize error handling instead of calling process.exit() throughout the code"
21+
},
22+
{
23+
"author": "elcraig@microsoft.com",
24+
"package": "beachball",
25+
"commit": "49f20553364dee724f5ba309da06247fa56fe3a4",
26+
"comment": "Improve publish logging"
27+
},
28+
{
29+
"author": "elcraig@microsoft.com",
30+
"package": "beachball",
31+
"commit": "49f20553364dee724f5ba309da06247fa56fe3a4",
32+
"comment": "Update workspace-tools to 0.41.0"
33+
},
34+
{
35+
"author": "elcraig@microsoft.com",
36+
"package": "beachball",
37+
"commit": "49f20553364dee724f5ba309da06247fa56fe3a4",
38+
"comment": "Respect `ignorePatterns` when finding packages **only** in repos that don't use a supported monorepo manager. Also update workspace-tools to 0.40.4."
39+
}
40+
],
41+
"none": [
42+
{
43+
"author": "elcraig@microsoft.com",
44+
"package": "beachball",
45+
"commit": "49f20553364dee724f5ba309da06247fa56fe3a4",
46+
"comment": "Unpin lodash dev deps due to security issues"
47+
}
48+
]
49+
}
50+
},
451
{
552
"date": "Fri, 23 Jan 2026 05:19:48 GMT",
653
"version": "2.63.0",

CHANGELOG.md

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

3-
<!-- This log was last generated on Fri, 23 Jan 2026 05:19:48 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Tue, 10 Mar 2026 23:45:19 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 2.63.1
8+
9+
Tue, 10 Mar 2026 23:45:19 GMT
10+
11+
### Patches
12+
13+
- Pass default changelog renderers through to custom renders. Also escape the character `<` in changelog entries when rendering if it's definitely not inside a code block. (elcraig@microsoft.com)
14+
- Centralize error handling instead of calling process.exit() throughout the code (elcraig@microsoft.com)
15+
- Improve publish logging (elcraig@microsoft.com)
16+
- Update workspace-tools to 0.41.0 (elcraig@microsoft.com)
17+
- Respect `ignorePatterns` when finding packages **only** in repos that don't use a supported monorepo manager. Also update workspace-tools to 0.40.4. (elcraig@microsoft.com)
18+
719
## 2.63.0
820

921
Fri, 23 Jan 2026 05:19:48 GMT

change/beachball-41f41008-21c8-426f-b7ba-6a012d8873c0.json

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

change/beachball-4c3bded9-403e-4f15-908b-189a039d657f.json

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

change/beachball-4c8bb372-aff5-438c-9706-ca20aaac11bb.json

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

change/beachball-9e8d59d7-6711-4665-a28b-89d3e8e176f1.json

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

change/beachball-a4a4bbe3-0987-42e2-a4a9-d997d73762a9.json

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

change/beachball-d62308bd-3058-4682-bfd4-a29e157d4b5f.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beachball",
3-
"version": "2.63.0",
3+
"version": "2.63.1",
44
"description": "The Sunniest Semantic Version Bumper",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)