Skip to content

Commit

Permalink
chore(release): 1.684.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-travis-ci committed Dec 9, 2024
1 parent 4cbd71e commit 78b9bc9
Show file tree
Hide file tree
Showing 19 changed files with 36 additions and 19 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.684.0](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.683.1...v1.684.0) (2024-12-09)


### Features

* **payment:** CHECKOUT-7859 Add Offline Payment Method ([#2743](https://github.com/bigcommerce/checkout-sdk-js/issues/2743)) ([4cbd71e](https://github.com/bigcommerce/checkout-sdk-js/commit/4cbd71e882e596bf54ad7cd65fc44c914b75433d))


### Bug Fixes

* **extension:** CHECKOUT-8869 Fix Display Issue after Page Refresh ([#2738](https://github.com/bigcommerce/checkout-sdk-js/issues/2738)) ([f617a19](https://github.com/bigcommerce/checkout-sdk-js/commit/f617a19ed55ad747584355fd8818b241cab411cc))

### [1.683.1](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.683.0...v1.683.1) (2024-11-13)


Expand Down
2 changes: 1 addition & 1 deletion dist/checkout-button.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/checkout-button.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/checkout-sdk.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/checkout-sdk.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/checkout-sdk.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/checkout-sdk.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/embedded-checkout.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/embedded-checkout.umd.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion dist/hosted-form-v2-iframe-content.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ declare enum HostedFieldType {
CardExpiry = "cardExpiry",
CardName = "cardName",
CardNumber = "cardNumber",
Note = "note"
Note = "note",
Hidden = "hidden"
}

declare interface HostedFieldValidateRequestEvent {
Expand Down Expand Up @@ -251,6 +252,7 @@ declare interface HostedInputValidateErrorDataMap {
[HostedFieldType.CardName]?: HostedInputValidateErrorData[];
[HostedFieldType.CardNumber]?: HostedInputValidateErrorData[];
[HostedFieldType.Note]?: HostedInputValidateErrorData[];
[HostedFieldType.Hidden]?: HostedInputValidateErrorData[];
}

declare interface HostedInputValidateEvent {
Expand Down
2 changes: 1 addition & 1 deletion dist/hosted-form-v2-iframe-content.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/hosted-form-v2-iframe-content.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/hosted-form-v2-iframe-content.umd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/hosted-form-v2-iframe-content.umd.js.map

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion dist/hosted-form-v2-iframe-host.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ declare interface HostedCardFieldOptionsMap {
[HostedFieldType.CardName]?: HostedCardFieldOptions;
[HostedFieldType.CardNumber]?: HostedCardFieldOptions;
[HostedFieldType.Note]?: HostedCardFieldOptions;
[HostedFieldType.Hidden]?: HostedCardFieldOptions;
}

declare class HostedField {
Expand Down Expand Up @@ -112,7 +113,8 @@ declare enum HostedFieldType {
CardExpiry = "cardExpiry",
CardName = "cardName",
CardNumber = "cardNumber",
Note = "note"
Note = "note",
Hidden = "hidden"
}

declare type HostedFieldValidateEventData = HostedInputValidateEvent['payload'];
Expand Down Expand Up @@ -333,6 +335,7 @@ declare interface HostedInputValidateErrorDataMap {
[HostedFieldType.CardName]?: HostedInputValidateErrorData[];
[HostedFieldType.CardNumber]?: HostedInputValidateErrorData[];
[HostedFieldType.Note]?: HostedInputValidateErrorData[];
[HostedFieldType.Hidden]?: HostedInputValidateErrorData[];
}

declare interface HostedInputValidateEvent {
Expand Down
2 changes: 1 addition & 1 deletion dist/hosted-form-v2-iframe-host.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/hosted-form-v2-iframe-host.umd.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 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-sdk",
"version": "1.683.1",
"version": "1.684.0",
"description": "BigCommerce Checkout JavaScript SDK",
"license": "MIT",
"main": "dist/checkout-sdk.js",
Expand Down

0 comments on commit 78b9bc9

Please sign in to comment.