Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump paper-handlebars to 4.0.5 & Release v3.0.0-rc.11 #150

Merged
merged 1 commit into from
Feb 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.0.0-rc.11 (2019-2-14)
- Bump paper-handlebars to 4.0.4 [#150](https://github.com/bigcommerce/paper/pull/150) to fix
regex performance to match precompiled templates.

## 3.0.0-rc.10 (2019-2-4)
- Bump paper-handlebars to 4.0.4 [#149](https://github.com/bigcommerce/paper/pull/149) to fix
cdn url.
Expand All @@ -14,7 +18,7 @@

## 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.
`cdnify` and avoid double slash in the generated url.

## 3.0.0-rc.6 (2018-10-04)
Breaking change:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigcommerce/stencil-paper",
"version": "3.0.0-rc.10",
"version": "3.0.0-rc.11",
"description": "A Stencil plugin to load template files and render pages using backend renderer plugins.",
"main": "index.js",
"author": "Bigcommerce",
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/bigcommerce/paper",
"dependencies": {
"@bigcommerce/stencil-paper-handlebars": "~4.0.4",
"@bigcommerce/stencil-paper-handlebars": "~4.0.5",
"accept-language-parser": "~1.4.1",
"lodash": "~3.10.1",
"messageformat": "~0.2.2"
Expand Down