From e400137638c254ad911ff667ba27cc61d7ecc278 Mon Sep 17 00:00:00 2001 From: "vladyslav.dlohush@bigcommerce.com" Date: Thu, 26 Jan 2023 13:22:20 +0200 Subject: [PATCH] Releasing 6.8.0 --- CHANGELOG.md | 2 ++ config.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b36d54252..425be57c20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Draft + +## 6.8.0 (01-26-2023) - Add remote_api_scripts into cart/preview template to let GA3 snippet to fire the Product Added event, when clicking Add to cart button on Product detail page and rendering the response in popup. [#2281](https://github.com/bigcommerce/cornerstone/pull/2281) - Stored XSS within Wishlist creation.[#2289](https://github.com/bigcommerce/cornerstone/issues/2289) - Set "Show quick payment buttons" setting to true by default [#2283]https://github.com/bigcommerce/cornerstone/pull/2283 diff --git a/config.json b/config.json index 5c96648ab9..82944489cd 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "Cornerstone", - "version": "6.8.0-rc.3", + "version": "6.8.0", "template_engine": "handlebars_v4", "meta": { "price": 0, diff --git a/package-lock.json b/package-lock.json index 635f71bde3..d522e951a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bigcommerce-cornerstone", - "version": "6.8.0-rc.3", + "version": "6.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9d6a3f4303..da9758694e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bigcommerce-cornerstone", "description": "The BigCommerce reference theme for the Stencil platform", - "version": "6.8.0-rc.3", + "version": "6.8.0", "private": true, "author": "BigCommerce", "license": "MIT",