Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cyan-jobs-strive.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/legal-bees-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-tips-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tired-ghosts-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-hornets-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-pans-bake.md

This file was deleted.

76 changes: 10 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions packages/paypal-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 9.4.0

### Minor Changes

- 8663d7f: feat(v6): add support for deterministic script loading

### Patch Changes

- 9b31cad: Updates v6 subscriptions onApprove data type to correctly expect payerId and subscriptionId.
- 7f66db7: chore(deps): update dependencies, remove unused dependencies, and delete unused files
- 6ec08d2: Update paypal-js V6 section to prefer Client ID to Client Token for SDK instance creation.

## 9.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paypal-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paypal/paypal-js",
"version": "9.3.0",
"version": "9.4.0",
"description": "Loading wrapper and TypeScript types for the PayPal JS SDK",
"main": "index.js",
"module": "dist/esm/paypal-js.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-paypal-js-storybook/v6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"directory": "packages/react-paypal-js-storybook/v6"
},
"dependencies": {
"@paypal/react-paypal-js": "^9.0.0",
"@paypal/react-paypal-js": "^9.0.1",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
Expand Down
Loading