Skip to content

The release version for npmx shown on the home page is wrong #1883

Description

@IonianPlayboy

Describe the bug

On the npmx.dev homepage, the link to the latest tag on GitHub is stuck at 0.0.0
Image

Additional context

By digging in the source code, it seems like the current version is read directly from the package.json :

export { version } from '../package.json'

But this field has never been updated :
"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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

frontFrontend, Design

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions