diff --git a/.changeset/fluffy-tigers-mate.md b/.changeset/fluffy-tigers-mate.md new file mode 100644 index 00000000..a28dfc01 --- /dev/null +++ b/.changeset/fluffy-tigers-mate.md @@ -0,0 +1,5 @@ +--- +"@paypal/react-paypal-js": patch +--- + +fixes button rerender issue due to obj in dependency array diff --git a/.changeset/rare-geckos-shake.md b/.changeset/rare-geckos-shake.md new file mode 100644 index 00000000..8ddc930b --- /dev/null +++ b/.changeset/rare-geckos-shake.md @@ -0,0 +1,5 @@ +--- +"@paypal/react-paypal-js": minor +--- + +Add react-paypal-js to the paypal-js monorepo diff --git a/package-lock.json b/package-lock.json index d342ec6f..a7bdd22e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38889,8 +38889,7 @@ } }, "packages/react-paypal-js": { - "name": "@paypal/react-paypal-js", - "version": "8.5.0", + "version": "8.4.0", "license": "Apache-2.0", "dependencies": { "@paypal/paypal-js": "^8.1.0", diff --git a/packages/react-paypal-js/CHANGELOG.md b/packages/react-paypal-js/CHANGELOG.md index d717cb7b..11144c83 100644 --- a/packages/react-paypal-js/CHANGELOG.md +++ b/packages/react-paypal-js/CHANGELOG.md @@ -1,15 +1,5 @@ # Changelog -## 8.5.0 - -### Minor Changes - -- ef84e71: Add react-paypal-js to the paypal-js monorepo - -### Patch Changes - -- a87cfa5: fixes button rerender issue due to obj in dependency array - 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.4.0](https://github.com/paypal/react-paypal-js/compare/v8.3.0...v8.4.0) (2024-06-10) diff --git a/packages/react-paypal-js/package.json b/packages/react-paypal-js/package.json index 92d3af00..d2c7b439 100644 --- a/packages/react-paypal-js/package.json +++ b/packages/react-paypal-js/package.json @@ -1,6 +1,6 @@ { "name": "@paypal/react-paypal-js", - "version": "8.5.0", + "version": "8.4.0", "description": "React components for the PayPal JS SDK", "keywords": [ "react",