From 1d68b8134ce60b09eaa762e8712e51e426d0a72d Mon Sep 17 00:00:00 2001 From: taiga-family-bot <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 16:50:04 +0000 Subject: [PATCH] chore(release): v0.223.1 --- 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 3cc8280b..ea115b0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### [0.223.1](https://github.com/taiga-family/configurations/compare/v0.223.0...v0.223.1) (2024-10-11) + +### 🐞 Bug Fixes + +- **jest-config**: drop peer range (#653) + [(0dce67a)](https://github.com/taiga-family/configurations/commit/0dce67a458812fe011d4ccbca2f774cfbd4649cd) + ### [0.223.0](https://github.com/taiga-family/configurations/compare/v0.222.5...v0.223.0) (2024-10-11) ### 🚀 Features diff --git a/package-lock.json b/package-lock.json index f5d3622c..7972cc31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "taiga-linters", - "version": "0.223.0", + "version": "0.223.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "taiga-linters", - "version": "0.223.0", + "version": "0.223.1", "license": "Apache-2.0", "workspaces": [ "projects/*" @@ -27688,7 +27688,7 @@ }, "projects/auto-changelog-config": { "name": "@taiga-ui/auto-changelog-config", - "version": "0.223.0", + "version": "0.223.1", "license": "Apache-2.0", "peerDependencies": { "auto-changelog": "2.5.0" @@ -27696,12 +27696,12 @@ }, "projects/browserslist-config": { "name": "@taiga-ui/browserslist-config", - "version": "0.223.0", + "version": "0.223.1", "license": "Apache-2.0" }, "projects/commitlint-config": { "name": "@taiga-ui/commitlint-config", - "version": "0.223.0", + "version": "0.223.1", "license": "Apache-2.0", "peerDependencies": { "@commitlint/cli": "^19.5.0", @@ -27710,7 +27710,7 @@ }, "projects/cspell-config": { "name": "@taiga-ui/cspell-config", - "version": "0.223.0", + "version": "0.223.1", "license": "Apache-2.0", "peerDependencies": { "@cspell/dict-ar": "^1.1.0", @@ -27722,7 +27722,7 @@ }, "projects/eslint-plugin-experience": { "name": "@taiga-ui/eslint-plugin-experience", - "version": "0.223.0", + "version": "0.223.1", "license": "Apache-2.0", "dependencies": { "glob": "11.0.0" @@ -27769,7 +27769,7 @@ }, "projects/jest-config": { "name": "@taiga-ui/jest-config", - "version": "0.223.0", + "version": "0.223.1", "license": "Apache-2.0", "peerDependencies": { "@types/jest": "^29.5.13", @@ -27780,7 +27780,7 @@ }, "projects/prettier-config": { "name": "@taiga-ui/prettier-config", - "version": "0.223.0", + "version": "0.223.1", "license": "Apache-2.0", "peerDependencies": { "@prettier/plugin-xml": "^3.4.1", @@ -27793,7 +27793,7 @@ }, "projects/release-it-config": { "name": "@taiga-ui/release-it-config", - "version": "0.223.0", + "version": "0.223.1", "license": "Apache-2.0", "peerDependencies": { "@release-it/conventional-changelog": "8.0.2", @@ -27802,7 +27802,7 @@ }, "projects/stylelint-config": { "name": "@taiga-ui/stylelint-config", - "version": "0.223.0", + "version": "0.223.1", "license": "Apache-2.0", "peerDependencies": { "postcss": "^8.4.47", @@ -27816,7 +27816,7 @@ }, "projects/syncer": { "name": "@taiga-ui/syncer", - "version": "0.223.0", + "version": "0.223.1", "license": "Apache-2.0", "dependencies": { "glob": "11.0.0" @@ -27830,7 +27830,7 @@ }, "projects/tsconfig": { "name": "@taiga-ui/tsconfig", - "version": "0.223.0", + "version": "0.223.1", "license": "Apache-2.0" } } diff --git a/package.json b/package.json index 1af87fd7..c65f8013 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taiga-linters", - "version": "0.223.0", + "version": "0.223.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 17beb8d0..00abdb21 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.223.0", + "version": "0.223.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 8a507337..2fff996e 100644 --- a/projects/browserslist-config/package.json +++ b/projects/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/browserslist-config", - "version": "0.223.0", + "version": "0.223.1", "description": "Taiga UI browserslist config", "keywords": [ "browserslist" diff --git a/projects/commitlint-config/package.json b/projects/commitlint-config/package.json index d24e33dd..b9a9dd35 100644 --- a/projects/commitlint-config/package.json +++ b/projects/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/commitlint-config", - "version": "0.223.0", + "version": "0.223.1", "description": "Taiga UI commitlint config", "keywords": [ "commitlint", diff --git a/projects/cspell-config/package.json b/projects/cspell-config/package.json index e807db01..9822d15f 100644 --- a/projects/cspell-config/package.json +++ b/projects/cspell-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/cspell-config", - "version": "0.223.0", + "version": "0.223.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 64ce950e..e515ec00 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.223.0", + "version": "0.223.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/jest-config/package.json b/projects/jest-config/package.json index 3caf35e4..1934e220 100644 --- a/projects/jest-config/package.json +++ b/projects/jest-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/jest-config", - "version": "0.223.0", + "version": "0.223.1", "description": "Taiga UI jest config", "keywords": [ "jest", diff --git a/projects/prettier-config/package.json b/projects/prettier-config/package.json index 373f99ac..635a1227 100644 --- a/projects/prettier-config/package.json +++ b/projects/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/prettier-config", - "version": "0.223.0", + "version": "0.223.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 68368455..0ea466bd 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.223.0", + "version": "0.223.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 93d0f88a..ff91daf8 100644 --- a/projects/stylelint-config/package.json +++ b/projects/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/stylelint-config", - "version": "0.223.0", + "version": "0.223.1", "description": "Taiga UI stylelint config", "keywords": [ "stylelint", diff --git a/projects/syncer/package.json b/projects/syncer/package.json index c65a04ea..aa7704ee 100644 --- a/projects/syncer/package.json +++ b/projects/syncer/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/syncer", - "version": "0.223.0", + "version": "0.223.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 f9f57723..5ae9fc92 100644 --- a/projects/tsconfig/package.json +++ b/projects/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/tsconfig", - "version": "0.223.0", + "version": "0.223.1", "description": "Taiga UI tsconfig", "keywords": [ "taiga-ui",