Skip to content

Commit 2c96c01

Browse files
chore(release): v0.264.0
1 parent 25b0e99 commit 2c96c01

File tree

14 files changed

+32
-25
lines changed

14 files changed

+32
-25
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [0.264.0](https://github.com/taiga-family/toolkit/compare/v0.263.0...v0.264.0) (2025-03-13)
2+
3+
### 🐞 Bug Fixes
4+
5+
- **eslint-plugin-experience-next**: use strict rules (#925)
6+
[(25b0e99)](https://github.com/taiga-family/toolkit/commit/25b0e99764f36e9a71caf1d1d32157be07f71860)
7+
18
### [0.263.0](https://github.com/taiga-family/toolkit/compare/v0.262.0...v0.263.0) (2025-03-11)
29

310
### 🚀 Features

package-lock.json

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "taiga-linters",
3-
"version": "0.263.0",
3+
"version": "0.264.0",
44
"private": true,
55
"license": "Apache-2.0",
66
"workspaces": [

projects/auto-changelog-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taiga-ui/auto-changelog-config",
3-
"version": "0.263.0",
3+
"version": "0.264.0",
44
"description": "Taiga UI auto-changelog config",
55
"keywords": [
66
"auto-changelog"

projects/browserslist-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taiga-ui/browserslist-config",
3-
"version": "0.263.0",
3+
"version": "0.264.0",
44
"description": "Taiga UI browserslist config",
55
"keywords": [
66
"browserslist"

projects/commitlint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taiga-ui/commitlint-config",
3-
"version": "0.263.0",
3+
"version": "0.264.0",
44
"description": "Taiga UI commitlint config",
55
"keywords": [
66
"commitlint",

projects/cspell-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taiga-ui/cspell-config",
3-
"version": "0.263.0",
3+
"version": "0.264.0",
44
"description": "Taiga UI cspell config",
55
"keywords": [
66
"cspell"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taiga-ui/eslint-plugin-experience-next",
3-
"version": "0.263.0",
3+
"version": "0.264.0",
44
"description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects",
55
"license": "Apache-2.0",
66
"main": "index.ts",

projects/jest-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taiga-ui/jest-config",
3-
"version": "0.263.0",
3+
"version": "0.264.0",
44
"description": "Taiga UI jest config",
55
"keywords": [
66
"jest",

projects/prettier-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taiga-ui/prettier-config",
3-
"version": "0.263.0",
3+
"version": "0.264.0",
44
"description": "Taiga-ui prettier config",
55
"keywords": [
66
"prettier",

projects/release-it-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taiga-ui/release-it-config",
3-
"version": "0.263.0",
3+
"version": "0.264.0",
44
"description": "Taiga UI release-it config",
55
"keywords": [
66
"release-it"

projects/stylelint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taiga-ui/stylelint-config",
3-
"version": "0.263.0",
3+
"version": "0.264.0",
44
"description": "Taiga UI stylelint config",
55
"keywords": [
66
"stylelint",

projects/syncer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taiga-ui/syncer",
3-
"version": "0.263.0",
3+
"version": "0.264.0",
44
"description": "Taiga UI CLI tool for sync version in npm workspaces",
55
"keywords": [
66
"sync version"

projects/tsconfig/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@taiga-ui/tsconfig",
3-
"version": "0.263.0",
3+
"version": "0.264.0",
44
"description": "Taiga UI tsconfig",
55
"keywords": [
66
"taiga-ui",

0 commit comments

Comments
 (0)