Skip to content

Commit 5145c0b

Browse files
committed
Ship: v2.5.2
1 parent e003d15 commit 5145c0b

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
## [CoreUI for Angular](./README.md) version `changelog`
22

3+
###### `v2.5.2`
4+
- fix(cards): card with header actions
5+
- fix(carousels): images and intervals cleanup
6+
7+
###### dependencies update
8+
- update `@angular/animations` to `^8.0.2`
9+
- update `@angular/common` to `^8.0.2`
10+
- update `@angular/compiler` to `^8.0.2`
11+
- update `@angular/core` to `^8.0.2`
12+
- update `@angular/forms` to `^8.0.2`
13+
- update `@angular/platform-browser` to `^8.0.2`
14+
- update `@angular/platform-browser-dynamic` to `^8.0.2`
15+
- update `@angular/router` to `^8.0.2`
16+
- update `@coreui/angular` to `^2.5.2`
17+
- update `@coreui/coreui` to `^2.1.12`
18+
- update `@angular-devkit/build-angular` to `^0.800.3`
19+
- update `@angular/cli` to `^8.0.3`
20+
- update `@angular/compiler-cli` to `^8.0.2`
21+
- update `@angular/language-service` to `^8.0.2`
22+
- update `@types/node` to `^12.0.8`
23+
- update `ts-node` to `^8.3.0`
24+
325
###### `v2.5.1`
426
###### dependencies update
527
- update `@coreui/angular` to `^2.5.1`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-angular-admin-template",
3-
"version": "2.5.1",
3+
"version": "2.5.2",
44
"description": "CoreUI Free Angular 2+ Admin Template",
55
"author": {
66
"name": "Łukasz Holeczek",

src/app/views/dashboard/dashboard.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { Component, OnInit } from '@angular/core';
2-
import { Router } from '@angular/router';
32
import { getStyle, hexToRgba } from '@coreui/coreui/dist/js/coreui-utilities';
43
import { CustomTooltips } from '@coreui/coreui-plugin-chartjs-custom-tooltips';
54

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
* CoreUI - Free Angular Admin Template
3-
* @version v2.5.1
3+
* @version v2.5.2
44
* @link https://coreui.io/angular/
55
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
66
* Licensed under MIT (https://coreui.io/license)

0 commit comments

Comments
 (0)