From a9f7784e62278e815a51d426945b6ab8c5439904 Mon Sep 17 00:00:00 2001 From: Release bot Date: Sat, 28 Jan 2023 22:04:39 +0000 Subject: [PATCH] chore: update changelog and publish packages [skip ci] - @medly/stylelint-config@0.3.1 --- packages/stylelint-config/CHANGELOG.md | 11 +++++++++++ packages/stylelint-config/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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": {