Skip to content

Commit 40420ef

Browse files
authoredSep 16, 2024··
Version Packages (#557)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a83971e commit 40420ef

File tree

6 files changed

+24
-13
lines changed

6 files changed

+24
-13
lines changed
 

‎.changeset/smooth-pets-scream.md

-6
This file was deleted.

‎package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/paypal-js/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 8.1.2
4+
5+
### Patch Changes
6+
7+
- a83971e: Allows button message amount type to be string
8+
39
## 8.1.1
410

511
### Patch Changes

‎packages/paypal-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paypal/paypal-js",
3-
"version": "8.1.1",
3+
"version": "8.1.2",
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

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 8.7.0
4+
5+
### Minor Changes
6+
7+
- a83971e: Allows button message amount type to be string
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [a83971e]
12+
- @paypal/paypal-js@8.1.2
13+
314
## 8.6.0
415

516
### Minor Changes

‎packages/react-paypal-js/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@paypal/react-paypal-js",
3-
"version": "8.6.0",
3+
"version": "8.7.0",
44
"description": "React components for the PayPal JS SDK",
55
"keywords": [
66
"react",
@@ -45,7 +45,7 @@
4545
},
4646
"homepage": "https://paypal.github.io/react-paypal-js/",
4747
"dependencies": {
48-
"@paypal/paypal-js": "^8.1.1",
48+
"@paypal/paypal-js": "^8.1.2",
4949
"@paypal/sdk-constants": "^1.0.122"
5050
},
5151
"devDependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.