Skip to content

Commit

Permalink
fix: force sync all versions in npm
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Jun 4, 2024
1 parent 0d22fb3 commit 44ede9f
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
".git",
"CHANGELOG.md",
".cspell.json",
".release-it.json",
"**/dist/**",
"**/cspell/**",
"**/assets/**",
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ on:
workflow_dispatch:
push:
branches: [main]

paths:
- 'projects/**'
jobs:
run-release:
name: Release
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Taiga linter configurations
# Taiga UI configurations

Monorepo for all the tooling which enables ESLint, Prettier, Stylelint to support TypeScript projects.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taiga-linters",
"version": "0.1.0",
"version": "0.90.0",
"private": true,
"description": "",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/browserslist-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/browserslist-config",
"version": "0.6.0",
"version": "0.90.0",
"description": "Taiga UI browserslist config",
"keywords": [
"browserslist"
Expand Down
2 changes: 1 addition & 1 deletion projects/commitlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/commitlint-config",
"version": "0.7.5",
"version": "0.90.0",
"description": "Taiga UI commitlint config",
"keywords": [
"commitlint",
Expand Down
2 changes: 1 addition & 1 deletion projects/cspell-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/cspell-config",
"version": "0.40.1",
"version": "0.90.0",
"description": "Taiga UI cspell config",
"keywords": [
"cspell"
Expand Down
2 changes: 1 addition & 1 deletion projects/eslint-plugin-experience/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion projects/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/prettier-config",
"version": "0.11.9",
"version": "0.90.0",
"description": "Taiga-ui prettier config",
"keywords": [
"prettier",
Expand Down
2 changes: 1 addition & 1 deletion projects/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/stylelint-config",
"version": "0.22.3",
"version": "0.90.0",
"description": "Taiga UI stylelint config",
"keywords": [
"stylelint",
Expand Down
2 changes: 1 addition & 1 deletion projects/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/tsconfig",
"version": "0.17.0",
"version": "0.90.0",
"description": "Taiga UI tsconfig",
"keywords": [
"taiga-ui",
Expand Down

0 comments on commit 44ede9f

Please sign in to comment.