Skip to content

Commit

Permalink
Merge pull request #223 from mattolson/STRF-8864
Browse files Browse the repository at this point in the history
STRF-8864: Bump paper-handlebars to 4.4.3
  • Loading branch information
mattolson authored Dec 15, 2020
2 parents 8fcd516 + b476aeb commit bcb01bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Changelog

## 3.0.0-rc.36 (2020-12-15)
- Bumps paper-handlebars to 4.4.3 [#223](https://github.com/bigcommerce/paper/pull/223)

## 3.0.0-rc.35 (2020-11-17)
- Bumps paper-handlebars to 4.4.2 [#208](https://github.com/bigcommerce/paper/pull/219)
- Bumps paper-handlebars to 4.4.2 [#219](https://github.com/bigcommerce/paper/pull/219)

## 3.0.0-rc.34 (2020-11-16)
- Rollback paper-handlebars to 4.4.1 [#208](https://github.com/bigcommerce/paper/pull/216)
- Rollback paper-handlebars to 4.4.1 [#216](https://github.com/bigcommerce/paper/pull/216)

## 3.0.0-rc.33 (2020-09-21)
- Bumps paper-handlebars to 4.5.0-rc.2 [#208](https://github.com/bigcommerce/paper/pull/214)
- Bumps paper-handlebars to 4.5.0-rc.2 [#214](https://github.com/bigcommerce/paper/pull/214)

## 3.0.0-rc.32 (2020-09-04)
- Refactor Translator and drop unneeded dependency. Bumps paper-handlebars to 4.5.0-rc.1 [#208](https://github.com/bigcommerce/paper/pull/208)
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.35",
"version": "3.0.0-rc.36",
"description": "A Stencil plugin to load template files and render pages using backend renderer plugins.",
"main": "index.js",
"author": "Bigcommerce",
Expand All @@ -24,7 +24,7 @@
},
"homepage": "https://github.com/bigcommerce/paper",
"dependencies": {
"@bigcommerce/stencil-paper-handlebars": "4.4.2",
"@bigcommerce/stencil-paper-handlebars": "4.4.3",
"accept-language-parser": "~1.4.1",
"messageformat": "~0.2.2"
},
Expand Down

0 comments on commit bcb01bf

Please sign in to comment.