From fa3c716861f146e4b4bd910471bf1234e9474aba Mon Sep 17 00:00:00 2001 From: William Kwon Date: Fri, 17 Jan 2020 11:31:19 -0800 Subject: [PATCH] Releasing 4.3.1 --- 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 c20dcea359..e0e7c6f340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Draft + +## 4.3.1 (2020-01-17) - Resolve visual regression in error modal icon animation [#1619](https://github.com/bigcommerce/cornerstone/pull/1619) - Update sweetalert2 library to latest version [#1617](https://github.com/bigcommerce/cornerstone/pull/1617) - Allow alert text color editing from theme editor and update default alert text color for Bold variation [#1565](https://github.com/bigcommerce/cornerstone/pull/1565) diff --git a/config.json b/config.json index b5e0e7ca93..02a6b24a0a 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "Cornerstone", - "version": "4.3.1-rc.1", + "version": "4.3.1", "meta": { "price": 0, "documentation_url": "https://support.bigcommerce.com/articles/Public/Cornerstone-Theme-Manual", diff --git a/package.json b/package.json index d5bcea01eb..28e3f4f1e1 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.3.1-rc.1", + "version": "4.3.1", "private": true, "author": "BigCommerce", "license": "MIT",