Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7279676

Browse files
author
bc-travis-ci
committedMar 30, 2023
chore(release): 1.303.0 [skip ci]
1 parent 95365e1 commit 7279676

38 files changed

+39
-32
lines changed
 

‎CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [1.303.0](https://github.com/bigcommerce/checkout-js/compare/v1.302.0...v1.303.0) (2023-03-30)
6+
7+
8+
### Features
9+
10+
* **checkout:** CHECKOUT-7278 Upgrade to node 16 ([#1234](https://github.com/bigcommerce/checkout-js/issues/1234)) ([95365e1](https://github.com/bigcommerce/checkout-js/commit/95365e1205c044fe083fd094d6513f98c7da1c17))
11+
512
## [1.302.0](https://github.com/bigcommerce/checkout-js/compare/v1.301.0...v1.302.0) (2023-03-29)
613

714

‎bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "checkout-js",
3-
"version": "1.302.0",
3+
"version": "1.303.0",
44
"authors": [
55
"BigCommerce"
66
],

‎dist/auto-loader-1.302.0.js renamed to ‎dist/auto-loader-1.303.0.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/auto-loader-1.302.0.js.map renamed to ‎dist/auto-loader-1.303.0.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/auto-loader.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/billing-9aaadfd4.css renamed to ‎dist/billing-14dd1be5.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/checkout-905d762d.css renamed to ‎dist/checkout-1e7a9561.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/checkout-d19d067d.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/loader-1.302.0.js renamed to ‎dist/loader-1.303.0.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/loader-1.302.0.js.map renamed to ‎dist/loader-1.303.0.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/loader.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": 2,
3-
"appVersion": "1.302.0",
3+
"appVersion": "1.303.0",
44
"dynamicChunks": {
55
"js": [
66
"372-d8ac2e1b.js",
@@ -15,28 +15,28 @@
1515
"shipping-da934c52.js"
1616
],
1717
"css": [
18-
"billing-9aaadfd4.css",
18+
"billing-14dd1be5.css",
1919
"cart-summary-drawer-6e3e5baa.css",
2020
"cart-summary-6e3e5baa.css",
2121
"payment-8b212cd1.css",
22-
"shipping-772f5d24.css"
22+
"shipping-5e774769.css"
2323
],
2424
"svg": [
25-
"static/card-abef8595.svg"
25+
"static/card-9f708a7a.svg"
2626
],
2727
"png": [
28-
"static/powered_by_google_on_white-f127e368.png"
28+
"static/powered_by_google_on_white-46afd78d.png"
2929
]
3030
},
3131
"js": [
32-
"runtime-f1c95528.js",
32+
"runtime-8ffb5e45.js",
3333
"365-e1f6ad1c.js",
3434
"375-213586b8.js",
3535
"608-4026a4c6.js",
3636
"86-54292e27.js",
3737
"checkout-d19d067d.js"
3838
],
3939
"css": [
40-
"checkout-905d762d.css"
40+
"checkout-1e7a9561.css"
4141
]
4242
}

‎dist/payment-85349fc4.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/runtime-f1c95528.js renamed to ‎dist/runtime-8ffb5e45.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/runtime-f1c95528.js.map renamed to ‎dist/runtime-8ffb5e45.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/shipping-772f5d24.css renamed to ‎dist/shipping-5e774769.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

‎package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bigcommerce/checkout",
3-
"version": "1.302.0",
3+
"version": "1.303.0",
44
"private": true,
55
"description": "Browser-based application providing a seamless UI for BigCommerce shoppers to complete their checkout.",
66
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.