Skip to content

Add version to page#142

Merged
Woe4 merged 37 commits intomainfrom
Add-version-to-page
Nov 19, 2025
Merged

Add version to page#142
Woe4 merged 37 commits intomainfrom
Add-version-to-page

Conversation

@Woe4
Copy link
Contributor

@Woe4 Woe4 commented Nov 18, 2025

closes #102

HAVE TO REDO THIS BECAUSE I CHANGED BRANCH NAME
Refer to #131 for original

Displays the version number on the page (bottom right). This sticks to the bottom right of the page if you scroll.
image

The client references the version shown in the package.json file.

On push to main:
A GHA runs that updates the package.json file and bumps the patch version.

On new release:
A GHA action runs that synchronizes the release tag to the package.json file.

So once a new push/release has been created, the lounge app should update to show the latest version.

@Woe4
Copy link
Contributor Author

Woe4 commented Nov 19, 2025

The next.config.js is reformatted to use ESModule syntax (the modern style) from CommonJS that was being used before. This also meant I renamed it to a .mjs file.

bjzsh
bjzsh previously approved these changes Nov 19, 2025
@Woe4 Woe4 merged commit 7e121e9 into main Nov 19, 2025
6 checks passed
@Woe4 Woe4 deleted the Add-version-to-page branch November 19, 2025 20:16
Jaden51 added a commit that referenced this pull request Feb 9, 2026
Jaden51 added a commit that referenced this pull request Feb 9, 2026
Revert "Add auto version (#142)"

This reverts commit 7e121e9.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add version to page

2 participants