Skip to content

Commit 30d7592

Browse files
authored
Merge pull request #60 from jairo-bc/release-2.1.0
Release 2.1.0
2 parents 43c455a + b844443 commit 30d7592

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
### 2.1.0 (2021-09-17)
2+
3+
- STRF-9357 Upgrade dart sass to latest version to suppress deprecation warnings ([59](https://github.com/bigcommerce/stencil-styles/pull/59))
4+
- Reduced npm package size ([46](hhttps://github.com/bigcommerce/stencil-styles/pull/46))
5+
6+
### 2.0.0 (2021-09-17)
7+
8+
- Add support for dart-sass, so it can run in the same process as node-sass ([50](https://github.com/bigcommerce/stencil-styles/pull/50))

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-styles",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Compiles SCSS for the Stencil Framework",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)