From 3e432566ec2a3c899ec0936cfcfeb33920d31b4c Mon Sep 17 00:00:00 2001 From: Jairo <68893868+jairo-bc@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:07:12 +0100 Subject: [PATCH] chore: release 5.3.0 (#91) --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f420d21..ef56a10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ### 5.2.0 (2023-11-24) +- feat: bump node-sass version ([90](https://github.com/bigcommerce/stencil-styles/pull/90)) + +### 5.3.0 (2024-01-29) + - feat(STRF-11419): Create Stylesheets resolver to get css files by stylesheet helper ([87](https://github.com/bigcommerce/stencil-styles/pull/87)) ### 5.1.0 (2022-01-20) diff --git a/package-lock.json b/package-lock.json index 7766956..5728987 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-styles", - "version": "5.2.0", + "version": "5.3.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index ec33385..aa13a2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-styles", - "version": "5.2.0", + "version": "5.3.0", "description": "Compiles SCSS for the Stencil Framework", "main": "lib/index.js", "scripts": {