diff --git a/CHANGELOG.md b/CHANGELOG.md index 29d403a68a22..e82b786c5571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,68 @@ 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.5.0](https://github.com/taiga-family/taiga-ui/compare/v4.4.1...v4.5.0) (2024-09-02) + +### 🐞 Bug Fixes + +- **addon-commerce:** `InputCard` fix autofill ([#8728](https://github.com/taiga-family/taiga-ui/issues/8728)) + ([226a763](https://github.com/taiga-family/taiga-ui/commit/226a763ea0b6d0636de1b5b78f98f2209cfa81f0)) +- **addon-doc:** code glitch in ssr ([#8705](https://github.com/taiga-family/taiga-ui/issues/8705)) + ([59712a2](https://github.com/taiga-family/taiga-ui/commit/59712a2988a2c7db699d86c901e6b9f3ac48b6a9)) +- **core:** `Dropdown` triggers change detection too frequently + ([#8738](https://github.com/taiga-family/taiga-ui/issues/8738)) + ([8bdcb19](https://github.com/taiga-family/taiga-ui/commit/8bdcb190e1e445b4e6de06caa7c368341a2cf66d)) +- **core:** `Icons` fix mask shorthand ([#8711](https://github.com/taiga-family/taiga-ui/issues/8711)) + ([a292756](https://github.com/taiga-family/taiga-ui/commit/a29275647565b0b2c37ac281f7c58f996d85c5ba)) +- **core:** `Textfield` should not change color of chevron on hover if `readOnly` is enabled + ([#8754](https://github.com/taiga-family/taiga-ui/issues/8754)) + ([2e21615](https://github.com/taiga-family/taiga-ui/commit/2e21615e732112ea28fe2ab5f3c25d5c753c51bb)) +- **kit:** `CalendarRange` shows end of range ([#8774](https://github.com/taiga-family/taiga-ui/issues/8774)) + ([6604fd6](https://github.com/taiga-family/taiga-ui/commit/6604fd68f5688450aa40778b0326434535fe3bf7)) +- **kit:** `InputPhoneInternational` should not allow to open dropdown if `readOnly=true` + ([#8764](https://github.com/taiga-family/taiga-ui/issues/8764)) + ([fcca2fa](https://github.com/taiga-family/taiga-ui/commit/fcca2fa6815dfcde4a5f6f9eac66958fb3cc9af9)) +- **kit:** CalendarRange not switch to selected item ([#8784](https://github.com/taiga-family/taiga-ui/issues/8784)) + ([ad138ab](https://github.com/taiga-family/taiga-ui/commit/ad138abed3656a19e5ecb05576f76e3306855eff)) +- **kit:** contain width for img in avatar ([#8723](https://github.com/taiga-family/taiga-ui/issues/8723)) + ([c9014a2](https://github.com/taiga-family/taiga-ui/commit/c9014a23e0ff2076b5dcbbfa2340428a89292e2f)) +- **layout:** `Navigation` fix style specificity for `AsideItem` + ([#8790](https://github.com/taiga-family/taiga-ui/issues/8790)) + ([77a1eea](https://github.com/taiga-family/taiga-ui/commit/77a1eea69fdc3d956215d28a721ea72e2d26d596)) +- **legacy:** `InputDateRange` triggers cyclic change detection ticks + ([#8706](https://github.com/taiga-family/taiga-ui/issues/8706)) + ([c7bc044](https://github.com/taiga-family/taiga-ui/commit/c7bc04403b7b379e184bad2fa978b62bcc9a500c)) +- **legacy:** restore `autoColor` for `InputTag` and `MultiSelect` + ([#8783](https://github.com/taiga-family/taiga-ui/issues/8783)) + ([e5477c4](https://github.com/taiga-family/taiga-ui/commit/e5477c401e5b3cb046c24fa2b64993917376c20f)) +- **legacy:** trigger transform placeholder when using autofill + ([#8779](https://github.com/taiga-family/taiga-ui/issues/8779)) + ([464dee4](https://github.com/taiga-family/taiga-ui/commit/464dee4c6bdb5dc47f8a9b657d188788fd5e6531)) + +### 🚀 Features + +- **addon-commerce:** `ThumbnailCard` add `` support + ([#8789](https://github.com/taiga-family/taiga-ui/issues/8789)) + ([9fdb499](https://github.com/taiga-family/taiga-ui/commit/9fdb499790e3a7bf16a94162d6e01d26c19e252e)) +- **addon-doc:** improve ui for link to sample ([#8406](https://github.com/taiga-family/taiga-ui/issues/8406)) + ([e5beb47](https://github.com/taiga-family/taiga-ui/commit/e5beb47843a578b8232431d9246daafdb0591165)) +- **cdk:** add `tuiInjectId` ([#8730](https://github.com/taiga-family/taiga-ui/issues/8730)) + ([6b3bbb0](https://github.com/taiga-family/taiga-ui/commit/6b3bbb09d6c9917776ceb5c83ffaedbbe2c82dc9)) +- **core:** `Textfield` add `ViewContainerRef` ([#8781](https://github.com/taiga-family/taiga-ui/issues/8781)) + ([5fee17a](https://github.com/taiga-family/taiga-ui/commit/5fee17a23c7ed83d3e8ea6befc49e804b3fa16ad)) +- improve style for A11y ([#8408](https://github.com/taiga-family/taiga-ui/issues/8408)) + ([918e11f](https://github.com/taiga-family/taiga-ui/commit/918e11f0115a8fea8f6c9662a69ba40e2b60eb35)) +- **kit:** `InputPassword` add new version, deprecate legacy + ([#8786](https://github.com/taiga-family/taiga-ui/issues/8786)) + ([7a655de](https://github.com/taiga-family/taiga-ui/commit/7a655defe64cd89fc39b2da9092fe63b08b7d048)) +- **kit:** `InputPhoneInternational` can be customized with `Icon` / `Tooltip` + ([#8750](https://github.com/taiga-family/taiga-ui/issues/8750)) + ([b20459b](https://github.com/taiga-family/taiga-ui/commit/b20459b326a917c64ad10da54d68905af5720042)) +- **layout:** `Navigation` add `Drawer` ([#8757](https://github.com/taiga-family/taiga-ui/issues/8757)) + ([cc64434](https://github.com/taiga-family/taiga-ui/commit/cc6443477b3c1941185c9e6556dfed38301d6731)) +- **testing:** adds size harness for button ([#8760](https://github.com/taiga-family/taiga-ui/issues/8760)) + ([71e654f](https://github.com/taiga-family/taiga-ui/commit/71e654f75f447f494ce67503d8b45307dda249cf)) + ### [4.4.1](https://github.com/taiga-family/taiga-ui/compare/v4.4.0...v4.4.1) (2024-08-27) ### 🐞 Bug Fixes diff --git a/package-lock.json b/package-lock.json index ea23aa7d9f85..f4052e722d0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taiga-ui/components", - "version": "4.4.1", + "version": "4.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taiga-ui/components", - "version": "4.4.1", + "version": "4.5.0", "license": "Apache-2.0", "workspaces": ["projects/*"], "devDependencies": { @@ -41704,7 +41704,7 @@ }, "projects/addon-charts": { "name": "@taiga-ui/addon-charts", - "version": "4.4.1", + "version": "4.5.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=16.0.0", @@ -41718,7 +41718,7 @@ }, "projects/addon-commerce": { "name": "@taiga-ui/addon-commerce", - "version": "4.4.1", + "version": "4.5.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=16.0.0", @@ -41739,7 +41739,7 @@ }, "projects/addon-doc": { "name": "@taiga-ui/addon-doc", - "version": "4.4.1", + "version": "4.5.0", "license": "Apache-2.0", "devDependencies": { "@types/markdown-it": "14.1.2" @@ -41763,7 +41763,7 @@ }, "projects/addon-mobile": { "name": "@taiga-ui/addon-mobile", - "version": "4.4.1", + "version": "4.5.0", "license": "Apache-2.0", "peerDependencies": { "@angular/cdk": ">=16.0.0", @@ -41780,7 +41780,7 @@ }, "projects/addon-table": { "name": "@taiga-ui/addon-table", - "version": "4.4.1", + "version": "4.5.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=16.0.0", @@ -41797,7 +41797,7 @@ }, "projects/cdk": { "name": "@taiga-ui/cdk", - "version": "4.4.1", + "version": "4.5.0", "license": "Apache-2.0", "dependencies": { "tslib": "2.7.0" @@ -41831,7 +41831,7 @@ }, "projects/core": { "name": "@taiga-ui/core", - "version": "4.4.1", + "version": "4.5.0", "license": "Apache-2.0", "peerDependencies": { "@angular/animations": ">=16.0.0", @@ -41892,7 +41892,7 @@ }, "projects/experimental": { "name": "@taiga-ui/experimental", - "version": "4.4.1", + "version": "4.5.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=16.0.0", @@ -41908,7 +41908,7 @@ }, "projects/i18n": { "name": "@taiga-ui/i18n", - "version": "4.4.1", + "version": "4.5.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -41919,7 +41919,7 @@ }, "projects/icons": { "name": "@taiga-ui/icons", - "version": "4.4.1", + "version": "4.5.0", "license": "Apache-2.0", "devDependencies": { "lucide-static": "0.436.0" @@ -41927,7 +41927,7 @@ }, "projects/icons-fontawesome": { "name": "@taiga-ui/icons-fontawesome", - "version": "4.4.1", + "version": "4.5.0", "license": "Apache-2.0", "devDependencies": { "@fortawesome/fontawesome-free": "6.6.0" @@ -41935,7 +41935,7 @@ }, "projects/icons-material": { "name": "@taiga-ui/icons-material", - "version": "4.4.1", + "version": "4.5.0", "license": "Apache-2.0", "devDependencies": { "@material-design-icons/svg": "0.14.13" @@ -41943,7 +41943,7 @@ }, "projects/kit": { "name": "@taiga-ui/kit", - "version": "4.4.1", + "version": "4.5.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=16.0.0", @@ -41968,7 +41968,7 @@ }, "projects/layout": { "name": "@taiga-ui/layout", - "version": "4.4.1", + "version": "4.5.0", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=16.0.0", @@ -41983,7 +41983,7 @@ }, "projects/legacy": { "name": "@taiga-ui/legacy", - "version": "4.4.1", + "version": "4.5.0", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=16.0.0", @@ -41992,7 +41992,7 @@ }, "projects/styles": { "name": "@taiga-ui/styles", - "version": "4.4.1", + "version": "4.5.0", "peerDependencies": { "@taiga-ui/cdk": "^4.4.1", "@taiga-ui/core": "^4.4.1", @@ -42001,10 +42001,10 @@ }, "projects/taiga-schematics": { "name": "taiga-ui", - "version": "4.4.1", + "version": "4.5.0", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/cdk": "^4.4.1" + "@taiga-ui/cdk": "^4.5.0" }, "peerDependencies": { "@taiga-ui/cdk": "^4.4.1", @@ -42013,7 +42013,7 @@ }, "projects/testing": { "name": "@taiga-ui/testing", - "version": "4.4.1", + "version": "4.5.0", "devDependencies": { "@types/jest": "29.5.12", "jest": "29.7.0", diff --git a/package.json b/package.json index bc64758d5e06..b861859b7d95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/components", - "version": "4.4.1", + "version": "4.5.0", "private": true, "description": "Taiga UI by TBank 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 e65b2f662fd9..3af1dcda4f0c 100644 --- a/projects/addon-charts/package.json +++ b/projects/addon-charts/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-charts", - "version": "4.4.1", + "version": "4.5.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.2.1", - "@taiga-ui/cdk": "^4.4.1", - "@taiga-ui/core": "^4.4.1", + "@taiga-ui/cdk": "^4.5.0", + "@taiga-ui/core": "^4.5.0", "@taiga-ui/polymorpheus": "^4.6.4", "tslib": "^2.7.0" } diff --git a/projects/addon-commerce/package.json b/projects/addon-commerce/package.json index e256c0d2182e..17e5074577fa 100644 --- a/projects/addon-commerce/package.json +++ b/projects/addon-commerce/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-commerce", - "version": "4.4.1", + "version": "4.5.0", "description": "Extension package for Taiga UI related to commerce, payment systems, currencies etc.", "keywords": [ "angular", @@ -21,10 +21,10 @@ "@maskito/core": "^3.0.1", "@maskito/kit": "^3.0.1", "@ng-web-apis/common": "^4.2.1", - "@taiga-ui/cdk": "^4.4.1", - "@taiga-ui/core": "^4.4.1", - "@taiga-ui/i18n": "^4.4.1", - "@taiga-ui/kit": "^4.4.1", + "@taiga-ui/cdk": "^4.5.0", + "@taiga-ui/core": "^4.5.0", + "@taiga-ui/i18n": "^4.5.0", + "@taiga-ui/kit": "^4.5.0", "@taiga-ui/polymorpheus": "^4.6.4", "rxjs": ">=7.0.0", "tslib": "^2.7.0" diff --git a/projects/addon-doc/package.json b/projects/addon-doc/package.json index fa8d03e5e1fc..d8b7628ae658 100644 --- a/projects/addon-doc/package.json +++ b/projects/addon-doc/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-doc", - "version": "4.4.1", + "version": "4.5.0", "description": "Taiga UI based library for developing documentation portals for Angular libraries.", "keywords": [ "angular", @@ -23,10 +23,10 @@ "@angular/forms": ">=16.0.0", "@angular/router": ">=16.0.0", "@ng-web-apis/common": "^4.2.1", - "@taiga-ui/addon-mobile": "^4.4.1", - "@taiga-ui/cdk": "^4.4.1", - "@taiga-ui/core": "^4.4.1", - "@taiga-ui/kit": "^4.4.1", + "@taiga-ui/addon-mobile": "^4.5.0", + "@taiga-ui/cdk": "^4.5.0", + "@taiga-ui/core": "^4.5.0", + "@taiga-ui/kit": "^4.5.0", "@taiga-ui/polymorpheus": "^4.6.4", "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 45dd346aa811..5fc9105b3e4c 100644 --- a/projects/addon-mobile/package.json +++ b/projects/addon-mobile/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-mobile", - "version": "4.4.1", + "version": "4.5.0", "description": "Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, etc.", "keywords": [ "angular", @@ -15,9 +15,9 @@ "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", "@ng-web-apis/common": "^4.2.1", - "@taiga-ui/cdk": "^4.4.1", - "@taiga-ui/core": "^4.4.1", - "@taiga-ui/kit": "^4.4.1", + "@taiga-ui/cdk": "^4.5.0", + "@taiga-ui/core": "^4.5.0", + "@taiga-ui/kit": "^4.5.0", "@taiga-ui/polymorpheus": "^4.6.4", "rxjs": ">=7.0.0", "tslib": "^2.7.0" diff --git a/projects/addon-table/package.json b/projects/addon-table/package.json index cf84046ca2cc..01eda1154c88 100644 --- a/projects/addon-table/package.json +++ b/projects/addon-table/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-table", - "version": "4.4.1", + "version": "4.5.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.2.1", - "@taiga-ui/cdk": "^4.4.1", - "@taiga-ui/core": "^4.4.1", - "@taiga-ui/i18n": "^4.4.1", - "@taiga-ui/kit": "^4.4.1", + "@taiga-ui/cdk": "^4.5.0", + "@taiga-ui/core": "^4.5.0", + "@taiga-ui/i18n": "^4.5.0", + "@taiga-ui/kit": "^4.5.0", "@taiga-ui/polymorpheus": "^4.6.4", "rxjs": ">=7.0.0", "tslib": "^2.7.0" diff --git a/projects/cdk/constants/version.ts b/projects/cdk/constants/version.ts index 37311db31ac5..36a49b64aa3b 100644 --- a/projects/cdk/constants/version.ts +++ b/projects/cdk/constants/version.ts @@ -1 +1 @@ -export const TUI_VERSION = '4.4.1'; +export const TUI_VERSION = '4.5.0'; diff --git a/projects/cdk/package.json b/projects/cdk/package.json index 12a4770afe17..e29bf566004d 100644 --- a/projects/cdk/package.json +++ b/projects/cdk/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/cdk", - "version": "4.4.1", + "version": "4.5.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 93b7f7e1c293..24c8e250181b 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/core", - "version": "4.4.1", + "version": "4.5.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.2.1", "@ng-web-apis/mutation-observer": "^4.2.1", - "@taiga-ui/cdk": "^4.4.1", + "@taiga-ui/cdk": "^4.5.0", "@taiga-ui/event-plugins": "^4.0.1", - "@taiga-ui/i18n": "^4.4.1", + "@taiga-ui/i18n": "^4.5.0", "@taiga-ui/polymorpheus": "^4.6.4", "rxjs": ">=7.0.0", "tslib": "^2.7.0" diff --git a/projects/experimental/package.json b/projects/experimental/package.json index 0d1848cbf0a7..d76b3e19f970 100644 --- a/projects/experimental/package.json +++ b/projects/experimental/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/experimental", - "version": "4.4.1", + "version": "4.5.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.4.1", - "@taiga-ui/cdk": "^4.4.1", - "@taiga-ui/core": "^4.4.1", - "@taiga-ui/kit": "^4.4.1", + "@taiga-ui/addon-commerce": "^4.5.0", + "@taiga-ui/cdk": "^4.5.0", + "@taiga-ui/core": "^4.5.0", + "@taiga-ui/kit": "^4.5.0", "@taiga-ui/polymorpheus": "^4.6.4", "rxjs": ">=7.0.0", "tslib": "^2.7.0" diff --git a/projects/i18n/package.json b/projects/i18n/package.json index 01c660de03d8..b23252e11eb7 100644 --- a/projects/i18n/package.json +++ b/projects/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/i18n", - "version": "4.4.1", + "version": "4.5.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 8fe860963e94..da40b0a7fa0d 100644 --- a/projects/icons-fontawesome/package.json +++ b/projects/icons-fontawesome/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/icons-fontawesome", - "version": "4.4.1", + "version": "4.5.0", "description": "FontAwesome icons for Taiga UI", "keywords": [ "angular", diff --git a/projects/icons-material/package.json b/projects/icons-material/package.json index 898dcb5548fa..deb7a4400e03 100644 --- a/projects/icons-material/package.json +++ b/projects/icons-material/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/icons-material", - "version": "4.4.1", + "version": "4.5.0", "description": "Feather icons for Taiga UI", "keywords": [ "angular", diff --git a/projects/icons/package.json b/projects/icons/package.json index 636e48af5a36..938216f682b6 100644 --- a/projects/icons/package.json +++ b/projects/icons/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/icons", - "version": "4.4.1", + "version": "4.5.0", "description": "Feather icons for Taiga UI", "keywords": [ "angular", diff --git a/projects/kit/package.json b/projects/kit/package.json index 161763571209..4eebf63cf65c 100644 --- a/projects/kit/package.json +++ b/projects/kit/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/kit", - "version": "4.4.1", + "version": "4.5.0", "description": "Taiga UI Angular main components kit", "keywords": [ "angular", @@ -28,9 +28,9 @@ "@ng-web-apis/intersection-observer": "^4.2.1", "@ng-web-apis/mutation-observer": "^4.2.1", "@ng-web-apis/resize-observer": "^4.2.1", - "@taiga-ui/cdk": "^4.4.1", - "@taiga-ui/core": "^4.4.1", - "@taiga-ui/i18n": "^4.4.1", + "@taiga-ui/cdk": "^4.5.0", + "@taiga-ui/core": "^4.5.0", + "@taiga-ui/i18n": "^4.5.0", "@taiga-ui/polymorpheus": "^4.6.4", "rxjs": ">=7.0.0", "tslib": "^2.7.0" diff --git a/projects/layout/package.json b/projects/layout/package.json index b20a7647a63b..5ac502ac5e9e 100644 --- a/projects/layout/package.json +++ b/projects/layout/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/layout", - "version": "4.4.1", + "version": "4.5.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.4.1", - "@taiga-ui/core": "^4.4.1", - "@taiga-ui/kit": "^4.4.1", + "@taiga-ui/cdk": "^4.5.0", + "@taiga-ui/core": "^4.5.0", + "@taiga-ui/kit": "^4.5.0", "@taiga-ui/polymorpheus": "^4.6.4", "rxjs": ">=7.0.0", "tslib": "^2.7.0" diff --git a/projects/legacy/package.json b/projects/legacy/package.json index 6faef3981c53..cefcb44de218 100644 --- a/projects/legacy/package.json +++ b/projects/legacy/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/legacy", - "version": "4.4.1", + "version": "4.5.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 381ec40ccf00..56556239a6fb 100644 --- a/projects/styles/package.json +++ b/projects/styles/package.json @@ -1,10 +1,10 @@ { "name": "@taiga-ui/styles", - "version": "4.4.1", + "version": "4.5.0", "description": "Global Styles for Taiga UI", "peerDependencies": { - "@taiga-ui/cdk": "^4.4.1", - "@taiga-ui/core": "^4.4.1", + "@taiga-ui/cdk": "^4.5.0", + "@taiga-ui/core": "^4.5.0", "tslib": "^2.7.0" } } diff --git a/projects/taiga-schematics/package.json b/projects/taiga-schematics/package.json index 8aafeed816e8..b9e39d4d0ed6 100644 --- a/projects/taiga-schematics/package.json +++ b/projects/taiga-schematics/package.json @@ -1,6 +1,6 @@ { "name": "taiga-ui", - "version": "4.4.1", + "version": "4.5.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.4.1" + "@taiga-ui/cdk": "^4.5.0" }, "peerDependencies": { - "@taiga-ui/cdk": "^4.4.1", + "@taiga-ui/cdk": "^4.5.0", "tslib": "^2.7.0" }, "schematics": "../@taiga-ui/cdk/schematics/collection.json" diff --git a/projects/testing/package.json b/projects/testing/package.json index dc0a764f0a47..7efc98334155 100644 --- a/projects/testing/package.json +++ b/projects/testing/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/testing", - "version": "4.4.1", + "version": "4.5.0", "description": "Utils functions for testing Taiga UI packages", "devDependencies": { "@types/jest": "29.5.12", @@ -9,7 +9,7 @@ "ts-jest": "29.2.5" }, "peerDependencies": { - "@taiga-ui/cdk": "^4.4.1", + "@taiga-ui/cdk": "^4.5.0", "tslib": "^2.7.0" } }