Skip to content

Commit 4d4d468

Browse files
chore(release): v0.379.0
1 parent 437212c commit 4d4d468

File tree

15 files changed

+39
-37
lines changed

15 files changed

+39
-37
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
### [0.379.0](https://github.com/taiga-family/toolkit/compare/v0.378.0...v0.379.0) (2025-12-29)
2+
13
### [0.378.0](https://github.com/taiga-family/toolkit/compare/v0.377.0...v0.378.0) (2025-12-22)
24

35
### [0.377.0](https://github.com/taiga-family/toolkit/compare/v0.376.0...v0.377.0) (2025-12-19)

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "taiga-linters",
3-
"version": "0.378.0",
3+
"version": "0.379.0",
44
"private": true,
55
"license": "Apache-2.0",
66
"workspaces": [

projects/auto-changelog-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taiga-ui/auto-changelog-config",
3-
"version": "0.378.0",
3+
"version": "0.379.0",
44
"description": "Taiga UI auto-changelog config",
55
"keywords": [
66
"auto-changelog"

projects/browserslist-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taiga-ui/browserslist-config",
3-
"version": "0.378.0",
3+
"version": "0.379.0",
44
"description": "Taiga UI browserslist config",
55
"keywords": [
66
"browserslist"

projects/commitlint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taiga-ui/commitlint-config",
3-
"version": "0.378.0",
3+
"version": "0.379.0",
44
"description": "Taiga UI commitlint config",
55
"keywords": [
66
"commitlint",

projects/configs/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
22
"name": "@taiga-ui/configs",
3-
"version": "0.378.0",
3+
"version": "0.379.0",
44
"description": "Taiga UI configs",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/taiga-family/toolkit.git"
88
},
99
"license": "Apache-2.0",
1010
"peerDependencies": {
11-
"@taiga-ui/auto-changelog-config": "0.378.0",
12-
"@taiga-ui/browserslist-config": "0.378.0",
13-
"@taiga-ui/commitlint-config": "0.378.0",
14-
"@taiga-ui/cspell-config": "0.378.0",
15-
"@taiga-ui/eslint-plugin-experience-next": "0.378.0",
16-
"@taiga-ui/jest-config": "0.378.0",
17-
"@taiga-ui/prettier-config": "0.378.0",
18-
"@taiga-ui/release-it-config": "0.378.0",
19-
"@taiga-ui/stylelint-config": "0.378.0",
20-
"@taiga-ui/tsconfig": "0.378.0"
11+
"@taiga-ui/auto-changelog-config": "0.379.0",
12+
"@taiga-ui/browserslist-config": "0.379.0",
13+
"@taiga-ui/commitlint-config": "0.379.0",
14+
"@taiga-ui/cspell-config": "0.379.0",
15+
"@taiga-ui/eslint-plugin-experience-next": "0.379.0",
16+
"@taiga-ui/jest-config": "0.379.0",
17+
"@taiga-ui/prettier-config": "0.379.0",
18+
"@taiga-ui/release-it-config": "0.379.0",
19+
"@taiga-ui/stylelint-config": "0.379.0",
20+
"@taiga-ui/tsconfig": "0.379.0"
2121
},
2222
"publishConfig": {
2323
"access": "public"

projects/cspell-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taiga-ui/cspell-config",
3-
"version": "0.378.0",
3+
"version": "0.379.0",
44
"description": "Taiga UI cspell config",
55
"keywords": [
66
"cspell"

projects/eslint-plugin-experience-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taiga-ui/eslint-plugin-experience-next",
3-
"version": "0.378.0",
3+
"version": "0.379.0",
44
"description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects",
55
"license": "Apache-2.0",
66
"type": "module",

projects/jest-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taiga-ui/jest-config",
3-
"version": "0.378.0",
3+
"version": "0.379.0",
44
"description": "Taiga UI jest config",
55
"keywords": [
66
"jest"

0 commit comments

Comments
 (0)