From 301df9affa65c2f1cedaa98ad8ca62b160042988 Mon Sep 17 00:00:00 2001 From: taiga-family-bot Date: Fri, 10 May 2024 16:19:08 +0000 Subject: [PATCH] chore(release): 3.77.1 --- CHANGELOG.md | 7 +++++ package-lock.json | 42 +++++++++++++------------- package.json | 2 +- projects/addon-charts/package.json | 6 ++-- projects/addon-commerce/package.json | 10 +++--- projects/addon-doc/package.json | 10 +++--- projects/addon-mobile/package.json | 8 ++--- projects/addon-preview/package.json | 10 +++--- projects/addon-table/package.json | 10 +++--- projects/addon-tablebars/package.json | 6 ++-- projects/cdk/constants/version.ts | 2 +- projects/cdk/package.json | 2 +- projects/core/package.json | 8 ++--- projects/experimental/package.json | 10 +++--- projects/i18n/package.json | 2 +- projects/icons/package.json | 4 +-- projects/kit/package.json | 8 ++--- projects/layout/package.json | 6 ++-- projects/styles/package.json | 4 +-- projects/taiga-schematics/package.json | 6 ++-- projects/testing/package.json | 4 +-- 21 files changed, 87 insertions(+), 80 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 301c0d398b76..52c3587a83fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ 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. +### [3.77.1](https://github.com/taiga-family/taiga-ui/compare/v3.77.0...v3.77.1) (2024-05-10) + +### Bug Fixes + +- **core:** stackblitz compatibility ([#7396](https://github.com/taiga-family/taiga-ui/issues/7396)) + ([ea9e6d7](https://github.com/taiga-family/taiga-ui/commit/ea9e6d77dc1a586fe5b1fb1dd1eabcaabc43a568)) + ## [3.77.0](https://github.com/taiga-family/taiga-ui/compare/v3.76.0...v3.77.0) (2024-05-08) ### Features diff --git a/package-lock.json b/package-lock.json index df04a9930dc5..0505046481d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taiga-ui/components", - "version": "3.77.0", + "version": "3.77.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taiga-ui/components", - "version": "3.77.0", + "version": "3.77.1", "hasInstallScript": true, "license": "Apache-2.0", "workspaces": ["projects/*"], @@ -40974,7 +40974,7 @@ }, "projects/addon-charts": { "name": "@taiga-ui/addon-charts", - "version": "3.77.0", + "version": "3.77.1", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -40988,7 +40988,7 @@ }, "projects/addon-commerce": { "name": "@taiga-ui/addon-commerce", - "version": "3.77.0", + "version": "3.77.1", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -41009,7 +41009,7 @@ }, "projects/addon-doc": { "name": "@taiga-ui/addon-doc", - "version": "3.77.0", + "version": "3.77.1", "license": "Apache-2.0", "dependencies": { "markdown-it": "14.0.0", @@ -41066,7 +41066,7 @@ }, "projects/addon-mobile": { "name": "@taiga-ui/addon-mobile", - "version": "3.77.0", + "version": "3.77.1", "license": "Apache-2.0", "peerDependencies": { "@angular/cdk": ">=12.0.0", @@ -41083,7 +41083,7 @@ }, "projects/addon-preview": { "name": "@taiga-ui/addon-preview", - "version": "3.77.0", + "version": "3.77.1", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -41100,7 +41100,7 @@ }, "projects/addon-table": { "name": "@taiga-ui/addon-table", - "version": "3.77.0", + "version": "3.77.1", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -41117,7 +41117,7 @@ }, "projects/addon-tablebars": { "name": "@taiga-ui/addon-tablebars", - "version": "3.77.0", + "version": "3.77.1", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -41131,7 +41131,7 @@ }, "projects/cdk": { "name": "@taiga-ui/cdk", - "version": "3.77.0", + "version": "3.77.1", "license": "Apache-2.0", "dependencies": { "@ng-web-apis/common": "3.0.6", @@ -41160,10 +41160,10 @@ }, "projects/core": { "name": "@taiga-ui/core", - "version": "3.77.0", + "version": "3.77.1", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/i18n": "^3.77.0" + "@taiga-ui/i18n": "^3.77.1" }, "peerDependencies": { "@angular/animations": ">=12.0.0", @@ -41365,7 +41365,7 @@ }, "projects/experimental": { "name": "@taiga-ui/experimental", - "version": "3.77.0", + "version": "3.77.1", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -41381,7 +41381,7 @@ }, "projects/i18n": { "name": "@taiga-ui/i18n", - "version": "3.77.0", + "version": "3.77.1", "license": "Apache-2.0", "peerDependencies": { "@angular/core": ">=12.0.0", @@ -41392,7 +41392,7 @@ }, "projects/icons": { "name": "@taiga-ui/icons", - "version": "3.77.0", + "version": "3.77.1", "license": "Apache-2.0", "devDependencies": { "@rollup/pluginutils": "5.1.0", @@ -41436,7 +41436,7 @@ }, "projects/kit": { "name": "@taiga-ui/kit", - "version": "3.77.0", + "version": "3.77.1", "license": "Apache-2.0", "dependencies": { "@maskito/angular": "1.9.0", @@ -41463,7 +41463,7 @@ }, "projects/layout": { "name": "@taiga-ui/layout", - "version": "3.77.0", + "version": "3.77.1", "license": "Apache-2.0", "peerDependencies": { "@angular/common": ">=12.0.0", @@ -41477,7 +41477,7 @@ }, "projects/styles": { "name": "@taiga-ui/styles", - "version": "3.77.0", + "version": "3.77.1", "peerDependencies": { "@taiga-ui/cdk": "^3.76.0", "tslib": "^2.6.2" @@ -41485,10 +41485,10 @@ }, "projects/taiga-schematics": { "name": "taiga-ui", - "version": "3.77.0", + "version": "3.77.1", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/cdk": "^3.77.0" + "@taiga-ui/cdk": "^3.77.1" }, "peerDependencies": { "@taiga-ui/cdk": "^3.76.0", @@ -41497,7 +41497,7 @@ }, "projects/testing": { "name": "@taiga-ui/testing", - "version": "3.77.0", + "version": "3.77.1", "dependencies": { "cypress-image-snapshot": "4.0.1" }, diff --git a/package.json b/package.json index 93e53a6c824b..ad46c9604c9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/components", - "version": "3.77.0", + "version": "3.77.1", "description": "Taiga UI by Tinkoff is a set of components, services, directives and other tools to build high quality UI using modern Angular framework", "keywords": [ "angular", diff --git a/projects/addon-charts/package.json b/projects/addon-charts/package.json index b7b1f3a991d6..be40829462e6 100644 --- a/projects/addon-charts/package.json +++ b/projects/addon-charts/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-charts", - "version": "3.77.0", + "version": "3.77.1", "description": "Extension package for Taiga UI that adds various charts, graphs and related components.", "keywords": [ "angular", @@ -17,8 +17,8 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/common": "^3.0.6", - "@taiga-ui/cdk": "^3.77.0", - "@taiga-ui/core": "^3.77.0", + "@taiga-ui/cdk": "^3.77.1", + "@taiga-ui/core": "^3.77.1", "@tinkoff/ng-polymorpheus": "^4.3.0", "tslib": "^2.6.2" } diff --git a/projects/addon-commerce/package.json b/projects/addon-commerce/package.json index 160ef92f3354..90e0ec3efb94 100644 --- a/projects/addon-commerce/package.json +++ b/projects/addon-commerce/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-commerce", - "version": "3.77.0", + "version": "3.77.1", "description": "Extension package for Taiga UI related to commerce, payment systems, currencies etc.", "keywords": [ "angular", @@ -21,10 +21,10 @@ "@maskito/core": "^1.9.0", "@maskito/kit": "^1.9.0", "@ng-web-apis/common": "^3.0.6", - "@taiga-ui/cdk": "^3.77.0", - "@taiga-ui/core": "^3.77.0", - "@taiga-ui/i18n": "^3.77.0", - "@taiga-ui/kit": "^3.77.0", + "@taiga-ui/cdk": "^3.77.1", + "@taiga-ui/core": "^3.77.1", + "@taiga-ui/i18n": "^3.77.1", + "@taiga-ui/kit": "^3.77.1", "@tinkoff/ng-polymorpheus": "^4.3.0", "rxjs": ">=6.0.0", "tslib": "^2.6.2" diff --git a/projects/addon-doc/package.json b/projects/addon-doc/package.json index e47d93344f0e..abe2c2d236cb 100644 --- a/projects/addon-doc/package.json +++ b/projects/addon-doc/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-doc", - "version": "3.77.0", + "version": "3.77.1", "description": "Taiga UI based library for developing documentation portals for Angular libraries.", "keywords": [ "angular", @@ -26,10 +26,10 @@ "@angular/forms": ">=12.0.0", "@angular/router": ">=12.0.0", "@ng-web-apis/common": "^3.0.6", - "@taiga-ui/addon-mobile": "^3.77.0", - "@taiga-ui/cdk": "^3.77.0", - "@taiga-ui/core": "^3.77.0", - "@taiga-ui/kit": "^3.77.0", + "@taiga-ui/addon-mobile": "^3.77.1", + "@taiga-ui/cdk": "^3.77.1", + "@taiga-ui/core": "^3.77.1", + "@taiga-ui/kit": "^3.77.1", "@tinkoff/ng-polymorpheus": "^4.3.0", "tslib": "^2.6.2" } diff --git a/projects/addon-mobile/package.json b/projects/addon-mobile/package.json index c6fd719028ca..d8d62e25c1fe 100644 --- a/projects/addon-mobile/package.json +++ b/projects/addon-mobile/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-mobile", - "version": "3.77.0", + "version": "3.77.1", "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": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/common": "^3.0.6", - "@taiga-ui/cdk": "^3.77.0", - "@taiga-ui/core": "^3.77.0", - "@taiga-ui/kit": "^3.77.0", + "@taiga-ui/cdk": "^3.77.1", + "@taiga-ui/core": "^3.77.1", + "@taiga-ui/kit": "^3.77.1", "@tinkoff/ng-polymorpheus": "^4.3.0", "rxjs": ">=6.0.0", "tslib": "^2.6.2" diff --git a/projects/addon-preview/package.json b/projects/addon-preview/package.json index 803bda84b409..fa73bf684a9f 100644 --- a/projects/addon-preview/package.json +++ b/projects/addon-preview/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-preview", - "version": "3.77.0", + "version": "3.77.1", "description": "A library to show a modal with custom content preview", "keywords": [ "angular", @@ -16,10 +16,10 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/mutation-observer": "^3.1.0", - "@taiga-ui/cdk": "^3.77.0", - "@taiga-ui/core": "^3.77.0", - "@taiga-ui/i18n": "^3.77.0", - "@taiga-ui/kit": "^3.77.0", + "@taiga-ui/cdk": "^3.77.1", + "@taiga-ui/core": "^3.77.1", + "@taiga-ui/i18n": "^3.77.1", + "@taiga-ui/kit": "^3.77.1", "@tinkoff/ng-polymorpheus": "^4.3.0", "rxjs": ">=6.0.0", "tslib": "^2.6.2" diff --git a/projects/addon-table/package.json b/projects/addon-table/package.json index 4d50b509988f..179816150845 100644 --- a/projects/addon-table/package.json +++ b/projects/addon-table/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-table", - "version": "3.77.0", + "version": "3.77.1", "description": "A library to display tabled data with filters, search, group actions, etc.", "keywords": [ "angular", @@ -16,10 +16,10 @@ "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", "@ng-web-apis/intersection-observer": "^3.2.0", - "@taiga-ui/cdk": "^3.77.0", - "@taiga-ui/core": "^3.77.0", - "@taiga-ui/i18n": "^3.77.0", - "@taiga-ui/kit": "^3.77.0", + "@taiga-ui/cdk": "^3.77.1", + "@taiga-ui/core": "^3.77.1", + "@taiga-ui/i18n": "^3.77.1", + "@taiga-ui/kit": "^3.77.1", "@tinkoff/ng-polymorpheus": "^4.3.0", "rxjs": ">=6.0.0", "tslib": "^2.6.2" diff --git a/projects/addon-tablebars/package.json b/projects/addon-tablebars/package.json index 8a4360089d61..655990568939 100644 --- a/projects/addon-tablebars/package.json +++ b/projects/addon-tablebars/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/addon-tablebars", - "version": "3.77.0", + "version": "3.77.1", "description": "Table bars is interactive UI control for group table actions and similar cases", "keywords": [ "angular", @@ -15,8 +15,8 @@ "peerDependencies": { "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", - "@taiga-ui/cdk": "^3.77.0", - "@taiga-ui/core": "^3.77.0", + "@taiga-ui/cdk": "^3.77.1", + "@taiga-ui/core": "^3.77.1", "@tinkoff/ng-polymorpheus": "^4.3.0", "rxjs": ">=6.0.0", "tslib": "^2.6.2" diff --git a/projects/cdk/constants/version.ts b/projects/cdk/constants/version.ts index 0a7cf715d735..e58c907df463 100644 --- a/projects/cdk/constants/version.ts +++ b/projects/cdk/constants/version.ts @@ -1 +1 @@ -export const TUI_VERSION = '3.77.0'; +export const TUI_VERSION = '3.77.1'; diff --git a/projects/cdk/package.json b/projects/cdk/package.json index 3d6c04f96bcd..e1ea64d41cde 100644 --- a/projects/cdk/package.json +++ b/projects/cdk/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/cdk", - "version": "3.77.0", + "version": "3.77.1", "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 18fadd7bd39b..59c9c5c63f8d 100644 --- a/projects/core/package.json +++ b/projects/core/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/core", - "version": "3.77.0", + "version": "3.77.1", "description": "Core library for creating Angular components and applications using Taiga UI", "keywords": [ "angular", @@ -15,7 +15,7 @@ "repository": "https://github.com/taiga-family/taiga-ui", "license": "Apache-2.0", "dependencies": { - "@taiga-ui/i18n": "^3.77.0" + "@taiga-ui/i18n": "^3.77.1" }, "peerDependencies": { "@angular/animations": ">=12.0.0", @@ -26,8 +26,8 @@ "@angular/router": ">=12.0.0", "@ng-web-apis/common": "^3.0.6", "@ng-web-apis/mutation-observer": "^3.1.0", - "@taiga-ui/cdk": "^3.77.0", - "@taiga-ui/i18n": "^3.77.0", + "@taiga-ui/cdk": "^3.77.1", + "@taiga-ui/i18n": "^3.77.1", "@tinkoff/ng-event-plugins": "^3.2.0", "@tinkoff/ng-polymorpheus": "^4.3.0", "rxjs": ">=6.0.0", diff --git a/projects/experimental/package.json b/projects/experimental/package.json index bb7d427a3f63..3013012f76a4 100644 --- a/projects/experimental/package.json +++ b/projects/experimental/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/experimental", - "version": "3.77.0", + "version": "3.77.1", "description": "A package with Taiga UI experimental components", "keywords": [ "angular", @@ -13,10 +13,10 @@ "peerDependencies": { "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", - "@taiga-ui/addon-commerce": "^3.77.0", - "@taiga-ui/cdk": "^3.77.0", - "@taiga-ui/core": "^3.77.0", - "@taiga-ui/kit": "^3.77.0", + "@taiga-ui/addon-commerce": "^3.77.1", + "@taiga-ui/cdk": "^3.77.1", + "@taiga-ui/core": "^3.77.1", + "@taiga-ui/kit": "^3.77.1", "@tinkoff/ng-polymorpheus": "^4.3.0", "rxjs": ">=6.0.0", "tslib": "^2.6.2" diff --git a/projects/i18n/package.json b/projects/i18n/package.json index 4875a02af17a..1f7765c20b5a 100644 --- a/projects/i18n/package.json +++ b/projects/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/i18n", - "version": "3.77.0", + "version": "3.77.1", "description": "A package with tools for Taiga UI library i18n", "keywords": [ "angular", diff --git a/projects/icons/package.json b/projects/icons/package.json index edb8264f8d2f..257dddb5fe50 100644 --- a/projects/icons/package.json +++ b/projects/icons/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/icons", - "version": "3.77.0", + "version": "3.77.1", "description": "Feather icons for Taiga UI", "keywords": [ "angular", @@ -19,7 +19,7 @@ "svgo": "3.1.0" }, "peerDependencies": { - "@taiga-ui/cdk": "^3.77.0", + "@taiga-ui/cdk": "^3.77.1", "tslib": "^2.6.2" } } diff --git a/projects/kit/package.json b/projects/kit/package.json index 75491893d08a..41e28e875b50 100644 --- a/projects/kit/package.json +++ b/projects/kit/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/kit", - "version": "3.77.0", + "version": "3.77.1", "description": "Taiga UI Angular main components kit", "keywords": [ "angular", @@ -27,9 +27,9 @@ "@ng-web-apis/common": "3.0.6", "@ng-web-apis/mutation-observer": "^3.1.0", "@ng-web-apis/resize-observer": "^3.0.6", - "@taiga-ui/cdk": "^3.77.0", - "@taiga-ui/core": "^3.77.0", - "@taiga-ui/i18n": "^3.77.0", + "@taiga-ui/cdk": "^3.77.1", + "@taiga-ui/core": "^3.77.1", + "@taiga-ui/i18n": "^3.77.1", "@tinkoff/ng-polymorpheus": "^4.3.0", "rxjs": ">=6.0.0", "tslib": "^2.6.2" diff --git a/projects/layout/package.json b/projects/layout/package.json index 13222e007f20..da6836532356 100644 --- a/projects/layout/package.json +++ b/projects/layout/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/layout", - "version": "3.77.0", + "version": "3.77.1", "description": "A package with Taiga UI layout components", "keywords": [ "angular", @@ -13,8 +13,8 @@ "peerDependencies": { "@angular/common": ">=12.0.0", "@angular/core": ">=12.0.0", - "@taiga-ui/cdk": "^3.77.0", - "@taiga-ui/core": "^3.77.0", + "@taiga-ui/cdk": "^3.77.1", + "@taiga-ui/core": "^3.77.1", "@tinkoff/ng-polymorpheus": "^4.3.0", "rxjs": ">=6.0.0", "tslib": "^2.6.2" diff --git a/projects/styles/package.json b/projects/styles/package.json index 144c49ee4c56..e9857ed6a92b 100644 --- a/projects/styles/package.json +++ b/projects/styles/package.json @@ -1,9 +1,9 @@ { "name": "@taiga-ui/styles", - "version": "3.77.0", + "version": "3.77.1", "description": "Global Styles for Taiga UI", "peerDependencies": { - "@taiga-ui/cdk": "^3.77.0", + "@taiga-ui/cdk": "^3.77.1", "tslib": "^2.6.2" } } diff --git a/projects/taiga-schematics/package.json b/projects/taiga-schematics/package.json index 95d38f5fd54b..538323748a66 100644 --- a/projects/taiga-schematics/package.json +++ b/projects/taiga-schematics/package.json @@ -1,6 +1,6 @@ { "name": "taiga-ui", - "version": "3.77.0", + "version": "3.77.1", "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": "^3.77.0" + "@taiga-ui/cdk": "^3.77.1" }, "peerDependencies": { - "@taiga-ui/cdk": "^3.77.0", + "@taiga-ui/cdk": "^3.77.1", "tslib": "^2.6.2" }, "schematics": "../@taiga-ui/cdk/schematics/collection.json" diff --git a/projects/testing/package.json b/projects/testing/package.json index 1a26869315f5..a29a643efeeb 100644 --- a/projects/testing/package.json +++ b/projects/testing/package.json @@ -1,6 +1,6 @@ { "name": "@taiga-ui/testing", - "version": "3.77.0", + "version": "3.77.1", "description": "Utils functions for testing Taiga UI packages", "dependencies": { "cypress-image-snapshot": "4.0.1" @@ -13,7 +13,7 @@ "ts-jest": "29.1.1" }, "peerDependencies": { - "@taiga-ui/cdk": "^3.77.0", + "@taiga-ui/cdk": "^3.77.1", "tslib": "^2.6.2" } }