Skip to content

Commit

Permalink
chore(release): v0.223.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 11, 2024
1 parent f2aaf2f commit 67fc779
Show file tree
Hide file tree
Showing 14 changed files with 55 additions and 25 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
### [0.223.0](https://github.com/taiga-family/configurations/compare/v0.222.5...v0.223.0) (2024-10-11)

### 🚀 Features

- **jest-config**: add reusable config (#652)
[(f2aaf2f)](https://github.com/taiga-family/configurations/commit/f2aaf2f337cb8b6ed791c5a856ce062725d14999)
- **eslint-plugin-experience**: enable role-has-required-aria (#647)
[(75db29f)](https://github.com/taiga-family/configurations/commit/75db29fa67820811a02193f2df51ec908dd367fc)
- **eslint-plugin-experience**: enable elements-content (#648)
[(1e6a177)](https://github.com/taiga-family/configurations/commit/1e6a177d0791f5ca0b8963d90daa606589881e44)
- **eslint-plugin-experience**: add i18n plugin (#649)
[(65bc5a1)](https://github.com/taiga-family/configurations/commit/65bc5a182674a7059a6d58b3c6b8fd05532443e8)
- **cspell-config**: add `longtap` (#650)
[(c29c871)](https://github.com/taiga-family/configurations/commit/c29c871c37b884e9cf37d30f340849838d90c3db)
- **eslint-plugin-experience**: enable valid-aria rule (#646)
[(adc6c16)](https://github.com/taiga-family/configurations/commit/adc6c16fa1a4a19cd88f753a18474d67dd67c1e1)
- **cspell-config**: add new words to out cspell database (#645)
[(489e24d)](https://github.com/taiga-family/configurations/commit/489e24d3b11f624641f0ae544390d4f46a11e78b)
- **cspell-config**: add new words (#643)
[(635c84a)](https://github.com/taiga-family/configurations/commit/635c84ac61b87a267d3d72b5a4c7ed3f05880342)
- **stylelint-config**: disallow word-wrap (#642)
[(90ab1e9)](https://github.com/taiga-family/configurations/commit/90ab1e9c04ae80c7c6aad53ee187a4abae49f499)
- **prettier-config**: lock file should be parsed by json-stringify parser (#639)
[(004dfc7)](https://github.com/taiga-family/configurations/commit/004dfc79d1804461fc553a0ed5130778ffef87ea)

### 🐞 Bug Fixes

- **deps**: update eslint to ^8.8.1 (#641)
[(08b599b)](https://github.com/taiga-family/configurations/commit/08b599b00488253753331f50080222d68e8859fd)

### [0.222.5](https://github.com/taiga-family/configurations/compare/v0.222.4...v0.222.5) (2024-10-07)

### 🐞 Bug Fixes
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.222.5",
"version": "0.223.0",
"private": true,
"license": "Apache-2.0",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion projects/auto-changelog-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/auto-changelog-config",
"version": "0.222.5",
"version": "0.223.0",
"description": "Taiga UI auto-changelog config",
"keywords": [
"auto-changelog"
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.222.5",
"version": "0.223.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.222.5",
"version": "0.223.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.222.5",
"version": "0.223.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.222.5",
"version": "0.223.0",
"description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects",
"license": "Apache-2.0",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion projects/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/jest-config",
"version": "0.222.5",
"version": "0.223.0",
"description": "Taiga UI jest config",
"keywords": [
"jest",
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.222.5",
"version": "0.223.0",
"description": "Taiga-ui prettier config",
"keywords": [
"prettier",
Expand Down
2 changes: 1 addition & 1 deletion projects/release-it-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/release-it-config",
"version": "0.222.5",
"version": "0.223.0",
"description": "Taiga UI release-it config",
"keywords": [
"release-it"
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.222.5",
"version": "0.223.0",
"description": "Taiga UI stylelint config",
"keywords": [
"stylelint",
Expand Down
2 changes: 1 addition & 1 deletion projects/syncer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/syncer",
"version": "0.222.5",
"version": "0.223.0",
"description": "Taiga UI CLI tool for sync version in npm workspaces",
"keywords": [
"sync version"
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.222.5",
"version": "0.223.0",
"description": "Taiga UI tsconfig",
"keywords": [
"taiga-ui",
Expand Down

0 comments on commit 67fc779

Please sign in to comment.