Skip to content

Commit

Permalink
chore(release): 2.1.3 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
waterplea authored Jan 19, 2021
1 parent c718e1f commit e0e661b
Show file tree
Hide file tree
Showing 15 changed files with 64 additions and 47 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.

### [2.1.3](https://github.com/TinkoffCreditSystems/taiga-ui/compare/v1.6.2...v2.1.3) (2021-01-19)


### Features

* **cdk:** add `uniqBy` utility method ([#108](https://github.com/TinkoffCreditSystems/taiga-ui/issues/108)) ([2fe83be](https://github.com/TinkoffCreditSystems/taiga-ui/commit/2fe83be88c5db38eccf25d8d1a28f94b4cd3714a))
* **let:** improve type checking for tuiLet ([#98](https://github.com/TinkoffCreditSystems/taiga-ui/issues/98)) ([5cff8ae](https://github.com/TinkoffCreditSystems/taiga-ui/commit/5cff8ae205b6d4711bf44e0576603edf9ab88730))

### Bug Fixes

* **core:** add lost body-l-2 global text class ([#106](https://github.com/TinkoffCreditSystems/taiga-ui/issues/106)) ([d296243](https://github.com/TinkoffCreditSystems/taiga-ui/commit/d296243350269a4984bf1cd81275c71b064ffc3e))
* **core:** add will-change for smooth transition ([#99](https://github.com/TinkoffCreditSystems/taiga-ui/issues/99)) ([35e2bf4](https://github.com/TinkoffCreditSystems/taiga-ui/commit/35e2bf48253487218c71aa0eb258ec28bf20b583)), closes [#90](https://github.com/TinkoffCreditSystems/taiga-ui/issues/90)
* **icons:** fix broken flags ([#96](https://github.com/TinkoffCreditSystems/taiga-ui/issues/96)) ([37d2e61](https://github.com/TinkoffCreditSystems/taiga-ui/commit/37d2e6101546e493cd6eec2ea47de8e2adac20d9))
* **kit:** `DataListWrapper` fix `emptyContent` not working ([#89](https://github.com/TinkoffCreditSystems/taiga-ui/issues/89)) ([f90d96f](https://github.com/TinkoffCreditSystems/taiga-ui/commit/f90d96fe5ef96fef6498c8bdb662b1cbcbb84176))
* **kit:** `InputDate` fix mobile calendar ([#104](https://github.com/TinkoffCreditSystems/taiga-ui/issues/104)) ([0fd20e5](https://github.com/TinkoffCreditSystems/taiga-ui/commit/0fd20e58a3c22763b94881541a8e21b9bb2b39e0)), closes [#100](https://github.com/TinkoffCreditSystems/taiga-ui/issues/100)
* **kit:** `Select` fix template for falsy values ([#118](https://github.com/TinkoffCreditSystems/taiga-ui/issues/118)) ([c718e1f](https://github.com/TinkoffCreditSystems/taiga-ui/commit/c718e1fe6a2462f9dd9ae7a4c88d444796f589b7))

### [2.1.2](https://github.com/TinkoffCreditSystems/taiga-ui/compare/v1.6.2...v2.1.2) (2021-01-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/components",
"version": "2.1.2",
"version": "2.1.3",
"description": "Taiga UI by Tinkoff is a set of components, services, directives and other tools to build high quality UI using modern Angular framework",
"scripts": {
"start": "ng serve",
Expand Down
8 changes: 4 additions & 4 deletions projects/addon-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/addon-charts",
"version": "2.1.2",
"version": "2.1.3",
"description": "Extension package for Taiga UI that adds various charts, graphs and related components.",
"keywords": [
"angular",
Expand All @@ -17,10 +17,10 @@
"@angular/common": ">=6.0.0",
"@angular/core": ">=6.0.0",
"@tinkoff/ng-polymorpheus": ">=3.0.0",
"@taiga-ui/cdk": "2.1.2",
"@taiga-ui/core": "2.1.2"
"@taiga-ui/cdk": "2.1.3",
"@taiga-ui/core": "2.1.3"
},
"devDependencies": {
"@taiga-ui/core": "2.1.2"
"@taiga-ui/core": "2.1.3"
}
}
8 changes: 4 additions & 4 deletions projects/addon-commerce/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/addon-commerce",
"version": "2.1.2",
"version": "2.1.3",
"description": "Extension package for Taiga UI related to commerce, payment systems, currencies etc.",
"keywords": [
"angular",
Expand All @@ -18,12 +18,12 @@
"@angular/core": ">=6.0.0",
"@angular/forms": ">=6.0.0",
"@tinkoff/ng-polymorpheus": ">=3.0.0",
"@taiga-ui/cdk": "2.1.2",
"@taiga-ui/core": "2.1.2",
"@taiga-ui/cdk": "2.1.3",
"@taiga-ui/core": "2.1.3",
"angular2-text-mask": "9.0.0",
"rxjs": ">=6.0.0"
},
"devDependencies": {
"@taiga-ui/core": "2.1.2"
"@taiga-ui/core": "2.1.3"
}
}
16 changes: 8 additions & 8 deletions projects/addon-doc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/addon-doc",
"version": "2.1.2",
"version": "2.1.3",
"description": "Taiga UI based library for developing documentation portals for Angular libraries.",
"keywords": [
"angular",
Expand All @@ -21,17 +21,17 @@
"@angular/router": ">=6.0.0",
"@angular-devkit/schematics": "^8.3.21",
"@tinkoff/ng-polymorpheus": ">=3.0.0",
"@taiga-ui/cdk": "2.1.2",
"@taiga-ui/core": "2.1.2",
"@taiga-ui/kit": "2.1.2",
"@taiga-ui/addon-mobile": "2.1.2",
"@taiga-ui/cdk": "2.1.3",
"@taiga-ui/core": "2.1.3",
"@taiga-ui/kit": "2.1.3",
"@taiga-ui/addon-mobile": "2.1.3",
"schematics-utilities": "1.0.1",
"highlight.js": "^10.0.0",
"ngx-highlightjs": "^4.0.0"
},
"devDependencies": {
"@taiga-ui/core": "2.1.2",
"@taiga-ui/kit": "2.1.2",
"@taiga-ui/addon-mobile": "2.1.2"
"@taiga-ui/core": "2.1.3",
"@taiga-ui/kit": "2.1.3",
"@taiga-ui/addon-mobile": "2.1.3"
}
}
12 changes: 6 additions & 6 deletions projects/addon-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/addon-editor",
"version": "2.1.2",
"version": "2.1.3",
"description": "Rich text editor extension package for Taiga UI",
"keywords": [
"angular",
Expand All @@ -18,13 +18,13 @@
"@angular/core": ">=6.0.0",
"@angular/forms": ">=6.0.0",
"@angular/platform-browser": ">=6.0.0",
"@taiga-ui/cdk": "2.1.2",
"@taiga-ui/core": "2.1.2",
"@taiga-ui/kit": "2.1.2",
"@taiga-ui/cdk": "2.1.3",
"@taiga-ui/core": "2.1.3",
"@taiga-ui/kit": "2.1.3",
"rxjs": ">=6.0.0"
},
"devDependencies": {
"@taiga-ui/core": "2.1.2",
"@taiga-ui/kit": "2.1.2"
"@taiga-ui/core": "2.1.3",
"@taiga-ui/kit": "2.1.3"
}
}
12 changes: 6 additions & 6 deletions projects/addon-mobile/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/addon-mobile",
"version": "2.1.2",
"version": "2.1.3",
"description": "Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, etc.",
"keywords": [
"angular",
Expand All @@ -15,13 +15,13 @@
"@angular/common": ">=7.0.0",
"@angular/core": ">=7.0.0",
"@tinkoff/ng-polymorpheus": ">=3.0.0",
"@taiga-ui/cdk": "2.1.2",
"@taiga-ui/core": "2.1.2",
"@taiga-ui/kit": "2.1.2",
"@taiga-ui/cdk": "2.1.3",
"@taiga-ui/core": "2.1.3",
"@taiga-ui/kit": "2.1.3",
"rxjs": ">=6.0.0"
},
"devDependencies": {
"@taiga-ui/core": "2.1.2",
"@taiga-ui/kit": "2.1.2"
"@taiga-ui/core": "2.1.3",
"@taiga-ui/kit": "2.1.3"
}
}
8 changes: 4 additions & 4 deletions projects/addon-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/addon-table",
"version": "2.1.2",
"version": "2.1.3",
"description": "A library to display tabled data with filters, search, group actions, etc.",
"keywords": [
"angular",
Expand All @@ -17,11 +17,11 @@
"@angular/common": ">=7.0.0",
"@angular/core": ">=7.0.0",
"@tinkoff/ng-polymorpheus": ">=3.0.0",
"@taiga-ui/cdk": "2.1.2",
"@taiga-ui/core": "2.1.2",
"@taiga-ui/cdk": "2.1.3",
"@taiga-ui/core": "2.1.3",
"rxjs": ">=6.0.0"
},
"devDependencies": {
"@taiga-ui/core": "2.1.2"
"@taiga-ui/core": "2.1.3"
}
}
8 changes: 4 additions & 4 deletions projects/addon-tablebars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/addon-tablebars",
"version": "2.1.2",
"version": "2.1.3",
"description": "Table bars is interactive UI control for group table actions and similar cases",
"keywords": [
"angular",
Expand All @@ -16,11 +16,11 @@
"@angular/common": ">=6.0.0",
"@angular/core": ">=6.0.0",
"@tinkoff/ng-polymorpheus": ">=3.0.0",
"@taiga-ui/cdk": "2.1.2",
"@taiga-ui/core": "2.1.2",
"@taiga-ui/cdk": "2.1.3",
"@taiga-ui/core": "2.1.3",
"rxjs": ">=6.0.0"
},
"devDependencies": {
"@taiga-ui/core": "2.1.2"
"@taiga-ui/core": "2.1.3"
}
}
2 changes: 1 addition & 1 deletion projects/cdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/cdk",
"version": "2.1.2",
"version": "2.1.3",
"description": "Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance",
"keywords": [
"angular",
Expand Down
4 changes: 2 additions & 2 deletions projects/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/core",
"version": "2.1.2",
"version": "2.1.3",
"description": "Core library for creating Angular components and applications using Taiga UI",
"keywords": [
"angular",
Expand All @@ -15,7 +15,7 @@
"repository": "https://github.com/TinkoffCreditSystems/taiga-ui",
"homepage": "https://github.com/TinkoffCreditSystems/taiga-ui",
"peerDependencies": {
"@taiga-ui/cdk": "2.1.2",
"@taiga-ui/cdk": "2.1.3",
"@angular/animations": ">=6.0.0",
"@angular/common": ">=6.0.0",
"@angular/core": ">=6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/icons",
"version": "2.1.2",
"version": "2.1.3",
"description": "Taiga UI icons pack",
"keywords": [
"angular",
Expand Down
8 changes: 4 additions & 4 deletions projects/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taiga-ui/kit",
"version": "2.1.2",
"version": "2.1.3",
"description": "Taiga UI Angular main components kit",
"keywords": [
"angular",
Expand All @@ -19,15 +19,15 @@
"@angular/router": ">= 6.0.0",
"@ng-web-apis/common": ">=1.6.0",
"@tinkoff/ng-polymorpheus": ">=3.0.0",
"@taiga-ui/cdk": "2.1.2",
"@taiga-ui/core": "2.1.2",
"@taiga-ui/cdk": "2.1.3",
"@taiga-ui/core": "2.1.3",
"rxjs": ">=6.0.0"
},
"dependencies": {
"angular2-text-mask": "9.0.0",
"@ng-web-apis/intersection-observer": "2.0.1"
},
"devDependencies": {
"@taiga-ui/core": "2.1.2"
"@taiga-ui/core": "2.1.3"
}
}
2 changes: 1 addition & 1 deletion projects/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@taiga-ui/testing",
"version": "2.1.2",
"version": "2.1.3",
"description": "Utils functions for unit testing Taiga UI packages"
}

0 comments on commit e0e661b

Please sign in to comment.