We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810c25b commit b4b9726Copy full SHA for b4b9726
2 files changed
CHANGELOG.md
@@ -1,6 +1,10 @@
1
+### 6.2.3 (2025-10-31)
2
+
3
+- fix: use npm registry for node-sass ([150](https://github.com/bigcommerce/stencil-styles/pull/150))
4
5
### 6.2.2 (2025-10-13)
6
-- fix: STRF-13809 Bump node-sass version ([150](https://github.com/bigcommerce/stencil-styles/pull/150))
7
+- fix: STRF-13809 Bump node-sass version ([149](https://github.com/bigcommerce/stencil-styles/pull/149))
8
9
### 6.2.1 (2025-10-13)
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@bigcommerce/stencil-styles",
- "version": "6.2.2",
+ "version": "6.2.3",
"description": "Compiles SCSS for the Stencil Framework",
"main": "lib/index.js",
"scripts": {
0 commit comments