@taiga-ui/addon-table 3.40.0 → 3.41.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 +3 -3
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -5,12 +5,12 @@
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
- [Core team](https://github.com/tinkoff/taiga-ui/#core-team)
8
+ [Core team](https://github.com/taiga-family/taiga-ui/#core-team)
9
9
 
10
10
  > A library to display tabled data with filters, search, group actions, etc.
11
11
 
12
- It's a part of [**Taiga UI**](https://github.com/tinkoff/taiga-ui) that is fully-treeshakable Angular UI Kit consisting
13
- of multiple base libraries and several add-ons
12
+ It's a part of [**Taiga UI**](https://github.com/taiga-family/taiga-ui) that is fully-treeshakable Angular UI Kit
13
+ consisting of multiple base libraries and several add-ons
14
14
 
15
15
  ## How to install
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/addon-table",
3
- "version": "3.40.0",
3
+ "version": "3.41.0",
4
4
  "description": "A library to display tabled data with filters, search, group actions, etc.",
5
5
  "keywords": [
6
6
  "angular",
@@ -9,17 +9,17 @@
9
9
  "group",
10
10
  "action"
11
11
  ],
12
- "homepage": "https://github.com/tinkoff/taiga-ui",
13
- "repository": "https://github.com/tinkoff/taiga-ui",
12
+ "homepage": "https://github.com/taiga-family/taiga-ui",
13
+ "repository": "https://github.com/taiga-family/taiga-ui",
14
14
  "license": "Apache-2.0",
15
15
  "peerDependencies": {
16
16
  "@angular/common": ">=12.0.0",
17
17
  "@angular/core": ">=12.0.0",
18
18
  "@ng-web-apis/intersection-observer": ">=3.0.0",
19
- "@taiga-ui/cdk": ">=3.40.0",
20
- "@taiga-ui/core": ">=3.40.0",
21
- "@taiga-ui/i18n": ">=3.40.0",
22
- "@taiga-ui/kit": ">=3.40.0",
19
+ "@taiga-ui/cdk": ">=3.41.0",
20
+ "@taiga-ui/core": ">=3.41.0",
21
+ "@taiga-ui/i18n": ">=3.41.0",
22
+ "@taiga-ui/kit": ">=3.41.0",
23
23
  "@tinkoff/ng-polymorpheus": ">=4.0.0",
24
24
  "rxjs": ">=6.0.0"
25
25
  },