@taiga-ui/addon-table 2.62.3 → 2.63.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/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
  > A library to display tabled data with filters, search, group actions, etc.
11
11
 
@@ -32,8 +32,3 @@ that there is no redundant code in your bundle. Bundlphobia badge shows size of
32
32
  ## Docs
33
33
 
34
34
  See our [Documentation](https://taiga-ui.dev/getting-started)
35
-
36
- ---
37
-
38
- You can also visit CDK wiki to learn more about its tools:
39
- [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-table",
3
- "version": "2.62.3",
3
+ "version": "2.63.0",
4
4
  "description": "A library to display tabled data with filters, search, group actions, etc.",
5
5
  "keywords": [
6
6
  "angular",
@@ -17,9 +17,9 @@
17
17
  "@angular/common": ">=9.0.0",
18
18
  "@angular/core": ">=9.0.0",
19
19
  "@ng-web-apis/intersection-observer": ">=2.1.0 < 3",
20
- "@taiga-ui/cdk": ">=2.62.3",
21
- "@taiga-ui/core": ">=2.62.3",
22
- "@taiga-ui/i18n": ">=2.62.3",
20
+ "@taiga-ui/cdk": ">=2.63.0",
21
+ "@taiga-ui/core": ">=2.63.0",
22
+ "@taiga-ui/i18n": ">=2.63.0",
23
23
  "@tinkoff/ng-polymorpheus": ">=3.1.12 < 4",
24
24
  "rxjs": ">=6.0.0"
25
25
  },