diff --git a/CHANGELOG.md b/CHANGELOG.md index b60acc4e..ec9ba5e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [8.3.0](https://github.com/paypal/react-paypal-js/compare/v8.2.0...v8.3.0) (2024-04-29) + +### Features + +- add cardfields form component ([634e6cd](https://github.com/paypal/react-paypal-js/commit/634e6cdfc4c3deb7d5b4cd903e196bf444bed9f4)) + +### Bug Fixes + +- prettier format ([3e03c3b](https://github.com/paypal/react-paypal-js/commit/3e03c3b7c34781ab98dbc624bac42f56c1b70cac)) +- rerender error fixed ([161fea6](https://github.com/paypal/react-paypal-js/commit/161fea66574f351eeb1b34f5d96b5f7014e0c72d)) + ## [8.2.0](https://github.com/paypal/react-paypal-js/compare/v8.1.4...v8.2.0) (2024-03-20) ### Features diff --git a/package-lock.json b/package-lock.json index ea5087ed..db56b541 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "@paypal/react-paypal-js", - "version": "8.2.0", + "version": "8.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@paypal/react-paypal-js", - "version": "8.2.0", + "version": "8.3.0", "license": "Apache-2.0", "dependencies": { - "@paypal/paypal-js": "^8.0.4", + "@paypal/paypal-js": "^8.0.5", "@paypal/sdk-constants": "^1.0.122" }, "devDependencies": { @@ -4223,9 +4223,9 @@ } }, "node_modules/@paypal/paypal-js": { - "version": "8.0.4", - "resolved": "https://registry.npmjs.org/@paypal/paypal-js/-/paypal-js-8.0.4.tgz", - "integrity": "sha512-91g5fhRBHGEBoikDzQT6uBn3PzlJQ75g0c3MvqVJqN0XRm5kHa9wz+6+Uaq8QQuxRzz5C2x55Zg057CW6EuwpQ==", + "version": "8.0.5", + "resolved": "https://registry.npmjs.org/@paypal/paypal-js/-/paypal-js-8.0.5.tgz", + "integrity": "sha512-yQNV7rOILeaVCNU4aVDRPqEnbIlzfxgQfFsxzsBuZW1ouqRD/4kYBWJDzczCiscSr2xOeA/Pkm7e3a9fRfnuMQ==", "dependencies": { "promise-polyfill": "^8.3.0" } @@ -28609,9 +28609,9 @@ } }, "@paypal/paypal-js": { - "version": "8.0.4", - "resolved": "https://registry.npmjs.org/@paypal/paypal-js/-/paypal-js-8.0.4.tgz", - "integrity": "sha512-91g5fhRBHGEBoikDzQT6uBn3PzlJQ75g0c3MvqVJqN0XRm5kHa9wz+6+Uaq8QQuxRzz5C2x55Zg057CW6EuwpQ==", + "version": "8.0.5", + "resolved": "https://registry.npmjs.org/@paypal/paypal-js/-/paypal-js-8.0.5.tgz", + "integrity": "sha512-yQNV7rOILeaVCNU4aVDRPqEnbIlzfxgQfFsxzsBuZW1ouqRD/4kYBWJDzczCiscSr2xOeA/Pkm7e3a9fRfnuMQ==", "requires": { "promise-polyfill": "^8.3.0" } diff --git a/package.json b/package.json index 7254faaf..24692c4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@paypal/react-paypal-js", - "version": "8.2.0", + "version": "8.3.0", "description": "React components for the PayPal JS SDK", "keywords": [ "react",