From cfce82d3ba6f490b9de08058b9c343d0f54efb28 Mon Sep 17 00:00:00 2001 From: Jairo <68893868+jairo-bc@users.noreply.github.com> Date: Thu, 24 Feb 2022 13:15:03 -0500 Subject: [PATCH] chore(release): release 3.10.1 (#880) --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4465d3d2..1c5f0930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ### Draft +### 3.10.1 (2022-02-24) + +- fix: when there's no regions on the page ([878](https://github.com/bigcommerce/stencil-cli/pull/878)) +- fix: STRF-9667 Storefront fallback logic works incorrectly on store with Stencil CLI ([877](https://github.com/bigcommerce/stencil-cli/pull/877)) + ### 3.10.0 (2022-02-08) - fix(storefront): bctheme-1000 handle regular css in stencil ([845](https://github.com/bigcommerce/stencil-cli/pull/845)) diff --git a/package-lock.json b/package-lock.json index cc42d032..7f22c572 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-cli", - "version": "3.10.0", + "version": "3.10.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 26604054..807580b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-cli", - "version": "3.10.0", + "version": "3.10.1", "description": "CLI tool to run BigCommerce Stores locally for theme development.", "main": "index.js", "engines": {