diff --git a/CHANGELOG.md b/CHANGELOG.md index f76df25528..d170aaeab2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump webpack-bundle-analyzer [#2229]https://github.com/bigcommerce/cornerstone/pull/2229 - Make screen reader say all errors then each error while tabbing. [#2230]https://github.com/bigcommerce/cornerstone/pull/2230 - Clarify customer order pagination. [#2241]https://github.com/bigcommerce/cornerstone/pull/2241 +- Bump stencil utils with BODL events: Add to Cart and Remove from Cart [#2252]https://github.com/bigcommerce/cornerstone/pull/2252 - Add global region below the navigation in the header [#2231](https://github.com/bigcommerce/cornerstone/pull/2231) - Fixed escaping on created store account confirm message. [#2248]https://github.com/bigcommerce/cornerstone/pull/2248 - Pass theme settings from blog page to blog post template. [#2253]https://github.com/bigcommerce/cornerstone/pull/2253 diff --git a/package-lock.json b/package-lock.json index aa1be99915..9563a11885 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1065,9 +1065,9 @@ "dev": true }, "@bigcommerce/stencil-utils": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/@bigcommerce/stencil-utils/-/stencil-utils-6.11.0.tgz", - "integrity": "sha512-ULhqJPrzZEap+ZoGbnx/VkXwEEcopspQ9kSFwZpBmBqgrp/QA7H6ElLeVHUUA9ImL2QF0OF80fxjRoWwYXHnOA==", + "version": "6.12.0", + "resolved": "https://registry.npmjs.org/@bigcommerce/stencil-utils/-/stencil-utils-6.12.0.tgz", + "integrity": "sha512-pOoKdYHG+7ORlSkAhCzIOFmvf/OVw4ApDCLP5f41oSj0bM7MRowIFz72ytNpe3gBE7Imvcc3WjYHlfgu+EGNyg==", "requires": { "eventemitter3": "^4.0.4", "whatwg-fetch": "^3.4.0" diff --git a/package.json b/package.json index 5da2367f68..9d26f9d562 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author": "BigCommerce", "license": "MIT", "dependencies": { - "@bigcommerce/stencil-utils": "^6.11.0", + "@bigcommerce/stencil-utils": "^6.12.0", "core-js": "^3.9.0", "creditcards": "^4.2.0", "easyzoom": "^2.5.3",