From d9867852a82a8a81108887f1ac9bb9fe606c9b06 Mon Sep 17 00:00:00 2001 From: Patrick Edelman Date: Fri, 7 Dec 2018 11:59:10 -0600 Subject: [PATCH] MERC-4360: Bump paper-handlebars to fix region helper --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e99cb1cf..aead659a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.0.0-rc.8 (2018-12-7) +- Bump paper-handlebars to 4.0.2 [#142](https://github.com/bigcommerce/paper/pull/142) to fix + `region` helper, should render regardless of empty content. + ## 3.0.0-rc.7 (2018-10-30) - Bump paper-handlebars to 4.0.1 [#140](https://github.com/bigcommerce/paper/pull/140) to fix `cdnify` and avoid double slash in the genrated url. diff --git a/package.json b/package.json index 06ce1742..3882e7d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-paper", - "version": "3.0.0-rc.7", + "version": "3.0.0-rc.8", "description": "A Stencil plugin to load template files and render pages using backend renderer plugins.", "main": "index.js", "author": "Bigcommerce", @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/bigcommerce/paper", "dependencies": { - "@bigcommerce/stencil-paper-handlebars": "~4.0.1", + "@bigcommerce/stencil-paper-handlebars": "~4.0.2", "accept-language-parser": "~1.4.1", "lodash": "~3.10.1", "messageformat": "~0.2.2"