Skip to content

Commit

Permalink
Version Packages (#557)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 16, 2024
1 parent a83971e commit 40420ef
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/smooth-pets-scream.md

This file was deleted.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/paypal-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 8.1.2

### Patch Changes

- a83971e: Allows button message amount type to be string

## 8.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/paypal-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paypal/paypal-js",
"version": "8.1.1",
"version": "8.1.2",
"description": "Loading wrapper and TypeScript types for the PayPal JS SDK",
"main": "index.js",
"module": "dist/esm/paypal-js.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-paypal-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 8.7.0

### Minor Changes

- a83971e: Allows button message amount type to be string

### Patch Changes

- Updated dependencies [a83971e]
- @paypal/paypal-js@8.1.2

## 8.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-paypal-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paypal/react-paypal-js",
"version": "8.6.0",
"version": "8.7.0",
"description": "React components for the PayPal JS SDK",
"keywords": [
"react",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"homepage": "https://paypal.github.io/react-paypal-js/",
"dependencies": {
"@paypal/paypal-js": "^8.1.1",
"@paypal/paypal-js": "^8.1.2",
"@paypal/sdk-constants": "^1.0.122"
},
"devDependencies": {
Expand Down

0 comments on commit 40420ef

Please sign in to comment.