Skip to content

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

@IonianPlayboy

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions