taiga-ui 3.82.0 → 3.84.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/LICENSE +2 -2
  2. package/package.json +3 -3
package/LICENSE CHANGED
@@ -175,7 +175,7 @@
175
175
 
176
176
  END OF TERMS AND CONDITIONS
177
177
 
178
- Copyright 2020 Tinkoff Bank
178
+ Copyright 2024 Acpekt
179
179
 
180
180
  Licensed under the Apache License, Version 2.0 (the "License");
181
181
  you may not use this file except in compliance with the License.
@@ -187,4 +187,4 @@
187
187
  distributed under the License is distributed on an "AS IS" BASIS,
188
188
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
189
189
  See the License for the specific language governing permissions and
190
- limitations under the License.
190
+ limitations under the License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taiga-ui",
3
- "version": "3.82.0",
3
+ "version": "3.84.0",
4
4
  "description": "Taiga UI package that provides ng add command for Taiga library",
5
5
  "keywords": [
6
6
  "angular",
@@ -15,11 +15,11 @@
15
15
  "repository": "https://github.com/taiga-family/taiga-ui",
16
16
  "license": "Apache-2.0",
17
17
  "dependencies": {
18
- "@taiga-ui/cdk": "^3.82.0",
18
+ "@taiga-ui/cdk": "^3.84.0",
19
19
  "tslib": "^2.6.2"
20
20
  },
21
21
  "peerDependencies": {
22
- "@taiga-ui/cdk": "^3.82.0"
22
+ "@taiga-ui/cdk": "^3.84.0"
23
23
  },
24
24
  "schematics": "../@taiga-ui/cdk/schematics/collection.json",
25
25
  "main": "bundles/taiga-ui.umd.js",