diff --git a/packages/stylelint-config/CHANGELOG.md b/packages/stylelint-config/CHANGELOG.md index 6641059..10a2356 100644 --- a/packages/stylelint-config/CHANGELOG.md +++ b/packages/stylelint-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.1](https://github.com/medly/configs/compare/@medly/stylelint-config@0.3.0...@medly/stylelint-config@0.3.1) (2023-01-28) + + +### Bug Fixes + +* fix false alarm for using css in js in media queries ([a4df717](https://github.com/medly/configs/commit/a4df7176272c0e40dcf949bb76537c4a8460abc7)) + + + + + # [0.3.0](https://github.com/medly/configs/compare/@medly/stylelint-config@0.2.0...@medly/stylelint-config@0.3.0) (2023-01-20) diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index fb6131c..eab3863 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -1,7 +1,7 @@ { "name": "@medly/stylelint-config", "description": "Basic stylelint config", - "version": "0.3.0", + "version": "0.3.1", "sideEffects": false, "main": "index.json", "publishConfig": {