From 8c78767134d019d47dc59b6529ae8d75bd9cbe48 Mon Sep 17 00:00:00 2001 From: Matt Olson Date: Mon, 8 Jan 2018 15:28:27 -0800 Subject: [PATCH] Releasing 1.11.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 8f9fb7b9e4..6107750f70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## Draft + +## 1.11.0 (2018-01-08) - Fixes functionality of carousel links in IE and Edge. [#1093](https://github.com/bigcommerce/cornerstone/pull/1093) - Add image width & height for carousel images. [#1126](https://github.com/bigcommerce/cornerstone/pull/1126) - Fix Bold featured products clickability. [#1130](https://github.com/bigcommerce/cornerstone/pull/1130) diff --git a/config.json b/config.json index c25bd4b564..d3b7784ba2 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "Cornerstone", - "version": "1.11.0-rc.2", + "version": "1.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 8ed6174e8e..2142f0b841 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bigcommerce-cornerstone", "description": "The BigCommerce reference theme for the Stencil platform", - "version": "1.11.0-rc.2", + "version": "1.11.0", "private": true, "author": "BigCommerce", "license": "MIT",