Skip to content

Commit

Permalink
chore(release): v0.222.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 7, 2024
1 parent 156d487 commit a45b65e
Show file tree
Hide file tree
Showing 13 changed files with 104 additions and 47 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### [0.222.5](https://github.com/taiga-family/configurations/compare/v0.222.4...v0.222.5) (2024-10-07)

### 🐞 Bug Fixes

- **deps**: update eslint to ^2.9.0 (#635)
[(e71eb58)](https://github.com/taiga-family/configurations/commit/e71eb58c6daaeda56886e29fc198a6c3b8ff1af4)
- **deps**: update dependency release-it to v17.7.0 (#633)
[(f6319b4)](https://github.com/taiga-family/configurations/commit/f6319b4c54ece8f3ecdd9598875920308e826f49)

### [0.222.4](https://github.com/taiga-family/configurations/compare/v0.222.3...v0.222.4) (2024-10-04)

### 🐞 Bug Fixes
Expand Down
120 changes: 84 additions & 36 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.4",
"version": "0.222.5",
"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.4",
"version": "0.222.5",
"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.4",
"version": "0.222.5",
"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.4",
"version": "0.222.5",
"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.4",
"version": "0.222.5",
"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.4",
"version": "0.222.5",
"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/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.4",
"version": "0.222.5",
"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.4",
"version": "0.222.5",
"description": "Taiga UI release-it config",
"keywords": [
"release-it"
Expand Down
Loading

0 comments on commit a45b65e

Please sign in to comment.