Skip to content

Commit bef868f

Browse files
committed
feat: Add changelog component
- Introduce ChangelogComponent for displaying game changelog. - Clean up CHANGELOG.md for better developer guidance.
1 parent c48b6d9 commit bef868f

File tree

6 files changed

+437
-17
lines changed

6 files changed

+437
-17
lines changed

CHANGELOG.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
> [!CAUTION]
2-
> ! **THIS IS AN EXAMPLE CHANGELOG** !
3-
> After the **initial release**, you should update this file with the changes you make to the project in the same pull request as your changes.
4-
> Read more on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1+
<!-- IMPORTANT NOTICE FOR THE DEVELOPERS! -->
2+
<!-- This is a changelog for the players, not a commit history. Provide values and changes in a "player readable" format. -->
3+
<!-- Example: The "New gig event" has 0.5% chance of happening (was 5%) -->
54

6-
> [!TIP]
7-
> This is for the players, not for the developers. Provide values and changes that are relevant to the players, see the example below.
5+
<!-- Developer should update this file in the same pull request as your code changes. -->
6+
<!-- Example final commit in the pull request: "docs: Update CHANGELOG.md" -->
87

98
# Changelog
109

package-lock.json

Lines changed: 228 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@
2121
"@radix-ui/react-label": "^2.1.0",
2222
"@radix-ui/react-popover": "^1.1.2",
2323
"@radix-ui/react-progress": "^1.1.0",
24+
"@radix-ui/react-scroll-area": "^1.2.3",
2425
"@radix-ui/react-select": "^2.1.2",
2526
"@radix-ui/react-separator": "^1.1.0",
2627
"@radix-ui/react-slider": "^1.2.1",
27-
"@radix-ui/react-slot": "^1.1.0",
28+
"@radix-ui/react-slot": "^1.1.2",
2829
"@radix-ui/react-switch": "^1.1.1",
2930
"@radix-ui/react-tabs": "^1.1.1",
3031
"@radix-ui/react-toast": "^1.2.2",

0 commit comments

Comments
 (0)