From 378e317f04094da90f984ed15c27a396865140c4 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 06:57:26 +0000 Subject: [PATCH] chore(release): v0.229.0 --- CHANGELOG.md | 7 +++++ package-lock.json | 26 +++++++++---------- package.json | 2 +- projects/auto-changelog-config/package.json | 2 +- projects/browserslist-config/package.json | 2 +- projects/commitlint-config/package.json | 2 +- projects/cspell-config/package.json | 2 +- .../eslint-plugin-experience/package.json | 2 +- projects/jest-config/package.json | 2 +- projects/prettier-config/package.json | 2 +- projects/release-it-config/package.json | 2 +- projects/stylelint-config/package.json | 2 +- projects/syncer/package.json | 2 +- projects/tsconfig/package.json | 2 +- 14 files changed, 32 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 478b7cd8..d0c0d4f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [0.229.0](https://github.com/taiga-family/configurations/compare/v0.228.0...v0.229.0) (2024-11-01) + +### 🚀 Features + +- **stylelint-config**: exclude `mask` & `mask-image` properties for `color-named` rule (#696) + [(c1aed3e)](https://github.com/taiga-family/configurations/commit/c1aed3e3663739db4fe25536f3e2980530e2bd2e) + ### [0.228.0](https://github.com/taiga-family/configurations/compare/v0.227.0...v0.228.0) (2024-10-23) ### 🐞 Bug Fixes diff --git a/package-lock.json b/package-lock.json index 4fc6803c..ef97c62e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "taiga-linters", - "version": "0.228.0", + "version": "0.229.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "taiga-linters", - "version": "0.228.0", + "version": "0.229.0", "license": "Apache-2.0", "workspaces": [ "projects/*" @@ -27804,7 +27804,7 @@ }, "projects/auto-changelog-config": { "name": "@taiga-ui/auto-changelog-config", - "version": "0.228.0", + "version": "0.229.0", "license": "Apache-2.0", "peerDependencies": { "auto-changelog": "2.5.0" @@ -27812,12 +27812,12 @@ }, "projects/browserslist-config": { "name": "@taiga-ui/browserslist-config", - "version": "0.228.0", + "version": "0.229.0", "license": "Apache-2.0" }, "projects/commitlint-config": { "name": "@taiga-ui/commitlint-config", - "version": "0.228.0", + "version": "0.229.0", "license": "Apache-2.0", "peerDependencies": { "@commitlint/cli": "^19.5.0", @@ -27826,7 +27826,7 @@ }, "projects/cspell-config": { "name": "@taiga-ui/cspell-config", - "version": "0.228.0", + "version": "0.229.0", "license": "Apache-2.0", "peerDependencies": { "@cspell/dict-ar": "^1.1.3", @@ -27838,7 +27838,7 @@ }, "projects/eslint-plugin-experience": { "name": "@taiga-ui/eslint-plugin-experience", - "version": "0.228.0", + "version": "0.229.0", "license": "Apache-2.0", "dependencies": { "glob": "11.0.0" @@ -27885,7 +27885,7 @@ }, "projects/jest-config": { "name": "@taiga-ui/jest-config", - "version": "0.228.0", + "version": "0.229.0", "license": "Apache-2.0", "dependencies": { "@types/jest": "29.5.14", @@ -27896,7 +27896,7 @@ }, "projects/prettier-config": { "name": "@taiga-ui/prettier-config", - "version": "0.228.0", + "version": "0.229.0", "license": "Apache-2.0", "peerDependencies": { "@prettier/plugin-xml": "^3.4.1", @@ -27909,7 +27909,7 @@ }, "projects/release-it-config": { "name": "@taiga-ui/release-it-config", - "version": "0.228.0", + "version": "0.229.0", "license": "Apache-2.0", "peerDependencies": { "@release-it/conventional-changelog": "9.0.2", @@ -27918,7 +27918,7 @@ }, "projects/stylelint-config": { "name": "@taiga-ui/stylelint-config", - "version": "0.228.0", + "version": "0.229.0", "license": "Apache-2.0", "peerDependencies": { "@stylistic/stylelint-config": "^2.0.0", @@ -27934,7 +27934,7 @@ }, "projects/syncer": { "name": "@taiga-ui/syncer", - "version": "0.228.0", + "version": "0.229.0", "license": "Apache-2.0", "dependencies": { "glob": "11.0.0" @@ -27948,7 +27948,7 @@ }, "projects/tsconfig": { "name": "@taiga-ui/tsconfig", - "version": "0.228.0", + "version": "0.229.0", "license": "Apache-2.0" } } diff --git a/package.json b/package.json index 29c80bf2..04418e73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taiga-linters", - "version": "0.228.0", + "version": "0.229.0", "private": true, "license": "Apache-2.0", "workspaces": [ diff --git a/projects/auto-changelog-config/package.json b/projects/auto-changelog-config/package.json index 2792558c..dcb0c077 100644 --- a/projects/auto-changelog-config/package.json +++ b/projects/auto-changelog-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/auto-changelog-config", - "version": "0.228.0", + "version": "0.229.0", "description": "Taiga UI auto-changelog config", "keywords": [ "auto-changelog" diff --git a/projects/browserslist-config/package.json b/projects/browserslist-config/package.json index 174f1d8d..1ab45402 100644 --- a/projects/browserslist-config/package.json +++ b/projects/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/browserslist-config", - "version": "0.228.0", + "version": "0.229.0", "description": "Taiga UI browserslist config", "keywords": [ "browserslist" diff --git a/projects/commitlint-config/package.json b/projects/commitlint-config/package.json index 4357cc2f..26a40052 100644 --- a/projects/commitlint-config/package.json +++ b/projects/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/commitlint-config", - "version": "0.228.0", + "version": "0.229.0", "description": "Taiga UI commitlint config", "keywords": [ "commitlint", diff --git a/projects/cspell-config/package.json b/projects/cspell-config/package.json index 90d73d53..69aa7013 100644 --- a/projects/cspell-config/package.json +++ b/projects/cspell-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/cspell-config", - "version": "0.228.0", + "version": "0.229.0", "description": "Taiga UI cspell config", "keywords": [ "cspell" diff --git a/projects/eslint-plugin-experience/package.json b/projects/eslint-plugin-experience/package.json index 6e2ce71b..aab7bafa 100644 --- a/projects/eslint-plugin-experience/package.json +++ b/projects/eslint-plugin-experience/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/eslint-plugin-experience", - "version": "0.228.0", + "version": "0.229.0", "description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects", "license": "Apache-2.0", "main": "index.js", diff --git a/projects/jest-config/package.json b/projects/jest-config/package.json index a33257d2..bf53fc6d 100644 --- a/projects/jest-config/package.json +++ b/projects/jest-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/jest-config", - "version": "0.228.0", + "version": "0.229.0", "description": "Taiga UI jest config", "keywords": [ "jest", diff --git a/projects/prettier-config/package.json b/projects/prettier-config/package.json index 86c7a721..e1bc93ba 100644 --- a/projects/prettier-config/package.json +++ b/projects/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/prettier-config", - "version": "0.228.0", + "version": "0.229.0", "description": "Taiga-ui prettier config", "keywords": [ "prettier", diff --git a/projects/release-it-config/package.json b/projects/release-it-config/package.json index 08c44c0e..0387357e 100644 --- a/projects/release-it-config/package.json +++ b/projects/release-it-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/release-it-config", - "version": "0.228.0", + "version": "0.229.0", "description": "Taiga UI release-it config", "keywords": [ "release-it" diff --git a/projects/stylelint-config/package.json b/projects/stylelint-config/package.json index cc8b0058..f5be5eeb 100644 --- a/projects/stylelint-config/package.json +++ b/projects/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/stylelint-config", - "version": "0.228.0", + "version": "0.229.0", "description": "Taiga UI stylelint config", "keywords": [ "stylelint", diff --git a/projects/syncer/package.json b/projects/syncer/package.json index 6e494dfe..ce630705 100644 --- a/projects/syncer/package.json +++ b/projects/syncer/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/syncer", - "version": "0.228.0", + "version": "0.229.0", "description": "Taiga UI CLI tool for sync version in npm workspaces", "keywords": [ "sync version" diff --git a/projects/tsconfig/package.json b/projects/tsconfig/package.json index 085edaeb..cd1f7c2c 100644 --- a/projects/tsconfig/package.json +++ b/projects/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/tsconfig", - "version": "0.228.0", + "version": "0.229.0", "description": "Taiga UI tsconfig", "keywords": [ "taiga-ui",