taiga-ui 3.39.1 → 3.40.0-canary.fda819a

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 +5 -5
package/README.md CHANGED
@@ -4,12 +4,12 @@
4
4
  [![Discord](https://img.shields.io/discord/748677963142135818?color=7289DA&label=%23taiga-ui&logo=discord&logoColor=white)](https://discord.gg/Us8d8JVaTg)
5
5
 
6
6
  [Website](https://taiga-ui.dev) • [Documentation](https://taiga-ui.dev/getting-started) •
7
- [Core team](https://github.com/tinkoff/taiga-ui/#core-team)
7
+ [Core team](https://github.com/taiga-family/taiga-ui/#core-team)
8
8
 
9
9
  > Schematics for Taiga UI
10
10
 
11
- It's a part of [**Taiga UI**](https://github.com/tinkoff/taiga-ui) that is fully-treeshakable Angular UI Kit consisting
12
- of multiple base libraries and several add-ons
11
+ It's a part of [**Taiga UI**](https://github.com/taiga-family/taiga-ui) that is fully-treeshakable Angular UI Kit
12
+ consisting of multiple base libraries and several add-ons
13
13
 
14
14
  ## How to use
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taiga-ui",
3
- "version": "3.39.1",
3
+ "version": "3.40.0-canary.fda819a",
4
4
  "description": "Taiga UI package that provides ng add command for Taiga library",
5
5
  "keywords": [
6
6
  "angular",
@@ -11,15 +11,15 @@
11
11
  "service",
12
12
  "directive"
13
13
  ],
14
- "homepage": "https://github.com/tinkoff/taiga-ui",
15
- "repository": "https://github.com/tinkoff/taiga-ui",
14
+ "homepage": "https://github.com/taiga-family/taiga-ui",
15
+ "repository": "https://github.com/taiga-family/taiga-ui",
16
16
  "license": "Apache-2.0",
17
17
  "dependencies": {
18
- "@taiga-ui/cdk": "^3.39.1",
18
+ "@taiga-ui/cdk": "^3.40.0",
19
19
  "tslib": ">=2.0.0"
20
20
  },
21
21
  "peerDependencies": {
22
- "@taiga-ui/cdk": ">=3.39.1"
22
+ "@taiga-ui/cdk": ">=3.40.0"
23
23
  },
24
24
  "schematics": "../@taiga-ui/cdk/schematics/collection.json",
25
25
  "main": "bundles/taiga-ui.umd.js",