Skip to content

Commit

Permalink
docs(release): release 3.7.0 (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
jairo-bc authored Dec 10, 2021
1 parent 10e7dbb commit 938b593
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 13 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### 3.7.0 (2021-12-08)

- fix: strf-9535 Add fallback for shopper language default ([804](https://github.com/bigcommerce/stencil-cli/pull/804))
- feat: strf-9245 Warn user if shopper default language file is missing or has missing keys ([802](https://github.com/bigcommerce/stencil-cli/pull/802))
- Bump paper to rc52

Note: BREAKING CHANGE!
In order to get stencil cli working with this version, new Stencil CLI token should be created

### 3.6.5 (2021-11-22)

- fix: strf-4307 Frontmatter/yaml validation and trailing symbols checks ([798](https://github.com/bigcommerce/stencil-cli/pull/798))
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-cli",
"version": "3.6.5",
"version": "3.7.0",
"description": "CLI tool to run BigCommerce Stores locally for theme development.",
"main": "index.js",
"engines": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"package-lock.json"
],
"dependencies": {
"@bigcommerce/stencil-paper": "^3.0.0-rc.51",
"@bigcommerce/stencil-paper": "^3.0.0-rc.52",
"@bigcommerce/stencil-styles": "2.1.0",
"@hapi/boom": "^8.0.1",
"@hapi/glue": "^6.2.0",
Expand Down

0 comments on commit 938b593

Please sign in to comment.