@taiga-ui/core 2.62.3 → 2.62.4

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 CHANGED
@@ -5,7 +5,7 @@
5
5
  [![Discord](https://img.shields.io/discord/748677963142135818?color=7289DA&label=%23taiga-ui&logo=discord&logoColor=white)](https://discord.gg/Us8d8JVaTg)
6
6
 
7
7
  [Website](https://taiga-ui.dev) • [Documentation](https://taiga-ui.dev/getting-started) •
8
- [CDK Wiki](https://github.com/tinkoff/taiga-ui/wiki) • [Core team](https://github.com/tinkoff/taiga-ui/#core-team)
8
+ [Core team](https://github.com/tinkoff/taiga-ui/#core-team)
9
9
 
10
10
  > Basic elements needed to develop components, directives and more using Taiga UI design system
11
11
 
@@ -24,8 +24,3 @@ that there is no redundant code in your bundle. Bundlphobia badge shows size of
24
24
  ## Docs
25
25
 
26
26
  See our [Documentation](https://taiga-ui.dev/getting-started)
27
-
28
- ---
29
-
30
- You can also visit CDK wiki to learn more about its tools:
31
- [CDK Documentation on Github Wiki](https://github.com/tinkoff/taiga-ui/wiki/CDK)
@@ -1 +1 @@
1
- export declare const VERSION = "2.62.3";
1
+ export declare const VERSION = "2.62.4";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/core",
3
- "version": "2.62.3",
3
+ "version": "2.62.4",
4
4
  "description": "Core library for creating Angular components and applications using Taiga UI",
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/i18n": "^2.62.3",
18
+ "@taiga-ui/i18n": "^2.62.4",
19
19
  "tslib": "^1.10.0"
20
20
  },
21
21
  "peerDependencies": {
@@ -27,8 +27,8 @@
27
27
  "@angular/router": ">=9.0.0",
28
28
  "@ng-web-apis/common": ">=1.12.1 < 2",
29
29
  "@ng-web-apis/mutation-observer": ">=1.1.0 < 2",
30
- "@taiga-ui/cdk": ">=2.62.3",
31
- "@taiga-ui/i18n": ">=2.62.3",
30
+ "@taiga-ui/cdk": ">=2.62.4",
31
+ "@taiga-ui/i18n": ">=2.62.4",
32
32
  "@tinkoff/ng-event-plugins": ">=2.3.2",
33
33
  "@tinkoff/ng-polymorpheus": ">=3.1.12 < 4",
34
34
  "rxjs": ">=6.0.0"