docs: V7 doc update to point to general release - #1427
Open
russellwheatley wants to merge 3 commits into
Open
Conversation
v7.0.3 is on npm latest, so consumer install instructions no longer need the beta tag.
Registry installs should resolve the stable package now that v7 is GA.
Matches publish.sh, which tags release builds as latest rather than beta.
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the documentation and registry configuration files to transition the package releases from the beta tag to the latest tag. Specifically, it removes the @beta suffix from installation commands for @firebase-oss/ui-react, @firebase-oss/ui-angular, @firebase-oss/ui-core, and @firebase-oss/ui-styles across various markdown files and the shadcn registry specification. Additionally, it updates the release documentation in CONTRIBUTING.md to reflect that v1.0.0 tags are now published under the latest tag on npm instead of beta. There are no review comments, and I have no feedback to provide.
russellwheatley
marked this pull request as ready for review
August 4, 2026 11:09
This file contains hidden or 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
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.
Addresses #1349: install docs still pointed at
@betaafter the stable v7.0.3 release.npm today:
@firebase-oss/ui-*havelatest(and currently alsobeta) at 7.0.3.@betafrom consumer install commands (README, GETTING_STARTED, MIGRATION, package READMEs)@betafrom shadcnregistry-spec.jsondependencieslatestin CONTRIBUTINGShadcn registry
registry-spec.jsonat v7.0.3 still pinned@firebase-oss/ui-react@beta. That should have been cleared for GA. The live registry (e.g. https://firebaseopensource.com/r/sign-in-auth-screen.json) still serves that pin until it is rebuilt and redeployed from this change.Current impact is low because npm
betaandlatestboth resolve to 7.0.3. The risk is forward-looking: if thebetatag later moves to a pre-release, newnpx shadcn add @firebase/...installs would pull that instead of stable.