-
-
Notifications
You must be signed in to change notification settings - Fork 386
The release version for npmx shown on the home page is wrong #1883
Copy link
Copy link
Closed
Labels
frontFrontend, DesignFrontend, Design
Description
Describe the bug
On the npmx.dev homepage, the link to the latest tag on GitHub is stuck at 0.0.0

Additional context
By digging in the source code, it seems like the current version is read directly from the package.json :
Line 6 in 64a3cf2
| export { version } from '../package.json' |
But this field has never been updated :
Line 6 in 64a3cf2
| "version": "0.0.0", |
The problem is likely that the current workflow that make a new release PR does not update the version in the package.json (which seems correct, see #1880), and the release-tag is never triggered anywhere.
Logs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
frontFrontend, DesignFrontend, Design