diff --git a/CHANGELOG.md b/CHANGELOG.md index a80e2154bb..ecc1bae3aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Draft + +## 4.11.0 (10-07-2020) - Add Info and Add Coupon forms on Cart Page tabbable when hidden. [#1820](https://github.com/bigcommerce/cornerstone/pull/1820) - Fixed outline styles for breadcrumbs on focus state. [#1824](https://github.com/bigcommerce/cornerstone/pull/1824) - Fixed review rating icons focus border. [#1818](https://github.com/bigcommerce/cornerstone/pull/1818) diff --git a/config.json b/config.json index eb04e39e46..189cbd5147 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "Cornerstone", - "version": "4.11.0-rc.1", + "version": "4.11.0", "meta": { "price": 0, "documentation_url": "https://support.bigcommerce.com/articles/Public/Cornerstone-Theme-Manual", diff --git a/package.json b/package.json index 22d2476dfe..7fa6252822 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bigcommerce-cornerstone", "description": "The BigCommerce reference theme for the Stencil platform", - "version": "4.11.0-rc.1", + "version": "4.11.0", "private": true, "author": "BigCommerce", "license": "MIT",