Conversation
✅ Deploy Preview for commercelayer-react-components ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
gciotola
approved these changes
Sep 7, 2026
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.
Graduates the three packages to
5.0.1, the first patch on top of5.0.0.Produced with
lerna version 5.0.1 --no-private --force-publish, so all three moved together —core-componentsandreact-hooks-componentswere still on5.0.1-beta.0, sincebeta.1had bumped onlyreact-components.@commercelayer/react-components@commercelayer/core-components@commercelayer/react-hooks-componentsThe commit touches four files and one line each — the three
package.jsonversion fields andlerna.json. Cross-package dependencies stay onworkspace:*and are resolved at publish time.What's in it
Only one functional change since
5.0.0, from #831:c66d88a1— place the order when the shopper returns from a payment redirect4c9c984a— place the order once when two callers race (fixes the duplicate_placethatc66d88a1introduced, exercised through the two betas)Plus
2818e850andbc56b030, both CI merge-check workflow files with no runtime effect.Release state
The
v5.0.1tag is pushed at4c3f1af8andrelease.yamlhas already opened the corresponding GitHub release as a draft (prerelease: false, correctly — the tag carries nobeta.). Nothing is on npm yet:publish.yamlonly runs onrelease: published.Worth knowing before that draft is published: for a non-prerelease,
publish.yamlpublishes without--tag next, so 5.0.1 becomeslateston npm. Current dist-tags arelatest: 5.0.0,next: 5.0.1-beta.1.Note
Unlike #828, this branch is cut from current
main—4c3f1af8's parent is4bb34d99, the #831 merge commit — so nothing is missing from the tagged tree.🤖 Generated with Claude Code