Skip to content

Commit

Permalink
chore(release): 1.404.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-travis-ci committed Jul 19, 2023
1 parent c04106a commit 9bea6d3
Show file tree
Hide file tree
Showing 15 changed files with 48 additions and 11 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.404.0](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.403.0...v1.404.0) (2023-07-19)


### Features

* **checkout:** CHECKOUT-7595 Add client extension service ([#2056](https://github.com/bigcommerce/checkout-sdk-js/issues/2056)) ([c04106a](https://github.com/bigcommerce/checkout-sdk-js/commit/c04106afba0c341b9a76d4341cc98542d32dc7a7))

## [1.403.0](https://github.com/bigcommerce/checkout-sdk-js/compare/v1.402.1...v1.403.0) (2023-07-19)


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.

4 changes: 2 additions & 2 deletions dist/checkout-sdk.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7045,7 +7045,7 @@ declare interface SepaPlaceHolder_2 {
}

declare interface SetIframeStylePayload {
type: ExtensionCommand.ReloadCheckout;
type: ExtensionCommand.SetIframeStyle;
payload: {
extensionId: string;
style: {
Expand Down Expand Up @@ -7113,7 +7113,7 @@ declare interface ShopperCurrency extends StoreCurrency {
}

declare interface ShowLoadingIndicatorEvent {
type: ExtensionCommand.ReloadCheckout;
type: ExtensionCommand.ShowLoadingIndicator;
payload: {
extensionId: string;
show: boolean;
Expand Down
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.umd.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/extension.js

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

1 change: 1 addition & 0 deletions dist/extension.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions dist/extension.umd.js

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions dist/extension.umd.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
/*! *****************************************************************************
Copyright (c) Microsoft Corporation.

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */

/**
* @license
* Lodash <https://lodash.com/>
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
* Released under MIT license <https://lodash.com/license>
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
*/
1 change: 1 addition & 0 deletions dist/extension.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/interfaces/SetIframeStylePayload.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ ___

### type

**type**: [`ReloadCheckout`](../enums/ExtensionCommand.md#reloadcheckout)
**type**: [`SetIframeStyle`](../enums/ExtensionCommand.md#setiframestyle)
2 changes: 1 addition & 1 deletion docs/interfaces/ShowLoadingIndicatorEvent.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ ___

### type

**type**: [`ReloadCheckout`](../enums/ExtensionCommand.md#reloadcheckout)
**type**: [`ShowLoadingIndicator`](../enums/ExtensionCommand.md#showloadingindicator)
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.403.0",
"version": "1.404.0",
"description": "BigCommerce Checkout JavaScript SDK",
"license": "MIT",
"main": "dist/checkout-sdk.js",
Expand Down

0 comments on commit 9bea6d3

Please sign in to comment.