Skip to content

Commit

Permalink
chore(release): 1.64.5 [skip ci]
Browse files Browse the repository at this point in the history
### [1.64.5](v1.64.4...v1.64.5) (2024-05-28)

### Code Refactoring

* Update Calculator to show error when below/above threshold is met ([#1097](#1097)) ([53ed327](53ed327))

### Continuous Integration

* split tests ([#1090](#1090)) ([b49c74a](b49c74a))
  • Loading branch information
semantic-release-bot committed May 28, 2024
1 parent d926507 commit b5f6161
Show file tree
Hide file tree
Showing 77 changed files with 130 additions and 118 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

### [1.64.5](https://github.com/paypal/paypal-messaging-components/compare/v1.64.4...v1.64.5) (2024-05-28)


### Code Refactoring

* Update Calculator to show error when below/above threshold is met ([#1097](https://github.com/paypal/paypal-messaging-components/issues/1097)) ([53ed327](https://github.com/paypal/paypal-messaging-components/commit/53ed3276e9202083cf7c966ec1c2ed4b98042f8f))


### Continuous Integration

* split tests ([#1090](https://github.com/paypal/paypal-messaging-components/issues/1090)) ([b49c74a](https://github.com/paypal/paypal-messaging-components/commit/b49c74a1a81806adcc1e5f9b7b8bce15bf045449))

### [1.64.4](https://github.com/paypal/paypal-messaging-components/compare/v1.64.3...v1.64.4) (2024-05-21)


Expand Down
4 changes: 2 additions & 2 deletions dist/bizcomponents/js/messaging.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/bizcomponents/js/modal.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/bizcomponents/js/renderMessage.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/bizcomponents/js/smart-credit-message.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/bizcomponents/js/smart-credit-modal-US-EZP.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/bizcomponents/js/smart-credit-modal-v2-lander.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bizcomponents/js/smart-credit-modal-v2-lander.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/bizcomponents/js/smart-credit-modal-v2.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bizcomponents/js/smart-credit-modal-v2.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/bizcomponents/sandbox/messaging.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/bizcomponents/sandbox/modal.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/bizcomponents/sandbox/renderMessage.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/bizcomponents/sandbox/smart-credit-message.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/bizcomponents/sandbox/smart-credit-modal-US-EZP.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/bizcomponents/sandbox/smart-credit-modal-v2-lander.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/bizcomponents/sandbox/smart-credit-modal-v2.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bizcomponents/sandbox/smart-credit-modal-v2.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/bizcomponents/stage/messaging.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/bizcomponents/stage/modal.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/bizcomponents/stage/renderMessage.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/bizcomponents/stage/smart-credit-message.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/bizcomponents/stage/smart-credit-modal-US-EZP.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/bizcomponents/stage/smart-credit-modal-v2-lander.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/bizcomponents/stage/smart-credit-modal-v2.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/bizcomponents/stage/smart-credit-modal-v2.js.map

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paypal/messaging-components",
"version": "1.64.4",
"version": "1.64.5",
"description": "PayPal messaging library for integrating PayPal Credit messaging on merchant websites",
"homepage": "https://github.com/paypal/paypal-messaging-components",
"repository": {
Expand Down

0 comments on commit b5f6161

Please sign in to comment.