Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0](v1.4.1...v1.5.0) (2019-12-16)

### Bug Fixes

* allow cookies in cross-origin xhr ([#93](#93)) ([372e1ae](372e1ae))
* custom banner render error ([#95](#95)) ([529e48c](529e48c))
* DE link color and invalid terms display ([#96](#96)) ([e778287](e778287))
* improve modal calculator input useability ([#82](#82)) ([17d81a9](17d81a9))
* lazily get logos object for custom banners ([#97](#97)) ([a22f05f](a22f05f))
* use credentials only for banner request ([#98](#98)) ([ab0f7a0](ab0f7a0))
* use normalized correlation ID header ([#94](#94)) ([ae7ffe7](ae7ffe7))

### Features

* font size options ([#83](#83)) ([7e8ca0d](7e8ca0d))
* font size options DE ([#100](#100)) ([14631e6](14631e6))
  • Loading branch information
semantic-release-bot committed Dec 16, 2019
1 parent a4a0987 commit 340c0db
Show file tree
Hide file tree
Showing 14 changed files with 93 additions and 74 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

# [1.5.0](https://github.com/paypal/paypal-messaging-components/compare/v1.4.1...v1.5.0) (2019-12-16)


### Bug Fixes

* allow cookies in cross-origin xhr ([#93](https://github.com/paypal/paypal-messaging-components/issues/93)) ([372e1ae](https://github.com/paypal/paypal-messaging-components/commit/372e1aea18f50f6acb15ceef52a5f0d6f6d7b3a9))
* custom banner render error ([#95](https://github.com/paypal/paypal-messaging-components/issues/95)) ([529e48c](https://github.com/paypal/paypal-messaging-components/commit/529e48cf5b150e0e55b7f2ab31904638dd13a218))
* DE link color and invalid terms display ([#96](https://github.com/paypal/paypal-messaging-components/issues/96)) ([e778287](https://github.com/paypal/paypal-messaging-components/commit/e77828713a1be2eb24ddd128d102fe2310a914ea))
* improve modal calculator input useability ([#82](https://github.com/paypal/paypal-messaging-components/issues/82)) ([17d81a9](https://github.com/paypal/paypal-messaging-components/commit/17d81a90ff6accb5354395f498f8e33b315577ff))
* lazily get logos object for custom banners ([#97](https://github.com/paypal/paypal-messaging-components/issues/97)) ([a22f05f](https://github.com/paypal/paypal-messaging-components/commit/a22f05f41689b2997f31715b7155f161348a51b8))
* use credentials only for banner request ([#98](https://github.com/paypal/paypal-messaging-components/issues/98)) ([ab0f7a0](https://github.com/paypal/paypal-messaging-components/commit/ab0f7a04e6bf204436aabb4dcad0a09546f00c6b))
* use normalized correlation ID header ([#94](https://github.com/paypal/paypal-messaging-components/issues/94)) ([ae7ffe7](https://github.com/paypal/paypal-messaging-components/commit/ae7ffe745d6db74df99b93fa955a7b2b49a64341))


### Features

* font size options ([#83](https://github.com/paypal/paypal-messaging-components/issues/83)) ([7e8ca0d](https://github.com/paypal/paypal-messaging-components/commit/7e8ca0d2082dc62775ce3b25cfa0b9b8ef1a6de2))
* font size options DE ([#100](https://github.com/paypal/paypal-messaging-components/issues/100)) ([14631e6](https://github.com/paypal/paypal-messaging-components/commit/14631e6978df40d244d379df54d2cae0711fe255))

## [1.4.1](https://github.com/paypal/paypal-messaging-components/compare/v1.4.0...v1.4.1) (2019-11-14)


Expand Down
2 changes: 1 addition & 1 deletion dist/merchant.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/merchant.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/[email protected]

This file was deleted.

1 change: 0 additions & 1 deletion dist/[email protected]

This file was deleted.

2 changes: 2 additions & 0 deletions dist/[email protected]

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/[email protected]

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/messaging.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/messaging.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/[email protected]

This file was deleted.

1 change: 0 additions & 1 deletion dist/[email protected]

This file was deleted.

2 changes: 2 additions & 0 deletions dist/[email protected]

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/[email protected]

Large diffs are not rendered by default.

128 changes: 64 additions & 64 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,66 +1,66 @@
{
"name": "@paypal/messaging-components",
"version": "1.4.1",
"description": "PayPal messaging library for integrating PayPal Credit messaging on merchant websites",
"homepage": "https://github.com/paypal/paypal-messaging-components",
"repository": {
"type": "git",
"url": "https://github.com/paypal/paypal-messaging-components.git"
},
"main": "dist/messaging.js",
"module": "src/index.js",
"files": [
"banners/",
"src/",
"dist/",
"__sdk__.js",
"globals.js"
],
"scripts": {
"build": "./scripts/semantic-release/assets.sh",
"build:standalone": "webpack --env.standalone",
"build:legacy": "webpack --env.legacy --env.standalone",
"build:analyze": "webpack --env.analyze --env.standalone",
"dev": "webpack-dev-server --config webpack.config.dev.js --env.localMessage",
"dev:standalone": "webpack-dev-server --config webpack.config.dev.js --env.localMessage --env.standalone",
"dev:legacy": "webpack-dev-server --config webpack.config.dev.js --env.localMessage --env.legacy --env.standalone",
"lint": "eslint . --ext .js,.jsx",
"preinstall": "rm -rf node_modules",
"start": "npm run dev",
"test": "jest"
},
"dependencies": {
"@paypal/sdk-client": "^4.0.80",
"core-js-pure": "^3.0.1",
"zalgo-promise": "^1.0.38"
},
"devDependencies": {
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/exec": "^3.3.6",
"@semantic-release/git": "^7.0.16",
"@testing-library/dom": "^6.2.0",
"@testing-library/jest-dom": "^4.1.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
"eslint": "^5.8.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-import-resolver-jest": "^2.1.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^3.0.0",
"got": "^9.6.0",
"grumbler-scripts": "^3.0.46",
"husky": "^2.3.0",
"jest": "^24.3.0",
"jest-environment-jsdom-fifteen": "^1.0.0",
"lint-staged": "^8.0.4",
"prettier": "^1.14.3",
"prettier-eslint": "^8.8.2",
"webpack": "^4.32.0",
"webpack-dev-server": "^3.4.1"
},
"sideEffects": false,
"publishConfig": {
"access": "public"
}
"name": "@paypal/messaging-components",
"version": "1.5.0",
"description": "PayPal messaging library for integrating PayPal Credit messaging on merchant websites",
"homepage": "https://github.com/paypal/paypal-messaging-components",
"repository": {
"type": "git",
"url": "https://github.com/paypal/paypal-messaging-components.git"
},
"main": "dist/messaging.js",
"module": "src/index.js",
"files": [
"banners/",
"src/",
"dist/",
"__sdk__.js",
"globals.js"
],
"scripts": {
"build": "./scripts/semantic-release/assets.sh",
"build:standalone": "webpack --env.standalone",
"build:legacy": "webpack --env.legacy --env.standalone",
"build:analyze": "webpack --env.analyze --env.standalone",
"dev": "webpack-dev-server --config webpack.config.dev.js --env.localMessage",
"dev:standalone": "webpack-dev-server --config webpack.config.dev.js --env.localMessage --env.standalone",
"dev:legacy": "webpack-dev-server --config webpack.config.dev.js --env.localMessage --env.legacy --env.standalone",
"lint": "eslint . --ext .js,.jsx",
"preinstall": "rm -rf node_modules",
"start": "npm run dev",
"test": "jest"
},
"dependencies": {
"@paypal/sdk-client": "^4.0.80",
"core-js-pure": "^3.0.1",
"zalgo-promise": "^1.0.38"
},
"devDependencies": {
"@semantic-release/changelog": "^3.0.4",
"@semantic-release/exec": "^3.3.6",
"@semantic-release/git": "^7.0.16",
"@testing-library/dom": "^6.2.0",
"@testing-library/jest-dom": "^4.1.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
"eslint": "^5.8.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-import-resolver-jest": "^2.1.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^3.0.0",
"got": "^9.6.0",
"grumbler-scripts": "^3.0.46",
"husky": "^2.3.0",
"jest": "^24.3.0",
"jest-environment-jsdom-fifteen": "^1.0.0",
"lint-staged": "^8.0.4",
"prettier": "^1.14.3",
"prettier-eslint": "^8.8.2",
"webpack": "^4.32.0",
"webpack-dev-server": "^3.4.1"
},
"sideEffects": false,
"publishConfig": {
"access": "public"
}
}

0 comments on commit 340c0db

Please sign in to comment.