From 44ede9f14e54e562babd3312762634d443f6a37a Mon Sep 17 00:00:00 2001 From: splincode Date: Tue, 4 Jun 2024 11:22:33 +0300 Subject: [PATCH] fix: force sync all versions in npm --- .cspell.json | 1 + .github/workflows/release.yml | 3 ++- README.md | 2 +- package.json | 2 +- projects/browserslist-config/package.json | 2 +- projects/commitlint-config/package.json | 2 +- projects/cspell-config/package.json | 2 +- projects/eslint-plugin-experience/package.json | 2 +- projects/prettier-config/package.json | 2 +- projects/stylelint-config/package.json | 2 +- projects/tsconfig/package.json | 2 +- 11 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.cspell.json b/.cspell.json index bc8b6367..3f890484 100644 --- a/.cspell.json +++ b/.cspell.json @@ -6,6 +6,7 @@ ".git", "CHANGELOG.md", ".cspell.json", + ".release-it.json", "**/dist/**", "**/cspell/**", "**/assets/**", diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e38bed3..14297abe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,8 @@ on: workflow_dispatch: push: branches: [main] - + paths: + - 'projects/**' jobs: run-release: name: Release diff --git a/README.md b/README.md index e209adba..f0c0c98e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Taiga linter configurations +# Taiga UI configurations Monorepo for all the tooling which enables ESLint, Prettier, Stylelint to support TypeScript projects. diff --git a/package.json b/package.json index 993ef1e1..76483d19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "taiga-linters", - "version": "0.1.0", + "version": "0.90.0", "private": true, "description": "", "license": "Apache-2.0", diff --git a/projects/browserslist-config/package.json b/projects/browserslist-config/package.json index dc8a0050..87c7724c 100644 --- a/projects/browserslist-config/package.json +++ b/projects/browserslist-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/browserslist-config", - "version": "0.6.0", + "version": "0.90.0", "description": "Taiga UI browserslist config", "keywords": [ "browserslist" diff --git a/projects/commitlint-config/package.json b/projects/commitlint-config/package.json index b9561604..949826d4 100644 --- a/projects/commitlint-config/package.json +++ b/projects/commitlint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/commitlint-config", - "version": "0.7.5", + "version": "0.90.0", "description": "Taiga UI commitlint config", "keywords": [ "commitlint", diff --git a/projects/cspell-config/package.json b/projects/cspell-config/package.json index cbc6c559..c2e0335c 100644 --- a/projects/cspell-config/package.json +++ b/projects/cspell-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/cspell-config", - "version": "0.40.1", + "version": "0.90.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 0e5270c5..3b810e2d 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.75.4", + "version": "0.90.0", "description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects", "main": "index.js", "peerDependencies": { diff --git a/projects/prettier-config/package.json b/projects/prettier-config/package.json index e23a4f1a..cf3d7430 100644 --- a/projects/prettier-config/package.json +++ b/projects/prettier-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/prettier-config", - "version": "0.11.9", + "version": "0.90.0", "description": "Taiga-ui prettier config", "keywords": [ "prettier", diff --git a/projects/stylelint-config/package.json b/projects/stylelint-config/package.json index d47647ba..7c57c081 100644 --- a/projects/stylelint-config/package.json +++ b/projects/stylelint-config/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/stylelint-config", - "version": "0.22.3", + "version": "0.90.0", "description": "Taiga UI stylelint config", "keywords": [ "stylelint", diff --git a/projects/tsconfig/package.json b/projects/tsconfig/package.json index 02edad2f..1310b74e 100644 --- a/projects/tsconfig/package.json +++ b/projects/tsconfig/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/tsconfig", - "version": "0.17.0", + "version": "0.90.0", "description": "Taiga UI tsconfig", "keywords": [ "taiga-ui",