taiga-ui 3.1.0 → 3.3.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.
- package/README.md +1 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://discord.gg/Us8d8JVaTg)
|
|
5
5
|
|
|
6
6
|
[Website](https://taiga-ui.dev) • [Documentation](https://taiga-ui.dev/getting-started) •
|
|
7
|
-
[
|
|
7
|
+
[Core team](https://github.com/tinkoff/taiga-ui/#core-team)
|
|
8
8
|
|
|
9
9
|
> Schematics for Taiga UI
|
|
10
10
|
|
|
@@ -20,8 +20,3 @@ ng add taiga-ui
|
|
|
20
20
|
## Docs
|
|
21
21
|
|
|
22
22
|
See our [Documentation](https://taiga-ui.dev/getting-started)
|
|
23
|
-
|
|
24
|
-
---
|
|
25
|
-
|
|
26
|
-
You can also visit CDK wiki to learn more about its tools:
|
|
27
|
-
[CDK Documentation on Github Wiki](https://github.com/tinkoff/taiga-ui/wiki/CDK)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "taiga-ui",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"description": "Taiga UI package that provides ng add command for Taiga library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"repository": "https://github.com/tinkoff/taiga-ui",
|
|
16
16
|
"license": "Apache-2.0",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@taiga-ui/cdk": "^3.
|
|
18
|
+
"@taiga-ui/cdk": "^3.3.0",
|
|
19
19
|
"tslib": "^2.0.0"
|
|
20
20
|
},
|
|
21
21
|
"schematics": "../@taiga-ui/cdk/schematics/collection.json",
|