Skip to content

Commit

Permalink
applying package updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kenotron committed Nov 6, 2024
1 parent e388076 commit 16d9a80
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 30 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,43 @@
{
"name": "beachball",
"entries": [
{
"date": "Wed, 06 Nov 2024 22:56:34 GMT",
"version": "2.49.0",
"tag": "beachball_v2.49.0",
"comments": {
"none": [
{
"author": "[email protected]",
"package": "beachball",
"commit": "e3880767893fec01ebd5924605bc8d18258da9f0",
"comment": "Update formatting"
}
],
"patch": [
{
"author": "[email protected]",
"package": "beachball",
"commit": "e349314081b36859d7f4b49ea5b5290203d56d47",
"comment": "Replace usage of uuid library with built-in crypto.randomUUID()"
}
],
"minor": [
{
"author": "[email protected]",
"package": "beachball",
"commit": "e349314081b36859d7f4b49ea5b5290203d56d47",
"comment": "Add option `changelog.uniqueFilenames` for adding a hash to the changelog filename based on the package name"
},
{
"author": "[email protected]",
"package": "beachball",
"commit": "a4f19d487194377b2cd8eb8086de85f7bfe185cc",
"comment": "Add option changelog.maxVersions"
}
]
}
},
{
"date": "Tue, 05 Nov 2024 08:03:18 GMT",
"version": "2.48.0",
Expand Down
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
# Change Log - beachball

<!-- This log was last generated on Tue, 05 Nov 2024 08:03:18 GMT and should not be manually modified. -->
<!-- This log was last generated on Wed, 06 Nov 2024 22:56:34 GMT and should not be manually modified. -->

<!-- Start content -->

## 2.49.0

Wed, 06 Nov 2024 22:56:34 GMT

### Minor changes

- Add option `changelog.uniqueFilenames` for adding a hash to the changelog filename based on the package name ([email protected])
- Add option changelog.maxVersions ([email protected])

### Patches

- Replace usage of uuid library with built-in crypto.randomUUID() ([email protected])

## 2.48.0

Tue, 05 Nov 2024 08:03:18 GMT
Expand Down
7 changes: 0 additions & 7 deletions change/beachball-ba6f3e9b-61fb-49ad-a371-b74b8f4ab642.json

This file was deleted.

7 changes: 0 additions & 7 deletions change/beachball-ba7bb90f-ba01-4c9b-84ac-e054aa4db235.json

This file was deleted.

7 changes: 0 additions & 7 deletions change/beachball-c1b55758-27ac-4dc8-b073-8380c991c183.json

This file was deleted.

7 changes: 0 additions & 7 deletions change/beachball-d06fb0b6-4977-44f2-9e5f-cc4f2ca0b5f5.json

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "beachball",
"version": "2.48.0",
"version": "2.49.0",
"description": "The Sunniest Semantic Version Bumper",
"repository": {
"type": "git",
Expand Down

0 comments on commit 16d9a80

Please sign in to comment.