taiga-ui 3.79.0 → 3.80.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/LICENSE +1 -1
  2. package/package.json +3 -3
package/LICENSE CHANGED
@@ -187,4 +187,4 @@
187
187
  distributed under the License is distributed on an "AS IS" BASIS,
188
188
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
189
189
  See the License for the specific language governing permissions and
190
- limitations under the License.
190
+ limitations under the License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taiga-ui",
3
- "version": "3.79.0",
3
+ "version": "3.80.0",
4
4
  "description": "Taiga UI package that provides ng add command for Taiga library",
5
5
  "keywords": [
6
6
  "angular",
@@ -15,11 +15,11 @@
15
15
  "repository": "https://github.com/taiga-family/taiga-ui",
16
16
  "license": "Apache-2.0",
17
17
  "dependencies": {
18
- "@taiga-ui/cdk": "^3.79.0",
18
+ "@taiga-ui/cdk": "^3.80.0",
19
19
  "tslib": "^2.6.2"
20
20
  },
21
21
  "peerDependencies": {
22
- "@taiga-ui/cdk": "^3.79.0"
22
+ "@taiga-ui/cdk": "^3.80.0"
23
23
  },
24
24
  "schematics": "../@taiga-ui/cdk/schematics/collection.json",
25
25
  "main": "bundles/taiga-ui.umd.js",