From afe3863693373eae552da669042a1193ab1b1345 Mon Sep 17 00:00:00 2001 From: Alexey Date: Mon, 17 Jun 2019 12:18:47 +0300 Subject: [PATCH] [stylelint] Deprecated function-url-data-uris (#76) * remove * changelog and version --- stylelint/.stylelintrc.yml | 1 - stylelint/CHANGELOG.md | 4 ++++ stylelint/package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/stylelint/.stylelintrc.yml b/stylelint/.stylelintrc.yml index 5e3d504..dc99da8 100644 --- a/stylelint/.stylelintrc.yml +++ b/stylelint/.stylelintrc.yml @@ -20,7 +20,6 @@ rules: function-name-case: lower function-parentheses-newline-inside: null function-parentheses-space-inside: never - function-url-data-uris: null function-url-no-scheme-relative: true function-url-quotes: - always diff --git a/stylelint/CHANGELOG.md b/stylelint/CHANGELOG.md index ba5b1b2..d04899f 100644 --- a/stylelint/CHANGELOG.md +++ b/stylelint/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [0.1.1] - 2019-06-17 +### Changed +- Removed deprecated rule `function-url-data-uris`. + ## [0.1.1] - 2017-07-03 ### Changed - Added a separate config for styled-components. diff --git a/stylelint/package.json b/stylelint/package.json index b5e6f51..7373884 100644 --- a/stylelint/package.json +++ b/stylelint/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-config-umbrellio", - "version": "0.1.1", + "version": "0.1.2", "description": "Stylelint config used for Umbrellio projects", "main": ".stylelintrc.yml", "files": [