diff --git a/CHANGELOG.md b/CHANGELOG.md index 9284ff45..3521b928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [`conventional commits`](https://www.conventionalcommits.org/) guidelines. +### [0.215.0](https://github.com/taiga-family/configurations/compare/v0.214.0...v0.215.0) (2024-09-23) + +### 🚀 Features + +- change hooks again + [(701bf95)](https://github.com/taiga-family/configurations/commit/701bf950022842433ddfd9081f2e74a12547c2bd) + ### [0.214.0](https://github.com/taiga-family/configurations/compare/v0.213.0...v0.214.0) (2024-09-23) ### 🚀 Features diff --git a/package-lock.json b/package-lock.json index 66e32f57..436500de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "taiga-linters", - "version": "0.214.0", + "version": "0.215.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "taiga-linters", - "version": "0.214.0", + "version": "0.215.0", "license": "Apache-2.0", "workspaces": [ "projects/*" @@ -19332,7 +19332,7 @@ }, "projects/auto-changelog-config": { "name": "@taiga-ui/auto-changelog-config", - "version": "0.214.0", + "version": "0.215.0", "license": "Apache-2.0", "peerDependencies": { "auto-changelog": "2.5.0" @@ -19340,12 +19340,12 @@ }, "projects/browserslist-config": { "name": "@taiga-ui/browserslist-config", - "version": "0.214.0", + "version": "0.215.0", "license": "Apache-2.0" }, "projects/commitlint-config": { "name": "@taiga-ui/commitlint-config", - "version": "0.214.0", + "version": "0.215.0", "license": "Apache-2.0", "peerDependencies": { "@commitlint/cli": "^19.5.0", @@ -19354,7 +19354,7 @@ }, "projects/cspell-config": { "name": "@taiga-ui/cspell-config", - "version": "0.214.0", + "version": "0.215.0", "license": "Apache-2.0", "peerDependencies": { "@cspell/dict-ar": "^1.1.0", @@ -19366,7 +19366,7 @@ }, "projects/eslint-plugin-experience": { "name": "@taiga-ui/eslint-plugin-experience", - "version": "0.214.0", + "version": "0.215.0", "license": "Apache-2.0", "dependencies": { "glob": "11.0.0" @@ -19412,7 +19412,7 @@ }, "projects/prettier-config": { "name": "@taiga-ui/prettier-config", - "version": "0.214.0", + "version": "0.215.0", "license": "Apache-2.0", "peerDependencies": { "@prettier/plugin-xml": "^3.4.1", @@ -19425,7 +19425,7 @@ }, "projects/release-it-config": { "name": "@taiga-ui/release-it-config", - "version": "0.214.0", + "version": "0.215.0", "license": "Apache-2.0", "peerDependencies": { "release-it": "17.6.0" @@ -19433,7 +19433,7 @@ }, "projects/stylelint-config": { "name": "@taiga-ui/stylelint-config", - "version": "0.214.0", + "version": "0.215.0", "license": "Apache-2.0", "peerDependencies": { "postcss": "^8.4.47", @@ -19447,7 +19447,7 @@ }, "projects/syncer": { "name": "@taiga-ui/syncer", - "version": "0.214.0", + "version": "0.215.0", "license": "Apache-2.0", "dependencies": { "glob": "11.0.0" @@ -19461,7 +19461,7 @@ }, "projects/tsconfig": { "name": "@taiga-ui/tsconfig", - "version": "0.214.0", + "version": "0.215.0", "license": "Apache-2.0" } } diff --git a/package.json b/package.json index 88a0cdfa..95461433 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taiga-linters", - "version": "0.214.0", + "version": "0.215.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 5ba93f83..b94a58ba 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.214.0", + "version": "0.215.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 0b7ffc5d..e194d204 100644 --- a/projects/browserslist-config/package.json +++ b/projects/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/browserslist-config", - "version": "0.214.0", + "version": "0.215.0", "description": "Taiga UI browserslist config", "keywords": [ "browserslist" diff --git a/projects/commitlint-config/package.json b/projects/commitlint-config/package.json index 763ab7eb..f9ffe58a 100644 --- a/projects/commitlint-config/package.json +++ b/projects/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/commitlint-config", - "version": "0.214.0", + "version": "0.215.0", "description": "Taiga UI commitlint config", "keywords": [ "commitlint", diff --git a/projects/cspell-config/package.json b/projects/cspell-config/package.json index c47ddc9a..4e98c46c 100644 --- a/projects/cspell-config/package.json +++ b/projects/cspell-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/cspell-config", - "version": "0.214.0", + "version": "0.215.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 5c3b56e0..6f8d4c45 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.214.0", + "version": "0.215.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/prettier-config/package.json b/projects/prettier-config/package.json index 993587fe..e9c7eb95 100644 --- a/projects/prettier-config/package.json +++ b/projects/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/prettier-config", - "version": "0.214.0", + "version": "0.215.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 54e3002c..106ecc6f 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.214.0", + "version": "0.215.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 2e722529..713e1e1d 100644 --- a/projects/stylelint-config/package.json +++ b/projects/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/stylelint-config", - "version": "0.214.0", + "version": "0.215.0", "description": "Taiga UI stylelint config", "keywords": [ "stylelint", diff --git a/projects/syncer/package.json b/projects/syncer/package.json index 90140385..5af04f84 100644 --- a/projects/syncer/package.json +++ b/projects/syncer/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/syncer", - "version": "0.214.0", + "version": "0.215.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 8dc08d1c..dc28a7d3 100644 --- a/projects/tsconfig/package.json +++ b/projects/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/tsconfig", - "version": "0.214.0", + "version": "0.215.0", "description": "Taiga UI tsconfig", "keywords": [ "taiga-ui",