Skip to content

v6 betas are published as latest on npm #4602

@kachkaev

Description

@kachkaev

I've noticed that 6.0.0-beta.1 for @rjsf/core, @rjsf/mui, etc. is latest:

Image

This means that npm install @rjsf/core resolves to 6.0.0-beta.1 instead of 5.24.10.

Until v6 has reached stability, I suggest modifying dist-tags on npm:
https://docs.npmjs.com/cli/v11/commands/npm-dist-tag

Example:

npm dist-tag add @rjsf/core@6.0.0-beta.1 canary
npm dist-tag add @rjsf/core@5.24.10 latest

You don't need to re-publish packages to do this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions