From d84f6a24b909a00bb9da52e1c5e1b26a6b6c75f8 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Tue, 20 Aug 2024 01:05:03 +0800 Subject: [PATCH] chore: release v6.5.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a4fb30..6e841ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [6.5.0](https://github.com/stylelint-types/stylelint-scss/compare/v6.1.0...v6.5.0) (2024-08-19) + + +### Features + +* add `at-import-partial-extension-allowed-list` rule, and deprecated `at-import-partial-extension-whitelist` rule ([720a4e0](https://github.com/stylelint-types/stylelint-scss/commit/720a4e073e925931038e3e226dfe79c25c43d66a)) +* add `at-import-partial-extension-disallowed-list` rule, and deprecated `at-import-partial-extension-blacklist` rule ([7312755](https://github.com/stylelint-types/stylelint-scss/commit/7312755682237d48afbb065256d9ad299f153a50)) +* add `at-mixin-no-risky-nesting-selector` rule ([404ecb9](https://github.com/stylelint-types/stylelint-scss/commit/404ecb92a45a089ad8c3cba60bfdd2e795bacc04)) +* add `declaration-property-value-no-unknown` rule ([cbceb16](https://github.com/stylelint-types/stylelint-scss/commit/cbceb16b6e9c1b35a307390b612ed932193c5010)) +* add `load-partial-extension` rule, and `deprecated at-import-partial-extension` rule ([5b9ea66](https://github.com/stylelint-types/stylelint-scss/commit/5b9ea66327db2f34855a7372b9c2f01e8d66be34)) +* add `property-no-unknown` add support for nested declarations ([ed48556](https://github.com/stylelint-types/stylelint-scss/commit/ed48556b58f8cecc0866575167e6ad10d074074c)) + + +### Performance Improvements + +* update deps to latest ([b683771](https://github.com/stylelint-types/stylelint-scss/commit/b6837711544c00895ecaea8e5b4f771449513dd2)) + + + # [6.1.0](https://github.com/stylelint-types/stylelint-scss/compare/v6.0.0...v6.1.0) (2024-2-16) diff --git a/package.json b/package.json index ab97cbe..79b4bdc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@stylelint-types/stylelint-scss", "type": "module", - "version": "6.1.0", + "version": "6.5.0", "packageManager": "pnpm@9.7.1", "description": "TypeScript definitions for stylelint-define-config", "author": "pengzhanbo (https://github.com/pengzhanbo)",