Skip to content

Commit

Permalink
Merge pull request #132 from mattolson/STRF-4420
Browse files Browse the repository at this point in the history
STRF-4420: Bump paper-handlebars
  • Loading branch information
mattolson authored Jan 31, 2018
2 parents b8d2cb2 + 6a56cf2 commit 7245502
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

## 3.0.0-rc.2 (2018-01-31)
## 3.0.0-rc.3 (2018-01-31)
- Major refactor, moving rendering functionality into paper-handlebars [#130](https://github.com/bigcommerce/paper/pull/130) to
allow for alternate template engines.
- Remove access to siteSettings and themeSettings, use accessors instead [#131](https://github.com/bigcommerce/paper/pull/131) to
- Remove access to siteSettings and themeSettings, use accessors instead [#131](https://github.com/bigcommerce/paper/pull/131)
- Bring in bug fix from paper-handlebars [#132](https://github.com/bigcommerce/paper/pull/132)

v3.0 Contains several breaking changes:
- Removed the direct access of `contentServiceContext` for setting page content. From now on, use `setContent()`
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.2",
"version": "3.0.0-rc.3",
"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": "^3.0.0",
"@bigcommerce/stencil-paper-handlebars": "~3.0.1",
"accept-language-parser": "~1.4.1",
"async": "~1.5.2",
"lodash": "~3.10.1",
Expand Down

0 comments on commit 7245502

Please sign in to comment.