-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposals to publish to npm #1775
Comments
Just push a beta already, I don't wanna use patch-package for this for too long 👍 |
Unfortunately, I was not given publishing rights.
|
Any updates on this? May be publish to a separate npm? |
@DavraYoung I'd recommend using |
Version 9.22.4 has been published with peer dependencies updated to include React 17 and 18. (No other changes from 9.22.3) https://github.com/bvaughn/react-virtualized/releases/tag/v9.22.4 |
@bvaughn, cc @rebelliard I noticed your comment at #1740 (comment). I think we have two solutions.
Option 1: Publish a beta version
I think we could publish a beta version instead.
Here are the steps:
version
fields inpackage.json
to9.23.0-beta.0
npm publish --tag=beta
So that users can give you feedback after experiencing the latest code.
Option 2: Publish a major version
We could publish a major version
10.0.0
or10.0.0-beta.0
if we don't have confidence in the master branch.Just keep moving, don't let the project stall. This is a new start for your project.
Please share your thoughts on this. Thanks.
The text was updated successfully, but these errors were encountered: