-
Notifications
You must be signed in to change notification settings - Fork 1
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
Prepare for version 3.0.0-rc.0 #741
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…f pnpm. Thus updating the package-lock.json.
… to use 181and 20.
Ran `npm install` to update package-lock.json.
… to v3 guide. Modified tsconfig to reference the new base config from docusaurus.
Changed docusaurus config to a typescript file.
… automatic JSX runtime.
… v3 upgrade | admonition warning](https://docusaurus.io/docs/migration/v3#admonition-warning)
…-maintained react-json-view library that was causing an issue with using Node 18. This was fixed before 3.2 but I figured might as well just update to the latest minor version.
…/mvom into upgrade_to_node_20_remove_node_16
Changed release to 3.0.0 because of breaking the changes. Removed the reference to the new documenation updates. The documentation be updated in separate PR when this version is ready for release.
…ease is being prepared.
Remove admonition description override on existing warning admonitions. Default warning text will suffice.
Update change log to reflect that.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR makes the necessary changes to release a new version
3.0.0-rc.0
. Included are updates to the following:package.json
andpackage-lock.json
versions