Skip to content

Commit 77487d6

Browse files
Version Packages (#682)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9b6eecc commit 77487d6

File tree

9 files changed

+31
-27
lines changed

9 files changed

+31
-27
lines changed

.changeset/few-countries-develop.md

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

.changeset/long-pears-shout.md

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

.changeset/patient-dodos-win.md

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

.changeset/proud-tigers-report.md

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

package-lock.json

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

3+
## 9.0.0
4+
5+
### Major Changes
6+
7+
- 6c83cf1: Added the missing style properties to the type definitions so developers can correctly pass styling options to PayPal card fields or PayPalCardFieldsProvider without TypeScript errors.
8+
9+
### Minor Changes
10+
11+
- 9b6eecc: Update types for the v6 web sdk
12+
13+
### Patch Changes
14+
15+
- 0575877: Upgrade to package-lock v3 and fix rollup dependency
16+
317
## 8.4.2
418

519
### 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.4.2",
3+
"version": "9.0.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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 8.9.2
4+
5+
### Patch Changes
6+
7+
- b41126f: (fix) Proxy props added to Card Fields to prevent stale closure
8+
- 0575877: Upgrade to package-lock v3 and fix rollup dependency
9+
- Updated dependencies [6c83cf1]
10+
- Updated dependencies [0575877]
11+
- Updated dependencies [9b6eecc]
12+
- @paypal/paypal-js@9.0.0
13+
314
## 8.9.1
415

516
### Patch 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.1",
3+
"version": "8.9.2",
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.4.0",
49+
"@paypal/paypal-js": "^9.0.0",
5050
"@paypal/sdk-constants": "^1.0.122"
5151
},
5252
"devDependencies": {

0 commit comments

Comments
 (0)