Skip to content

Commit a0ad530

Browse files
Version Packages (#843)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1ec5793 commit a0ad530

File tree

12 files changed

+39
-101
lines changed

12 files changed

+39
-101
lines changed

.changeset/cyan-jobs-strive.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/legal-bees-do.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/sixty-tips-bow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tired-ghosts-fail.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twenty-hornets-jump.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/two-pans-bake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package-lock.json

Lines changed: 10 additions & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/paypal-js/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 9.4.0
4+
5+
### Minor Changes
6+
7+
- 8663d7f: feat(v6): add support for deterministic script loading
8+
9+
### Patch Changes
10+
11+
- 9b31cad: Updates v6 subscriptions onApprove data type to correctly expect payerId and subscriptionId.
12+
- 7f66db7: chore(deps): update dependencies, remove unused dependencies, and delete unused files
13+
- 6ec08d2: Update paypal-js V6 section to prefer Client ID to Client Token for SDK instance creation.
14+
315
## 9.3.0
416

517
### Minor Changes

packages/paypal-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paypal/paypal-js",
3-
"version": "9.3.0",
3+
"version": "9.4.0",
44
"description": "Loading wrapper and TypeScript types for the PayPal JS SDK",
55
"main": "index.js",
66
"module": "dist/esm/paypal-js.js",

packages/react-paypal-js-storybook/v6/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"directory": "packages/react-paypal-js-storybook/v6"
2525
},
2626
"dependencies": {
27-
"@paypal/react-paypal-js": "^9.0.0",
27+
"@paypal/react-paypal-js": "^9.0.1",
2828
"react": "^19.2.4",
2929
"react-dom": "^19.2.4"
3030
},

0 commit comments

Comments
 (0)