Skip to content

Commit

Permalink
chore(release): 1.10.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-travis-ci committed Nov 12, 2019
1 parent d308371 commit 9a60ad9
Show file tree
Hide file tree
Showing 17 changed files with 29 additions and 17 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.10.0](https://github.com/bigcommerce/checkout-js/compare/v1.9.2...v1.10.0) (2019-11-12)


### Bug Fixes

* **checkout:** INT-1902 Bump `checkout-js` version ([64ae4fe](https://github.com/bigcommerce/checkout-js/commit/64ae4fe))


### Features

* **payment:** PAYMENTS-4924 Remove order ID substitution. ([7ac389a](https://github.com/bigcommerce/checkout-js/commit/7ac389a))

### [1.9.2](https://github.com/bigcommerce/checkout-js/compare/v1.9.1...v1.9.2) (2019-11-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.9.2",
"version": "1.10.0",
"authors": [
"BigCommerce"
],
Expand Down
2 changes: 0 additions & 2 deletions dist/checkout-16872e58.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/checkout-16872e58.js.map

This file was deleted.

2 changes: 2 additions & 0 deletions dist/checkout-a271464e.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/checkout-a271464e.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/loader-1.9.2.js → dist/loader-1.10.0.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/loader-1.10.0.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/loader-1.9.2.js.map

This file was deleted.

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

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": 2,
"appVersion": "1.9.2",
"appVersion": "1.10.0",
"dynamicChunks": {
"js": [
"billing-404b266a.js",
Expand Down Expand Up @@ -35,10 +35,10 @@
"js": [
"runtime-141bcd88.js",
"polyfill~checkout-84fd95c5.js",
"transients~checkout-8cecf67e.js",
"transients~checkout-b592e28a.js",
"sentry~checkout-b40a7f36.js",
"vendors~checkout-0c34026c.js",
"checkout-16872e58.js"
"checkout-a271464e.js"
],
"css": [
"checkout-23ef27ff.css"
Expand Down
2 changes: 0 additions & 2 deletions dist/transients~checkout-8cecf67e.js

This file was deleted.

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

This file was deleted.

2 changes: 2 additions & 0 deletions dist/transients~checkout-b592e28a.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/transients~checkout-b592e28a.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.9.2",
"version": "1.10.0",
"private": true,
"description": "Browser-based application providing a seamless UI for BigCommerce shoppers to complete their checkout.",
"scripts": {
Expand Down

0 comments on commit 9a60ad9

Please sign in to comment.