File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.4 .0"
2+ "." : " 0.5 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.5.0] ( https://github.com/eslint/css/compare/css-v0.4.0...css-v0.5.0 ) (2025-03-03)
4+
5+
6+ ### Features
7+
8+ * add prefer-logical-properties rule ([ #63 ] ( https://github.com/eslint/css/issues/63 ) ) ([ 2a440ce] ( https://github.com/eslint/css/commit/2a440ce617cc6754563bc8c41ae16dfd445a0b95 ) )
9+ * add selector support to require-baseline ([ #61 ] ( https://github.com/eslint/css/issues/61 ) ) ([ 9c7fd6a] ( https://github.com/eslint/css/commit/9c7fd6aa06b62c70d979ff5f7b9c06a95fdeed56 ) )
10+
311## [ 0.4.0] ( https://github.com/eslint/css/compare/css-v0.3.0...css-v0.4.0 ) (2025-02-19)
412
513
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/css" ,
3- "version" : " 0.4 .0" ,
3+ "version" : " 0.5 .0" ,
44 "exports" : {
55 "." : " ./dist/esm/index.js" ,
66 "./syntax" : " ./dist/esm/syntax/index.js"
Original file line number Diff line number Diff line change 11{
22 "name" : " @eslint/css" ,
3- "version" : " 0.4 .0" ,
3+ "version" : " 0.5 .0" ,
44 "description" : " CSS linting plugin for ESLint" ,
55 "author" : " Nicholas C. Zakas" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import requireBaseline from "./rules/require-baseline.js";
2424const plugin = {
2525 meta : {
2626 name : "@eslint/css" ,
27- version : "0.4 .0" , // x-release-please-version
27+ version : "0.5 .0" , // x-release-please-version
2828 } ,
2929 languages : {
3030 css : new CSSLanguage ( ) ,
You canβt perform that action at this time.
0 commit comments