From 6ba3f52119b4270d38aab725b88dbd7d88457748 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:26:01 +0000 Subject: [PATCH] chore(release): v0.222.1 --- CHANGELOG.md | 7 ++++++ package-lock.json | 24 +++++++++---------- 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/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 +- 13 files changed, 30 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cfe2f35..43374505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [0.222.1](https://github.com/taiga-family/configurations/compare/v0.222.0...v0.222.1) (2024-10-02) + +### 🐞 Bug Fixes + +- **deps**: update babel to ^7.25.7 (#626) + [(a864c95)](https://github.com/taiga-family/configurations/commit/a864c9512a40ae2e8a5d516c6a96b521410f8717) + ### [0.222.0](https://github.com/taiga-family/configurations/compare/v0.221.0...v0.222.0) (2024-10-01) ### 🚀 Features diff --git a/package-lock.json b/package-lock.json index 97ee097a..509c12e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "taiga-linters", - "version": "0.222.0", + "version": "0.222.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "taiga-linters", - "version": "0.222.0", + "version": "0.222.1", "license": "Apache-2.0", "workspaces": [ "projects/*" @@ -19889,7 +19889,7 @@ }, "projects/auto-changelog-config": { "name": "@taiga-ui/auto-changelog-config", - "version": "0.222.0", + "version": "0.222.1", "license": "Apache-2.0", "peerDependencies": { "auto-changelog": "2.5.0" @@ -19897,12 +19897,12 @@ }, "projects/browserslist-config": { "name": "@taiga-ui/browserslist-config", - "version": "0.222.0", + "version": "0.222.1", "license": "Apache-2.0" }, "projects/commitlint-config": { "name": "@taiga-ui/commitlint-config", - "version": "0.222.0", + "version": "0.222.1", "license": "Apache-2.0", "peerDependencies": { "@commitlint/cli": "^19.5.0", @@ -19911,7 +19911,7 @@ }, "projects/cspell-config": { "name": "@taiga-ui/cspell-config", - "version": "0.222.0", + "version": "0.222.1", "license": "Apache-2.0", "peerDependencies": { "@cspell/dict-ar": "^1.1.0", @@ -19923,7 +19923,7 @@ }, "projects/eslint-plugin-experience": { "name": "@taiga-ui/eslint-plugin-experience", - "version": "0.222.0", + "version": "0.222.1", "license": "Apache-2.0", "dependencies": { "glob": "11.0.0" @@ -19969,7 +19969,7 @@ }, "projects/prettier-config": { "name": "@taiga-ui/prettier-config", - "version": "0.222.0", + "version": "0.222.1", "license": "Apache-2.0", "peerDependencies": { "@prettier/plugin-xml": "^3.4.1", @@ -19982,7 +19982,7 @@ }, "projects/release-it-config": { "name": "@taiga-ui/release-it-config", - "version": "0.222.0", + "version": "0.222.1", "license": "Apache-2.0", "peerDependencies": { "@release-it/conventional-changelog": "8.0.2", @@ -19991,7 +19991,7 @@ }, "projects/stylelint-config": { "name": "@taiga-ui/stylelint-config", - "version": "0.222.0", + "version": "0.222.1", "license": "Apache-2.0", "peerDependencies": { "postcss": "^8.4.47", @@ -20005,7 +20005,7 @@ }, "projects/syncer": { "name": "@taiga-ui/syncer", - "version": "0.222.0", + "version": "0.222.1", "license": "Apache-2.0", "dependencies": { "glob": "11.0.0" @@ -20019,7 +20019,7 @@ }, "projects/tsconfig": { "name": "@taiga-ui/tsconfig", - "version": "0.222.0", + "version": "0.222.1", "license": "Apache-2.0" } } diff --git a/package.json b/package.json index 5a0abd16..6844fa5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taiga-linters", - "version": "0.222.0", + "version": "0.222.1", "private": true, "license": "Apache-2.0", "workspaces": [ diff --git a/projects/auto-changelog-config/package.json b/projects/auto-changelog-config/package.json index ef2635c4..cd4d1631 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.222.0", + "version": "0.222.1", "description": "Taiga UI auto-changelog config", "keywords": [ "auto-changelog" diff --git a/projects/browserslist-config/package.json b/projects/browserslist-config/package.json index 69ac60bc..c602007c 100644 --- a/projects/browserslist-config/package.json +++ b/projects/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/browserslist-config", - "version": "0.222.0", + "version": "0.222.1", "description": "Taiga UI browserslist config", "keywords": [ "browserslist" diff --git a/projects/commitlint-config/package.json b/projects/commitlint-config/package.json index e7758ad3..5173ffed 100644 --- a/projects/commitlint-config/package.json +++ b/projects/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/commitlint-config", - "version": "0.222.0", + "version": "0.222.1", "description": "Taiga UI commitlint config", "keywords": [ "commitlint", diff --git a/projects/cspell-config/package.json b/projects/cspell-config/package.json index 62491c5a..9aa23629 100644 --- a/projects/cspell-config/package.json +++ b/projects/cspell-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/cspell-config", - "version": "0.222.0", + "version": "0.222.1", "description": "Taiga UI cspell config", "keywords": [ "cspell" diff --git a/projects/eslint-plugin-experience/package.json b/projects/eslint-plugin-experience/package.json index 25cdc435..6e02e3b6 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.222.0", + "version": "0.222.1", "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 e3c48a10..55c8ba69 100644 --- a/projects/prettier-config/package.json +++ b/projects/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/prettier-config", - "version": "0.222.0", + "version": "0.222.1", "description": "Taiga-ui prettier config", "keywords": [ "prettier", diff --git a/projects/release-it-config/package.json b/projects/release-it-config/package.json index 7c9b7bfc..b0555ebe 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.222.0", + "version": "0.222.1", "description": "Taiga UI release-it config", "keywords": [ "release-it" diff --git a/projects/stylelint-config/package.json b/projects/stylelint-config/package.json index f1c70bb8..afe50dc9 100644 --- a/projects/stylelint-config/package.json +++ b/projects/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/stylelint-config", - "version": "0.222.0", + "version": "0.222.1", "description": "Taiga UI stylelint config", "keywords": [ "stylelint", diff --git a/projects/syncer/package.json b/projects/syncer/package.json index 92ad9f3a..6b4b15a5 100644 --- a/projects/syncer/package.json +++ b/projects/syncer/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/syncer", - "version": "0.222.0", + "version": "0.222.1", "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 4ecbbf52..f1134328 100644 --- a/projects/tsconfig/package.json +++ b/projects/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/tsconfig", - "version": "0.222.0", + "version": "0.222.1", "description": "Taiga UI tsconfig", "keywords": [ "taiga-ui",