@taiga-ui/addon-mobile 2.62.2 → 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.
Files changed (2) hide show
  1. package/README.md +1 -6
  2. package/package.json +4 -4
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
  > Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns,
11
11
  > etc.
@@ -33,8 +33,3 @@ that there is no redundant code in your bundle. Bundlphobia badge shows size of
33
33
  ## Docs
34
34
 
35
35
  See our [Documentation](https://taiga-ui.dev/getting-started)
36
-
37
- ---
38
-
39
- You can also visit CDK wiki to learn more about its tools:
40
- [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/addon-mobile",
3
- "version": "2.62.2",
3
+ "version": "2.62.4",
4
4
  "description": "Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, etc.",
5
5
  "keywords": [
6
6
  "angular",
@@ -15,9 +15,9 @@
15
15
  "@angular/common": ">=9.0.0",
16
16
  "@angular/core": ">=9.0.0",
17
17
  "@ng-web-apis/common": ">=1.12.1 < 2",
18
- "@taiga-ui/cdk": ">=2.62.2",
19
- "@taiga-ui/core": ">=2.62.2",
20
- "@taiga-ui/kit": ">=2.62.2",
18
+ "@taiga-ui/cdk": ">=2.62.4",
19
+ "@taiga-ui/core": ">=2.62.4",
20
+ "@taiga-ui/kit": ">=2.62.4",
21
21
  "@tinkoff/ng-polymorpheus": ">=3.1.12 < 4",
22
22
  "rxjs": ">=6.0.0"
23
23
  },