Skip to content

Commit

Permalink
chore(release): 1.14.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-travis-ci committed Dec 16, 2019
1 parent 577988d commit 581eb7c
Show file tree
Hide file tree
Showing 19 changed files with 33 additions and 26 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.14.2](https://github.com/bigcommerce/checkout-js/compare/v1.14.1...v1.14.2) (2019-12-16)


### Bug Fixes

* **customer:** CHECKOUT-4421 Make customer and billing address objects not mandatory for customer component ([9c57787](https://github.com/bigcommerce/checkout-js/commit/9c57787))

### [1.14.1](https://github.com/bigcommerce/checkout-js/compare/v1.14.0...v1.14.1) (2019-12-11)


Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "checkout-js",
"version": "1.14.1",
"version": "1.14.2",
"authors": [
"BigCommerce"
],
Expand Down
4 changes: 2 additions & 2 deletions dist/auto-loader-1.14.1.js → dist/auto-loader-1.14.2.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/auto-loader.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/customer-c3b1c799.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions dist/customer-c3b1c799.js → dist/customer-cc391a06.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/customer-cc391a06.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/loader-1.14.1.js → dist/loader-1.14.2.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/loader-1.14.1.js.map → dist/loader-1.14.2.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/loader.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"version": 2,
"appVersion": "1.14.1",
"appVersion": "1.14.2",
"dynamicChunks": {
"js": [
"billing-3e7246d4.js",
"billing~shipping-983cd2d7.js",
"cart-summary-drawer-fc26c526.js",
"cart-summary-0ac9fc34.js",
"cart-summary~cart-summary-drawer-cb477391.js",
"customer-c3b1c799.js",
"customer-cc391a06.js",
"order-summary-drawer-267a9868.js",
"order-summary-a39cc0c9.js",
"payment-ca83f1e4.js",
Expand All @@ -33,9 +33,9 @@
]
},
"js": [
"runtime-2a3a127d.js",
"runtime-f405b2eb.js",
"polyfill~checkout-b948c8e4.js",
"transients~checkout-0e634c69.js",
"transients~checkout-de7b2995.js",
"sentry~checkout-d9cee8a3.js",
"vendors~checkout-b43f9435.js",
"checkout-d7541242.js"
Expand Down
4 changes: 2 additions & 2 deletions dist/runtime-2a3a127d.js → dist/runtime-f405b2eb.js

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

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/transients~checkout-0e634c69.js.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/transients~checkout-de7b2995.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigcommerce/checkout",
"version": "1.14.1",
"version": "1.14.2",
"private": true,
"description": "Browser-based application providing a seamless UI for BigCommerce shoppers to complete their checkout.",
"scripts": {
Expand Down

0 comments on commit 581eb7c

Please sign in to comment.