Skip to content

Commit 06fdee2

Browse files
committed
applying package updates
1 parent 618fd13 commit 06fdee2

6 files changed

+44
-23
lines changed

CHANGELOG.json

+29
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
{
22
"name": "beachball",
33
"entries": [
4+
{
5+
"date": "Wed, 27 Nov 2024 08:02:35 GMT",
6+
"version": "2.51.0",
7+
"tag": "beachball_v2.51.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "beachball",
13+
"commit": "618fd13c41a99bdf631e95a97084dc2e9e4ed562",
14+
"comment": "Add more properties to RepoOptions instead of just CliOptions"
15+
},
16+
{
17+
"author": "[email protected]",
18+
"package": "beachball",
19+
"commit": "618fd13c41a99bdf631e95a97084dc2e9e4ed562",
20+
"comment": "bump command shouldn't check if change files are needed (+ clarify internal validation options)"
21+
}
22+
],
23+
"patch": [
24+
{
25+
"author": "[email protected]",
26+
"package": "beachball",
27+
"commit": "618fd13c41a99bdf631e95a97084dc2e9e4ed562",
28+
"comment": "Simplify getRepoOptions logic"
29+
}
30+
]
31+
}
32+
},
433
{
534
"date": "Tue, 26 Nov 2024 08:02:32 GMT",
635
"version": "2.50.1",

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
# Change Log - beachball
22

3-
<!-- This log was last generated on Tue, 26 Nov 2024 08:02:32 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Wed, 27 Nov 2024 08:02:35 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 2.51.0
8+
9+
Wed, 27 Nov 2024 08:02:35 GMT
10+
11+
### Minor changes
12+
13+
- Add more properties to RepoOptions instead of just CliOptions ([email protected])
14+
- bump command shouldn't check if change files are needed (+ clarify internal validation options) ([email protected])
15+
16+
### Patches
17+
18+
- Simplify getRepoOptions logic ([email protected])
19+
720
## 2.50.1
821

922
Tue, 26 Nov 2024 08:02:32 GMT

change/beachball-b77b0445-c306-4b28-989e-474c4719a890.json

-7
This file was deleted.

change/beachball-c96251d0-33c6-465e-b32e-d7f0e1b1aecd.json

-7
This file was deleted.

change/beachball-ec545b44-2909-47a7-b1b2-40c4406eb1ba.json

-7
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "beachball",
3-
"version": "2.50.1",
3+
"version": "2.51.0",
44
"description": "The Sunniest Semantic Version Bumper",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)