Skip to content

Commit 9c21abe

Browse files
Version Packages (#670)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 016c823 commit 9c21abe

File tree

8 files changed

+26
-22
lines changed

8 files changed

+26
-22
lines changed

.changeset/curly-otters-clean.md

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

.changeset/mean-chefs-love.md

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

.changeset/twenty-emus-build.md

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

package-lock.json

Lines changed: 4 additions & 4 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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 8.4.0
4+
5+
### Minor Changes
6+
7+
- 4d51a9a: Add new script loader for v6 core sdk script
8+
9+
### Patch Changes
10+
11+
- d3851e4: Adds types for v5 Direct App Switch
12+
313
## 8.3.1
414

515
### Patch 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": "8.3.1",
3+
"version": "8.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/CHANGELOG.md

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

3+
## 8.9.1
4+
5+
### Patch Changes
6+
7+
- 67c5a2a: fix style types on CardField react component
8+
- Updated dependencies [d3851e4]
9+
- Updated dependencies [4d51a9a]
10+
- @paypal/paypal-js@8.4.0
11+
312
## 8.9.0
413

514
### Minor Changes

packages/react-paypal-js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paypal/react-paypal-js",
3-
"version": "8.9.0",
3+
"version": "8.9.1",
44
"description": "React components for the PayPal JS SDK",
55
"keywords": [
66
"react",
@@ -46,7 +46,7 @@
4646
},
4747
"homepage": "https://paypal.github.io/react-paypal-js/",
4848
"dependencies": {
49-
"@paypal/paypal-js": "^8.1.2",
49+
"@paypal/paypal-js": "^8.4.0",
5050
"@paypal/sdk-constants": "^1.0.122"
5151
},
5252
"devDependencies": {

0 commit comments

Comments
 (0)