From 58ed19ed3f7a76698f9bfa55233bf63739326975 Mon Sep 17 00:00:00 2001 From: Tymur Biedukhin Date: Thu, 20 May 2021 16:04:40 +0300 Subject: [PATCH] Releasing 5.5.0 --- CHANGELOG.md | 2 ++ config.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c078ad827a..589491997a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Draft + +## 5.5.0 (05-20-2021) - Scale focus trap for all modals. [#2049](https://github.com/bigcommerce/cornerstone/pull/2049) - Fixed displaying swatch name for multiple swatch options on page. [#2040](https://github.com/bigcommerce/cornerstone/pull/2040) - Added settings for payment banners. [#2021](https://github.com/bigcommerce/cornerstone/pull/2021) diff --git a/config.json b/config.json index 13122aec1f..273a007b1a 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "Cornerstone", - "version": "5.5.0-rc.1", + "version": "5.5.0", "template_engine": "handlebars_v4", "meta": { "price": 0, diff --git a/package.json b/package.json index 050b7fa047..e3b3d6f4b8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bigcommerce-cornerstone", "description": "The BigCommerce reference theme for the Stencil platform", - "version": "5.5.0-rc.1", + "version": "5.5.0", "private": true, "author": "BigCommerce", "license": "MIT",