Skip to content

Feature/v6 react storybook deployment#813

Merged
HackTheW2d merged 4 commits intomainfrom
feature/v6-react-storybook-deployment
Feb 9, 2026
Merged

Feature/v6 react storybook deployment#813
HackTheW2d merged 4 commits intomainfrom
feature/v6-react-storybook-deployment

Conversation

@HackTheW2d
Copy link
Contributor

@HackTheW2d HackTheW2d commented Feb 9, 2026

Deploy to Github Pages,
Build results can be seen here:
https://github.com/paypal/paypal-js/actions/runs/21835597781
For local testing:
Under paypal-js directory:
nvm use
npm run build-storybook:v6
cd docs && python3 -m http.server 8080

Screenshot 2026-02-09 at 11 52 31 AM Screenshot 2026-02-09 at 11 52 43 AM Screenshot 2026-02-09 at 11 52 58 AM

@HackTheW2d HackTheW2d requested a review from a team as a code owner February 9, 2026 17:53
@changeset-bot
Copy link

changeset-bot bot commented Feb 9, 2026

⚠️ No Changeset found

Latest commit: aca1f00

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

The @paypal/react-paypal-js-storybook-v6 package is private and not
published to npm. Adding it to changeset ignore list prevents false
errors when running changeset status checks.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": ["@paypal/react-paypal-js-storybook-v6"]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here storybook is something we don't want to include in npm, so I think it's fine to skip checking with changeset

Copy link
Contributor

@gregjopa gregjopa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work @HackTheW2d!

},
"packages/react-paypal-js-storybook/v6/node_modules/@paypal/react-paypal-js": {
"version": "9.0.0-alpha.6",
"resolved": "https://registry.npmjs.org/@paypal/react-paypal-js/-/react-paypal-js-9.0.0-alpha.6.tgz",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@HackTheW2d HackTheW2d merged commit 581bbb9 into main Feb 9, 2026
6 of 7 checks passed
@HackTheW2d HackTheW2d deleted the feature/v6-react-storybook-deployment branch February 9, 2026 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants