diff --git a/CHANGELOG.md b/CHANGELOG.md index d0c0d4f7..d25378df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [0.230.0](https://github.com/taiga-family/configurations/compare/v0.229.0...v0.230.0) (2024-11-02) + +### 🚀 Features + +- **eslint-plugin-experience**: use another modification for package prefix (#700) + [(06b6e9a)](https://github.com/taiga-family/configurations/commit/06b6e9a91558d9592043079f539559b457108764) + ### [0.229.0](https://github.com/taiga-family/configurations/compare/v0.228.0...v0.229.0) (2024-11-01) ### 🚀 Features diff --git a/package-lock.json b/package-lock.json index 42a29811..1bc0ee5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "taiga-linters", - "version": "0.229.0", + "version": "0.230.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "taiga-linters", - "version": "0.229.0", + "version": "0.230.0", "license": "Apache-2.0", "workspaces": [ "projects/*" @@ -27804,7 +27804,7 @@ }, "projects/auto-changelog-config": { "name": "@taiga-ui/auto-changelog-config", - "version": "0.229.0", + "version": "0.230.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.229.0", + "version": "0.230.0", "license": "Apache-2.0" }, "projects/commitlint-config": { "name": "@taiga-ui/commitlint-config", - "version": "0.229.0", + "version": "0.230.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.229.0", + "version": "0.230.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.229.0", + "version": "0.230.0", "license": "Apache-2.0", "dependencies": { "glob": "11.0.0" @@ -27885,7 +27885,7 @@ }, "projects/jest-config": { "name": "@taiga-ui/jest-config", - "version": "0.229.0", + "version": "0.230.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.229.0", + "version": "0.230.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.229.0", + "version": "0.230.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.229.0", + "version": "0.230.0", "license": "Apache-2.0", "peerDependencies": { "@stylistic/stylelint-config": "^2.0.0", @@ -27934,7 +27934,7 @@ }, "projects/syncer": { "name": "@taiga-ui/syncer", - "version": "0.229.0", + "version": "0.230.0", "license": "Apache-2.0", "dependencies": { "glob": "11.0.0" @@ -27948,7 +27948,7 @@ }, "projects/tsconfig": { "name": "@taiga-ui/tsconfig", - "version": "0.229.0", + "version": "0.230.0", "license": "Apache-2.0" } } diff --git a/package.json b/package.json index 04418e73..93a226be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taiga-linters", - "version": "0.229.0", + "version": "0.230.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 dcb0c077..7a7fd2d6 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.229.0", + "version": "0.230.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 1ab45402..12458256 100644 --- a/projects/browserslist-config/package.json +++ b/projects/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/browserslist-config", - "version": "0.229.0", + "version": "0.230.0", "description": "Taiga UI browserslist config", "keywords": [ "browserslist" diff --git a/projects/commitlint-config/package.json b/projects/commitlint-config/package.json index 26a40052..d0f293ef 100644 --- a/projects/commitlint-config/package.json +++ b/projects/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/commitlint-config", - "version": "0.229.0", + "version": "0.230.0", "description": "Taiga UI commitlint config", "keywords": [ "commitlint", diff --git a/projects/cspell-config/package.json b/projects/cspell-config/package.json index 69aa7013..8aa97b06 100644 --- a/projects/cspell-config/package.json +++ b/projects/cspell-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/cspell-config", - "version": "0.229.0", + "version": "0.230.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 e3d53fe9..8e264ba9 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.229.0", + "version": "0.230.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 bf53fc6d..08bd47d8 100644 --- a/projects/jest-config/package.json +++ b/projects/jest-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/jest-config", - "version": "0.229.0", + "version": "0.230.0", "description": "Taiga UI jest config", "keywords": [ "jest", diff --git a/projects/prettier-config/package.json b/projects/prettier-config/package.json index e1bc93ba..a7e48e02 100644 --- a/projects/prettier-config/package.json +++ b/projects/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/prettier-config", - "version": "0.229.0", + "version": "0.230.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 0387357e..78274276 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.229.0", + "version": "0.230.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 f5be5eeb..a4ca23ad 100644 --- a/projects/stylelint-config/package.json +++ b/projects/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/stylelint-config", - "version": "0.229.0", + "version": "0.230.0", "description": "Taiga UI stylelint config", "keywords": [ "stylelint", diff --git a/projects/syncer/package.json b/projects/syncer/package.json index ce630705..9142a9b0 100644 --- a/projects/syncer/package.json +++ b/projects/syncer/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/syncer", - "version": "0.229.0", + "version": "0.230.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 cd1f7c2c..582f9cf3 100644 --- a/projects/tsconfig/package.json +++ b/projects/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/tsconfig", - "version": "0.229.0", + "version": "0.230.0", "description": "Taiga UI tsconfig", "keywords": [ "taiga-ui",