From c0affe7e6de86477e6600cd7dd90506fe613ab0f Mon Sep 17 00:00:00 2001 From: taiga-family-bot <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 15:12:48 +0000 Subject: [PATCH] chore(release): 4.24.0 --- CHANGELOG.md | 39 +++++++++++++++++++++++ package-lock.json | 42 ++++++++++++------------- package.json | 2 +- projects/addon-charts/package.json | 6 ++-- projects/addon-commerce/package.json | 10 +++--- projects/addon-doc/package.json | 12 +++---- projects/addon-mobile/package.json | 10 +++--- projects/addon-table/package.json | 10 +++--- projects/cdk/constants/version.ts | 2 +- projects/cdk/package.json | 2 +- projects/core/package.json | 6 ++-- projects/experimental/package.json | 10 +++--- projects/i18n/package.json | 2 +- projects/icons-fontawesome/package.json | 2 +- projects/icons-material/package.json | 2 +- projects/icons/package.json | 2 +- projects/kit/package.json | 8 ++--- projects/layout/package.json | 8 ++--- projects/legacy/package.json | 2 +- projects/styles/package.json | 6 ++-- projects/taiga-schematics/package.json | 6 ++-- projects/testing/package.json | 4 +-- 22 files changed, 116 insertions(+), 77 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f13d6e74b81..85d1ef6d1947 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,45 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.24.0](https://github.com/taiga-family/taiga-ui/compare/v4.23.0...v4.24.0) (2025-02-10) + +### 🐞 Bug Fixes + +- **core:** regression of selecting day when used min length + ([#10302](https://github.com/taiga-family/taiga-ui/issues/10302)) + ([30ca18a](https://github.com/taiga-family/taiga-ui/commit/30ca18a28bc5511d3310350a9e30c595b3b8dbdd)) +- **experimental:** `SearchResults` fix focusing hidden tabs + ([#10318](https://github.com/taiga-family/taiga-ui/issues/10318)) + ([fb1ade2](https://github.com/taiga-family/taiga-ui/commit/fb1ade2e26f22722ceee225065d74032bce36f86)) +- **kit:** `Avatar` fix icon color for appearances ([#10328](https://github.com/taiga-family/taiga-ui/issues/10328)) + ([d9c821c](https://github.com/taiga-family/taiga-ui/commit/d9c821c3d08687e6783f06ed718882b97fcc1012)) +- **kit:** `Tabs` properly inherit font styles ([#10336](https://github.com/taiga-family/taiga-ui/issues/10336)) + ([e830f55](https://github.com/taiga-family/taiga-ui/commit/e830f552568f78ade56143ec9ebe45fc04762b54)) +- **legacy:** `InputDate` ignore null value if internal value is already null + ([#10322](https://github.com/taiga-family/taiga-ui/issues/10322)) + ([5e8430e](https://github.com/taiga-family/taiga-ui/commit/5e8430eecf1282d3d9dbd84efc45374c815a8e77)) +- **legacy:** add tuiUnfinishedValidator behaviour for InputDateTimeComponent + ([#10164](https://github.com/taiga-family/taiga-ui/issues/10164)) + ([fa4c079](https://github.com/taiga-family/taiga-ui/commit/fa4c079ae0c8eaf83eb827c3b815a3dd5afbec02)) + +### 🚀 Features + +- **addon-mobile:** `@taiga-ui/layout` should be peer dependency + ([#10332](https://github.com/taiga-family/taiga-ui/issues/10332)) + ([91dbb6c](https://github.com/taiga-family/taiga-ui/commit/91dbb6cf64ec4a31da7185dfbb8a8b271515d6af)) +- **addon-mobile:** `SheetDialog` content inherit border-radius + ([#10320](https://github.com/taiga-family/taiga-ui/issues/10320)) + ([b52e9da](https://github.com/taiga-family/taiga-ui/commit/b52e9da0e85bae9113a9d5378dfae0bd8b759c20)) +- **cdk:** `FontSize` add new directive ([#10327](https://github.com/taiga-family/taiga-ui/issues/10327)) + ([dac1ba5](https://github.com/taiga-family/taiga-ui/commit/dac1ba5a3ae7c7964d2cf4842876bdb842481b0b)) +- **kit:** `Connected` add support for `Accordion` ([#10329](https://github.com/taiga-family/taiga-ui/issues/10329)) + ([74fdab5](https://github.com/taiga-family/taiga-ui/commit/74fdab54054a5412c017ff67d467cdae889035d7)) +- **layout:** `Cell` add disabled state ([#10307](https://github.com/taiga-family/taiga-ui/issues/10307)) + ([bd06ee0](https://github.com/taiga-family/taiga-ui/commit/bd06ee0cde806574e2b9f6d15a83323b6ca91908)) +- **testing:** change `PLATFORM_ID` to server on jest environment + ([#10335](https://github.com/taiga-family/taiga-ui/issues/10335)) + ([ec9752d](https://github.com/taiga-family/taiga-ui/commit/ec9752dd8a1a74faf5eb859b1ad8377f1710d71d)) + ## [4.23.0](https://github.com/taiga-family/taiga-ui/compare/v4.22.0...v4.23.0) (2025-02-03) ### 🐞 Bug Fixes diff --git a/package-lock.json b/package-lock.json index 766d286da143..49cc6206a8c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taiga-ui/components", - "version": "4.23.0", + "version": "4.24.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taiga-ui/components", - "version": "4.23.0", + "version": "4.24.0", "license": "Apache-2.0", "workspaces": [ "projects/*" @@ -40069,7 +40069,7 @@ }, "projects/addon-charts": { "name": "@taiga-ui/addon-charts", - "version": "4.23.0", + "version": "4.24.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=16.0.0", @@ -40083,7 +40083,7 @@ }, "projects/addon-commerce": { "name": "@taiga-ui/addon-commerce", - "version": "4.23.0", + "version": "4.24.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=16.0.0", @@ -40104,7 +40104,7 @@ }, "projects/addon-doc": { "name": "@taiga-ui/addon-doc", - "version": "4.23.0", + "version": "4.24.0", "license": "Apache-2.0", "devDependencies": { "@types/markdown-it": "14.1.2" @@ -40129,7 +40129,7 @@ }, "projects/addon-mobile": { "name": "@taiga-ui/addon-mobile", - "version": "4.23.0", + "version": "4.24.0", "license": "Apache-2.0", "peerDependencies": { "@angular/cdk": ">=16.0.0", @@ -40147,7 +40147,7 @@ }, "projects/addon-table": { "name": "@taiga-ui/addon-table", - "version": "4.23.0", + "version": "4.24.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=16.0.0", @@ -40164,7 +40164,7 @@ }, "projects/cdk": { "name": "@taiga-ui/cdk", - "version": "4.23.0", + "version": "4.24.0", "license": "Apache-2.0", "dependencies": { "tslib": "2.8.1" @@ -40200,7 +40200,7 @@ }, "projects/core": { "name": "@taiga-ui/core", - "version": "4.23.0", + "version": "4.24.0", "license": "Apache-2.0", "peerDependencies": { "@angular/animations": ">=16.0.0", @@ -40396,7 +40396,7 @@ }, "projects/experimental": { "name": "@taiga-ui/experimental", - "version": "4.23.0", + "version": "4.24.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=16.0.0", @@ -40412,7 +40412,7 @@ }, "projects/i18n": { "name": "@taiga-ui/i18n", - "version": "4.23.0", + "version": "4.24.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -40423,7 +40423,7 @@ }, "projects/icons": { "name": "@taiga-ui/icons", - "version": "4.23.0", + "version": "4.24.0", "license": "Apache-2.0", "devDependencies": { "lucide-static": "0.473.0" @@ -40431,7 +40431,7 @@ }, "projects/icons-fontawesome": { "name": "@taiga-ui/icons-fontawesome", - "version": "4.23.0", + "version": "4.24.0", "license": "Apache-2.0", "devDependencies": { "@fortawesome/fontawesome-free": "6.7.2" @@ -40439,7 +40439,7 @@ }, "projects/icons-material": { "name": "@taiga-ui/icons-material", - "version": "4.23.0", + "version": "4.24.0", "license": "Apache-2.0", "devDependencies": { "@material-design-icons/svg": "0.14.14" @@ -40447,7 +40447,7 @@ }, "projects/kit": { "name": "@taiga-ui/kit", - "version": "4.23.0", + "version": "4.24.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=16.0.0", @@ -40472,7 +40472,7 @@ }, "projects/layout": { "name": "@taiga-ui/layout", - "version": "4.23.0", + "version": "4.24.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=16.0.0", @@ -40487,7 +40487,7 @@ }, "projects/legacy": { "name": "@taiga-ui/legacy", - "version": "4.23.0", + "version": "4.24.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -40496,7 +40496,7 @@ }, "projects/styles": { "name": "@taiga-ui/styles", - "version": "4.23.0", + "version": "4.24.0", "peerDependencies": { "@taiga-ui/cdk": "^4.23.0", "@taiga-ui/core": "^4.23.0", @@ -40505,10 +40505,10 @@ }, "projects/taiga-schematics": { "name": "taiga-ui", - "version": "4.23.0", + "version": "4.24.0", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/cdk": "^4.23.0" + "@taiga-ui/cdk": "^4.24.0" }, "peerDependencies": { "@taiga-ui/cdk": "^4.23.0", @@ -40517,7 +40517,7 @@ }, "projects/testing": { "name": "@taiga-ui/testing", - "version": "4.23.0", + "version": "4.24.0", "devDependencies": { "@types/jest": "29.5.14", "jest": "29.7.0", diff --git a/package.json b/package.json index b84e8139261a..8a8434a139ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/components", - "version": "4.23.0", + "version": "4.24.0", "private": true, "description": "Taiga UI is a set of components, services, directives and other tools to build high quality UI using modern Angular framework", "keywords": [ diff --git a/projects/addon-charts/package.json b/projects/addon-charts/package.json index 31a4cda14232..98257876b73f 100644 --- a/projects/addon-charts/package.json +++ b/projects/addon-charts/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-charts", - "version": "4.23.0", + "version": "4.24.0", "description": "Extension package for Taiga UI that adds various charts, graphs and related components.", "keywords": [ "angular", @@ -17,8 +17,8 @@ "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", "@ng-web-apis/common": "^4.11.1", - "@taiga-ui/cdk": "^4.23.0", - "@taiga-ui/core": "^4.23.0", + "@taiga-ui/cdk": "^4.24.0", + "@taiga-ui/core": "^4.24.0", "@taiga-ui/polymorpheus": "^4.8.0", "tslib": ">=2.8.1" } diff --git a/projects/addon-commerce/package.json b/projects/addon-commerce/package.json index d6a92bb5cb9c..79bd665ff14e 100644 --- a/projects/addon-commerce/package.json +++ b/projects/addon-commerce/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-commerce", - "version": "4.23.0", + "version": "4.24.0", "description": "Extension package for Taiga UI related to commerce, payment systems, currencies etc.", "keywords": [ "angular", @@ -21,10 +21,10 @@ "@maskito/core": "^3.2.1", "@maskito/kit": "^3.2.1", "@ng-web-apis/common": "^4.11.1", - "@taiga-ui/cdk": "^4.23.0", - "@taiga-ui/core": "^4.23.0", - "@taiga-ui/i18n": "^4.23.0", - "@taiga-ui/kit": "^4.23.0", + "@taiga-ui/cdk": "^4.24.0", + "@taiga-ui/core": "^4.24.0", + "@taiga-ui/i18n": "^4.24.0", + "@taiga-ui/kit": "^4.24.0", "@taiga-ui/polymorpheus": "^4.8.0", "rxjs": ">=7.0.0", "tslib": ">=2.8.1" diff --git a/projects/addon-doc/package.json b/projects/addon-doc/package.json index d4d5fc427b45..b90e19294ff3 100644 --- a/projects/addon-doc/package.json +++ b/projects/addon-doc/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-doc", - "version": "4.23.0", + "version": "4.24.0", "description": "Taiga UI based library for developing documentation portals for Angular libraries.", "keywords": [ "angular", @@ -23,11 +23,11 @@ "@angular/forms": ">=16.0.0", "@angular/router": ">=16.0.0", "@ng-web-apis/common": "^4.11.1", - "@taiga-ui/addon-mobile": "^4.23.0", - "@taiga-ui/cdk": "^4.23.0", - "@taiga-ui/core": "^4.23.0", - "@taiga-ui/kit": "^4.23.0", - "@taiga-ui/legacy": "^4.23.0", + "@taiga-ui/addon-mobile": "^4.24.0", + "@taiga-ui/cdk": "^4.24.0", + "@taiga-ui/core": "^4.24.0", + "@taiga-ui/kit": "^4.24.0", + "@taiga-ui/legacy": "^4.24.0", "@taiga-ui/polymorpheus": "^4.8.0", "markdown-it": "^14.1.0", "ngx-highlightjs": "^10.0.0", diff --git a/projects/addon-mobile/package.json b/projects/addon-mobile/package.json index ebe4fd6341e6..11ff6b07b6ff 100644 --- a/projects/addon-mobile/package.json +++ b/projects/addon-mobile/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-mobile", - "version": "4.23.0", + "version": "4.24.0", "description": "Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, etc.", "keywords": [ "angular", @@ -18,10 +18,10 @@ "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", "@ng-web-apis/common": "^4.11.1", - "@taiga-ui/cdk": "^4.23.0", - "@taiga-ui/core": "^4.23.0", - "@taiga-ui/kit": "^4.23.0", - "@taiga-ui/layout": "^4.23.0", + "@taiga-ui/cdk": "^4.24.0", + "@taiga-ui/core": "^4.24.0", + "@taiga-ui/kit": "^4.24.0", + "@taiga-ui/layout": "^4.24.0", "@taiga-ui/polymorpheus": "^4.8.0", "rxjs": ">=7.0.0", "tslib": ">=2.8.1" diff --git a/projects/addon-table/package.json b/projects/addon-table/package.json index 23caf687d03a..882d41e14769 100644 --- a/projects/addon-table/package.json +++ b/projects/addon-table/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-table", - "version": "4.23.0", + "version": "4.24.0", "description": "A library to display tabled data with filters, search, group actions, etc.", "keywords": [ "angular", @@ -16,10 +16,10 @@ "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", "@ng-web-apis/intersection-observer": "^4.11.1", - "@taiga-ui/cdk": "^4.23.0", - "@taiga-ui/core": "^4.23.0", - "@taiga-ui/i18n": "^4.23.0", - "@taiga-ui/kit": "^4.23.0", + "@taiga-ui/cdk": "^4.24.0", + "@taiga-ui/core": "^4.24.0", + "@taiga-ui/i18n": "^4.24.0", + "@taiga-ui/kit": "^4.24.0", "@taiga-ui/polymorpheus": "^4.8.0", "rxjs": ">=7.0.0", "tslib": ">=2.8.1" diff --git a/projects/cdk/constants/version.ts b/projects/cdk/constants/version.ts index cac0efe49330..00964ca29135 100644 --- a/projects/cdk/constants/version.ts +++ b/projects/cdk/constants/version.ts @@ -1 +1 @@ -export const TUI_VERSION = '4.23.0'; +export const TUI_VERSION = '4.24.0'; diff --git a/projects/cdk/package.json b/projects/cdk/package.json index ae063805f86c..5fcf6f947a46 100644 --- a/projects/cdk/package.json +++ b/projects/cdk/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/cdk", - "version": "4.23.0", + "version": "4.24.0", "description": "Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance", "keywords": [ "angular", diff --git a/projects/core/package.json b/projects/core/package.json index 371bda29238c..e113256f93c3 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/core", - "version": "4.23.0", + "version": "4.24.0", "description": "Core library for creating Angular components and applications using Taiga UI", "keywords": [ "angular", @@ -26,9 +26,9 @@ "@angular/router": ">=16.0.0", "@ng-web-apis/common": "^4.11.1", "@ng-web-apis/mutation-observer": "^4.11.1", - "@taiga-ui/cdk": "^4.23.0", + "@taiga-ui/cdk": "^4.24.0", "@taiga-ui/event-plugins": "^4.4.0", - "@taiga-ui/i18n": "^4.23.0", + "@taiga-ui/i18n": "^4.24.0", "@taiga-ui/polymorpheus": "^4.8.0", "rxjs": ">=7.0.0", "tslib": ">=2.8.1" diff --git a/projects/experimental/package.json b/projects/experimental/package.json index 2dcfeedd59ff..32db88395dcc 100644 --- a/projects/experimental/package.json +++ b/projects/experimental/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/experimental", - "version": "4.23.0", + "version": "4.24.0", "description": "A package with Taiga UI experimental components", "keywords": [ "angular", @@ -13,10 +13,10 @@ "peerDependencies": { "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", - "@taiga-ui/addon-commerce": "^4.23.0", - "@taiga-ui/cdk": "^4.23.0", - "@taiga-ui/core": "^4.23.0", - "@taiga-ui/kit": "^4.23.0", + "@taiga-ui/addon-commerce": "^4.24.0", + "@taiga-ui/cdk": "^4.24.0", + "@taiga-ui/core": "^4.24.0", + "@taiga-ui/kit": "^4.24.0", "@taiga-ui/polymorpheus": "^4.8.0", "rxjs": ">=7.0.0", "tslib": ">=2.8.1" diff --git a/projects/i18n/package.json b/projects/i18n/package.json index 2c25188944c0..4e460f2619f3 100644 --- a/projects/i18n/package.json +++ b/projects/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/i18n", - "version": "4.23.0", + "version": "4.24.0", "description": "A package with tools for Taiga UI library i18n", "keywords": [ "angular", diff --git a/projects/icons-fontawesome/package.json b/projects/icons-fontawesome/package.json index e1915763af55..f00541cacfdb 100644 --- a/projects/icons-fontawesome/package.json +++ b/projects/icons-fontawesome/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/icons-fontawesome", - "version": "4.23.0", + "version": "4.24.0", "description": "FontAwesome icons for Taiga UI", "keywords": [ "angular", diff --git a/projects/icons-material/package.json b/projects/icons-material/package.json index 72a96f9e7e7c..e45b316757d1 100644 --- a/projects/icons-material/package.json +++ b/projects/icons-material/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/icons-material", - "version": "4.23.0", + "version": "4.24.0", "description": "Feather icons for Taiga UI", "keywords": [ "angular", diff --git a/projects/icons/package.json b/projects/icons/package.json index 6b968f880d9c..1188f8d3a7d1 100644 --- a/projects/icons/package.json +++ b/projects/icons/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/icons", - "version": "4.23.0", + "version": "4.24.0", "description": "Feather icons for Taiga UI", "keywords": [ "angular", diff --git a/projects/kit/package.json b/projects/kit/package.json index 7932afed9360..775d9ce427e2 100644 --- a/projects/kit/package.json +++ b/projects/kit/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/kit", - "version": "4.23.0", + "version": "4.24.0", "description": "Taiga UI Angular main components kit", "keywords": [ "angular", @@ -28,9 +28,9 @@ "@ng-web-apis/intersection-observer": "^4.11.1", "@ng-web-apis/mutation-observer": "^4.11.1", "@ng-web-apis/resize-observer": "^4.11.1", - "@taiga-ui/cdk": "^4.23.0", - "@taiga-ui/core": "^4.23.0", - "@taiga-ui/i18n": "^4.23.0", + "@taiga-ui/cdk": "^4.24.0", + "@taiga-ui/core": "^4.24.0", + "@taiga-ui/i18n": "^4.24.0", "@taiga-ui/polymorpheus": "^4.8.0", "rxjs": ">=7.0.0", "tslib": ">=2.8.1" diff --git a/projects/layout/package.json b/projects/layout/package.json index 431f24370ad3..447411b9b53c 100644 --- a/projects/layout/package.json +++ b/projects/layout/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/layout", - "version": "4.23.0", + "version": "4.24.0", "description": "A package with Taiga UI layout components", "keywords": [ "angular", @@ -13,9 +13,9 @@ "peerDependencies": { "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", - "@taiga-ui/cdk": "^4.23.0", - "@taiga-ui/core": "^4.23.0", - "@taiga-ui/kit": "^4.23.0", + "@taiga-ui/cdk": "^4.24.0", + "@taiga-ui/core": "^4.24.0", + "@taiga-ui/kit": "^4.24.0", "@taiga-ui/polymorpheus": "^4.8.0", "rxjs": ">=7.0.0", "tslib": ">=2.8.1" diff --git a/projects/legacy/package.json b/projects/legacy/package.json index fb986b2ad935..6a13e65e4848 100644 --- a/projects/legacy/package.json +++ b/projects/legacy/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/legacy", - "version": "4.23.0", + "version": "4.24.0", "description": "Legacy Taiga UI entities from the previous major release to simplify migration", "keywords": [ "legacy", diff --git a/projects/styles/package.json b/projects/styles/package.json index 416938ce8390..e2cdaaa2be3d 100644 --- a/projects/styles/package.json +++ b/projects/styles/package.json @@ -1,10 +1,10 @@ { "name": "@taiga-ui/styles", - "version": "4.23.0", + "version": "4.24.0", "description": "Global Styles for Taiga UI", "peerDependencies": { - "@taiga-ui/cdk": "^4.23.0", - "@taiga-ui/core": "^4.23.0", + "@taiga-ui/cdk": "^4.24.0", + "@taiga-ui/core": "^4.24.0", "tslib": ">=2.8.1" } } diff --git a/projects/taiga-schematics/package.json b/projects/taiga-schematics/package.json index c16fe0d5e381..51df54ec5e71 100644 --- a/projects/taiga-schematics/package.json +++ b/projects/taiga-schematics/package.json @@ -1,6 +1,6 @@ { "name": "taiga-ui", - "version": "4.23.0", + "version": "4.24.0", "description": "Taiga UI package that provides ng add command for Taiga library", "keywords": [ "angular", @@ -15,10 +15,10 @@ "repository": "https://github.com/taiga-family/taiga-ui", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/cdk": "^4.23.0" + "@taiga-ui/cdk": "^4.24.0" }, "peerDependencies": { - "@taiga-ui/cdk": "^4.23.0", + "@taiga-ui/cdk": "^4.24.0", "tslib": ">=2.8.1" }, "schematics": "../@taiga-ui/cdk/schematics/collection.json" diff --git a/projects/testing/package.json b/projects/testing/package.json index 0ac20bc90555..2abc18486648 100644 --- a/projects/testing/package.json +++ b/projects/testing/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/testing", - "version": "4.23.0", + "version": "4.24.0", "description": "Utils functions for testing Taiga UI packages", "devDependencies": { "@types/jest": "29.5.14", @@ -9,7 +9,7 @@ "ts-jest": "29.2.5" }, "peerDependencies": { - "@taiga-ui/cdk": "^4.23.0", + "@taiga-ui/cdk": "^4.24.0", "tslib": ">=2.8.1" } }