Skip to content

Commit 77dce49

Browse files
author
Juned Kazi
committed
docs(release): releasing 3.0.0
1 parent 6fe7bc8 commit 77dce49

3 files changed

Lines changed: 66 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,67 @@
1+
## 3.0.0 (2020-10-06)
2+
3+
- fix: (strf-5280) Multiple themes - Changes to config.json not reflected ([0b28309](https://github.com/bigcommerce/stencil-cli/commit/0b28309))
4+
- fix: (strf-8705) fix broken headers and cookies in local server ([1dc8afd](https://github.com/bigcommerce/stencil-cli/commit/1dc8afd))
5+
- fix: apply various PR fixes ([c5d964b](https://github.com/bigcommerce/stencil-cli/commit/c5d964b))
6+
- fix: fix lint errors in lib/stencil-init.js ([a2e7383](https://github.com/bigcommerce/stencil-cli/commit/a2e7383))
7+
- fix: fix lint errors in lib/stencil-init.spec.js ([0b2b328](https://github.com/bigcommerce/stencil-cli/commit/0b2b328))
8+
- fix: inquirer.prompt is not called when not necessary ([beeca29](https://github.com/bigcommerce/stencil-cli/commit/beeca29))
9+
- fix: make running tests in verbose mode ([8bdd3d4](https://github.com/bigcommerce/stencil-cli/commit/8bdd3d4))
10+
- fix: reverts change to mock test answers ([ea9c76e](https://github.com/bigcommerce/stencil-cli/commit/ea9c76e))
11+
- fix: strf-8574 Bump version of "archiver" to fix security issues ([42f4528](https://github.com/bigcommerce/stencil-cli/commit/42f4528))
12+
- fix: strf-8574 Bump versions of npm modules to fix security issues ([2587d0a](https://github.com/bigcommerce/stencil-cli/commit/2587d0a))
13+
- fix: strf-8574, bump "hapi" and its modules to fix security issues ([b520daa](https://github.com/bigcommerce/stencil-cli/commit/b520daa))
14+
- fix: strf-8574, bump version of "@hapi/lab" to fix security issues ([44872f2](https://github.com/bigcommerce/stencil-cli/commit/44872f2))
15+
- fix: strf-8574, bump version of "github" package to fix security issues ([1013e3a](https://github.com/bigcommerce/stencil-cli/commit/1013e3a))
16+
- fix: strf-8574, bump version of "inquirer" to fix security issues ([474c9af](https://github.com/bigcommerce/stencil-cli/commit/474c9af))
17+
- fix: strf-8574, remove redundant dependency "hoek" ([9aeb3c1](https://github.com/bigcommerce/stencil-cli/commit/9aeb3c1))
18+
- fix(stencil-init.spec.js): fixed a broken test ([66ab50d](https://github.com/bigcommerce/stencil-cli/commit/66ab50d))
19+
- refactor: (strf-8608) make fsUtils async ([bcab218](https://github.com/bigcommerce/stencil-cli/commit/bcab218))
20+
- refactor: (strf-8672) fix ESLint & Prettier errors and refactor some code ([300de1e](https://github.com/bigcommerce/stencil-cli/commit/300de1e))
21+
- refactor: move printErrorMessages() from theme-api-client.js to cliCommon.js ([d2c259b](https://github.com/bigcommerce/stencil-cli/commit/d2c259b))
22+
- refactor: move tests to GitHub Actions, remove Travis and AppVeyor ([18c6ff9](https://github.com/bigcommerce/stencil-cli/commit/18c6ff9))
23+
- refactor: moved common constants to constants.js ([a205c5b](https://github.com/bigcommerce/stencil-cli/commit/a205c5b))
24+
- refactor: moved StencilStart class to a separate file ([fdcdd82](https://github.com/bigcommerce/stencil-cli/commit/fdcdd82))
25+
- refactor: replace Promises with async/await in stencil-start ([9492a42](https://github.com/bigcommerce/stencil-cli/commit/9492a42))
26+
- refactor: strf-8606; removed unused modules "good", "good-console" ([1db7f5a](https://github.com/bigcommerce/stencil-cli/commit/1db7f5a))
27+
- refactor: use fs.existsSync instead of Fs.statSync hack ([e097e36](https://github.com/bigcommerce/stencil-cli/commit/e097e36))
28+
- refactor(.eslintrc): update .eslinrc to allow newer JS syntax ([f132275](https://github.com/bigcommerce/stencil-cli/commit/f132275))
29+
- refactor(/bin/stencil-start): rearrange some variables ([e8edabb](https://github.com/bigcommerce/stencil-cli/commit/e8edabb))
30+
- refactor(/lib/release.js): use async/await instead of callbacks ([720fbb1](https://github.com/bigcommerce/stencil-cli/commit/720fbb1))
31+
- refactor(stencil-init): improve code style and test coverage ([4ac65ff](https://github.com/bigcommerce/stencil-cli/commit/4ac65ff))
32+
- refactor(stencil-start): refactored the module to OOP style ([2ae5b0c](https://github.com/bigcommerce/stencil-cli/commit/2ae5b0c))
33+
- refactor(tests): move tests from /bin to /lib ([930922f](https://github.com/bigcommerce/stencil-cli/commit/930922f))
34+
- feat: (strf-8608) bump recent updates in npm packages ([e50e231](https://github.com/bigcommerce/stencil-cli/commit/e50e231))
35+
- feat: (strf-8608) deleted unused npm dependencies ([1f64ad9](https://github.com/bigcommerce/stencil-cli/commit/1f64ad9))
36+
- feat: (strf-8608) replace "request" with "node-fetch" ([e758b01](https://github.com/bigcommerce/stencil-cli/commit/e758b01))
37+
- feat: (strf-8608) replaced lab+code+sinon with jest ([71e952f](https://github.com/bigcommerce/stencil-cli/commit/71e952f))
38+
- feat: (strf-8608) update "front-matter" ([a0aa6fd](https://github.com/bigcommerce/stencil-cli/commit/a0aa6fd))
39+
- feat: (strf-8608) update "simple-git" ([7153455](https://github.com/bigcommerce/stencil-cli/commit/7153455))
40+
- feat: (strf-8608) update "tarjan-graph" ([4a27ee6](https://github.com/bigcommerce/stencil-cli/commit/4a27ee6))
41+
- feat: (strf-8608) updated some npm dependencies ([9059210](https://github.com/bigcommerce/stencil-cli/commit/9059210))
42+
- feat: (strf-8625) support Node 12.x ([1449751](https://github.com/bigcommerce/stencil-cli/commit/1449751))
43+
- feat: (strf-8630) fix template engine values ([0af2cb5](https://github.com/bigcommerce/stencil-cli/commit/0af2cb5))
44+
- feat: (strf-8671) replace "wreck" with "node-fetch" ([6dcdd9b](https://github.com/bigcommerce/stencil-cli/commit/6dcdd9b))
45+
- feat: (strf-8672) improve ESLint config and add prettier ([a8b78c8](https://github.com/bigcommerce/stencil-cli/commit/a8b78c8))
46+
- feat: (strf-8673) update "commander" ([dc3bf29](https://github.com/bigcommerce/stencil-cli/commit/dc3bf29))
47+
- feat: (strf-8674) update "async" npm package ([9f64096](https://github.com/bigcommerce/stencil-cli/commit/9f64096))
48+
- feat: (strf-8684) update 'tmp' package ([b1e932c](https://github.com/bigcommerce/stencil-cli/commit/b1e932c))
49+
- feat: bump paper to rc30, release 2.2.0 ([6945a3c](https://github.com/bigcommerce/stencil-cli/commit/6945a3c))
50+
- feat: bump paper to rc31 ([b958744](https://github.com/bigcommerce/stencil-cli/commit/b958744))
51+
- feat: init no longer prompts when cli option is present ([a9fee29](https://github.com/bigcommerce/stencil-cli/commit/a9fee29))
52+
- feat: make init command more suitable for automation ([ab9b919](https://github.com/bigcommerce/stencil-cli/commit/ab9b919))
53+
- feat: strf-8589, drop JSPM support ([c39c67b](https://github.com/bigcommerce/stencil-cli/commit/c39c67b))
54+
- feat: update "stencil pull" to use configurations API, improving performance ([2b142fc](https://github.com/bigcommerce/stencil-cli/commit/2b142fc))
55+
- feat: update cli to use template engine based on the value stored in ([f9ea0a9](https://github.com/bigcommerce/stencil-cli/commit/f9ea0a9))
56+
- feat(docs): add project structure and best practices ([251c1ff](https://github.com/bigcommerce/stencil-cli/commit/251c1ff))
57+
- Add npm cache ([ad50756](https://github.com/bigcommerce/stencil-cli/commit/ad50756))
58+
- Resolve Schema Translation Error Logging ([7e668df](https://github.com/bigcommerce/stencil-cli/commit/7e668df))
59+
- STRF-8582 Bump stencil-styles version ([6611284](https://github.com/bigcommerce/stencil-cli/commit/6611284))
60+
- Update test badges ([0fdafcf](https://github.com/bigcommerce/stencil-cli/commit/0fdafcf))
61+
- test: updates integration and unit tests ([9e6131d](https://github.com/bigcommerce/stencil-cli/commit/9e6131d))
62+
- test: use better naming of methods and constants ([506be68](https://github.com/bigcommerce/stencil-cli/commit/506be68))
63+
- chore: remove json schema since it has been replaced by ajv ([80911e5](https://github.com/bigcommerce/stencil-cli/commit/80911e5))
64+
165
<a name="2.1.1"></a>
266

367
## <small>2.1.1 (2020-06-12)</small>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bigcommerce/stencil-cli",
3-
"version": "2.1.1",
3+
"version": "3.0.0",
44
"description": "CLI tool to run BigCommerce Stores locally for theme development.",
55
"main": "index.js",
66
"engines": {

0 commit comments

Comments
 (0)