Skip to content

Commit 304d231

Browse files
committed
Ship v2.10.0 for Angular 10
1 parent 325c684 commit 304d231

File tree

3 files changed

+47
-4
lines changed

3 files changed

+47
-4
lines changed

CHANGELOG.md

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

3+
###### `v2.10.0`
4+
5+
- chore: update to `Angular 10` and `TypeScript 3.9`
6+
- [https://update.angular.io/](https://update.angular.io/?v=9.1-10.2)
7+
- [https://v10.angular.io/guide/updating-to-version-10](https://v10.angular.io/guide/updating-to-version-10)
8+
- [TypeScript: Documentation - TypeScript 3.9](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-9.html)
9+
10+
11+
- test: deprecate `async()` in favour of `waitForAsync()`
12+
13+
###### dependencies update
14+
- update `@angular/animations` to `^10.2.4`
15+
- update `@angular/cdk` to `^10.2.7`
16+
- update `@angular/common` to `^10.2.4`
17+
- update `@angular/compiler` to `^10.2.4`
18+
- update `@angular/core` to `^10.2.4`
19+
- update `@angular/forms` to `^10.2.4`
20+
- update `@angular/localize` to `^10.2.4`
21+
- update `@angular/platform-browser` to `^10.2.4`
22+
- update `@angular/platform-browser-dynamic` to `^10.2.4`
23+
- update `@angular/router` to `^10.2.4`
24+
- update `@coreui/angular` to `~2.10.0`
25+
- update `classlist.js` to `^1.1.20150312`
26+
- update `ng2-charts` to `^2.4.2`
27+
- update `ngx-bootstrap` to `^6.2.0`
28+
- update `ngx-perfect-scrollbar` to `^10.1.0`
29+
- update `tslib` to `^2.0.0`
30+
- update `@angular-devkit/build-angular` to `^0.1002.1`
31+
- update `@angular/cli` to `^10.2.1`
32+
- update `@angular/compiler-cli` to `^10.2.4`
33+
- update `@angular/language-service` to `^10.2.4`
34+
- update `jasmine-core` to `~3.6.0`
35+
- update `jasmine-spec-reporter` to `~5.0.0`
36+
- update `karma` to `~5.2.0`
37+
- update `karma-chrome-launcher` to `~3.1.0`
38+
- update `karma-coverage-istanbul-reporter` to `~3.0.2`
39+
- update `karma-jasmine` to `~4.0.0`
40+
- update `karma-jasmine-html-reporter` to `^1.5.0`
41+
- update `protractor` to `~7.0.0`
42+
- update `tslint` to `~6.1.0`
43+
- update `typescript` to `^3.9.7`
44+
45+
346
###### `v2.9.6`
447
- feat(icons): update to @coreui/icons v2 and @coreui/icons-angular
548

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@coreui/coreui-free-angular-admin-template",
3-
"version": "2.9.6",
4-
"description": "CoreUI Free Angular 9 Admin Template",
3+
"version": "2.10.0",
4+
"description": "CoreUI Free Angular 10 Admin Template",
55
"author": {
66
"name": "Łukasz Holeczek",
77
"url": "http://holeczek.pl",

src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<!--
3-
* CoreUI - Free Angular 9 Admin Template
4-
* @version v2.9.6
3+
* CoreUI - Free Angular 10 Admin Template
4+
* @version v2.10.0
55
* @link https://coreui.io/angular/
66
* Copyright (c) 2017-2021 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)

0 commit comments

Comments
 (0)