diff --git a/.changeset/catfish-papaya.md b/.changeset/catfish-papaya.md deleted file mode 100644 index 0b853846..00000000 --- a/.changeset/catfish-papaya.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@paypal/paypal-js": patch ---- - -Exported the card field types. They were previously defined but not exported. \ No newline at end of file diff --git a/.changeset/eminent-choufer.md b/.changeset/eminent-choufer.md deleted file mode 100644 index 21a2536c..00000000 --- a/.changeset/eminent-choufer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@paypal/paypal-js": patch ---- - -Adjust card-field types. \ No newline at end of file diff --git a/.changeset/olive-plums-begin.md b/.changeset/olive-plums-begin.md deleted file mode 100644 index 5396f402..00000000 --- a/.changeset/olive-plums-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@paypal/paypal-js": patch ---- - -Updated the type for the card fields onApprove parameter. diff --git a/package-lock.json b/package-lock.json index 77c86778..b5de0426 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14071,7 +14071,7 @@ }, "packages/paypal-js": { "name": "@paypal/paypal-js", - "version": "8.0.4", + "version": "8.0.5", "license": "Apache-2.0", "dependencies": { "promise-polyfill": "^8.3.0" diff --git a/packages/paypal-js/CHANGELOG.md b/packages/paypal-js/CHANGELOG.md index fa8e8036..5de2e617 100644 --- a/packages/paypal-js/CHANGELOG.md +++ b/packages/paypal-js/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 8.0.5 + +### Patch Changes + +- 81faf35: Exported the card field types. They were previously defined but not exported. +- b3da231: Adjust card-field types. +- a33a65f: Updated the type for the card fields onApprove parameter. + ## 8.0.4 ### Patch Changes diff --git a/packages/paypal-js/package.json b/packages/paypal-js/package.json index 66a83b57..e3439562 100644 --- a/packages/paypal-js/package.json +++ b/packages/paypal-js/package.json @@ -1,6 +1,6 @@ { "name": "@paypal/paypal-js", - "version": "8.0.4", + "version": "8.0.5", "description": "Loading wrapper and TypeScript types for the PayPal JS SDK", "main": "index.js", "module": "dist/esm/paypal-js.js",