From cff6d0f685c1986951dd81b436db968f74b114c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 11:31:22 -0600 Subject: [PATCH] Version Packages (#609) Co-authored-by: github-actions[bot] --- .changeset/grumpy-tigers-build.md | 5 ----- package-lock.json | 6 +++--- packages/react-paypal-js/CHANGELOG.md | 6 ++++++ packages/react-paypal-js/package.json | 2 +- 4 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/grumpy-tigers-build.md diff --git a/.changeset/grumpy-tigers-build.md b/.changeset/grumpy-tigers-build.md deleted file mode 100644 index d5203f00..00000000 --- a/.changeset/grumpy-tigers-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@paypal/react-paypal-js": patch ---- - -minor fixes to release and adding react 19 as peer dependency diff --git a/package-lock.json b/package-lock.json index 2bd25534..8fe53fd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38590,7 +38590,7 @@ }, "packages/react-paypal-js": { "name": "@paypal/react-paypal-js", - "version": "8.8.0", + "version": "8.8.1", "license": "Apache-2.0", "dependencies": { "@paypal/paypal-js": "^8.1.2", @@ -38651,8 +38651,8 @@ "typescript": "^4.7.2" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "react": "^16.8.0 || ^17 || ^18 || ^19", + "react-dom": "^16.8.0 || ^17 || ^18 || ^19" } }, "packages/react-paypal-js/node_modules/@codesandbox/sandpack-react": { diff --git a/packages/react-paypal-js/CHANGELOG.md b/packages/react-paypal-js/CHANGELOG.md index 93e8b289..d58a9d0d 100644 --- a/packages/react-paypal-js/CHANGELOG.md +++ b/packages/react-paypal-js/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 8.8.1 + +### Patch Changes + +- 10775ad: minor fixes to release and adding react 19 as peer dependency + ## 8.8.0 ### Minor Changes diff --git a/packages/react-paypal-js/package.json b/packages/react-paypal-js/package.json index 90b91db0..a4c00d80 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.8.0", + "version": "8.8.1", "description": "React components for the PayPal JS SDK", "keywords": [ "react",