Skip to content

Commit 8461207

Browse files
committed
chore: Ship v2.11.0 for Angular 11
1 parent 2a104ce commit 8461207

File tree

4 files changed

+38
-5
lines changed

4 files changed

+38
-5
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,38 @@
11
### [@coreui/angular](https://coreui.io/) changelog
22

3+
##### `v2.11.0`
4+
5+
- chore: update to `Angular 11` and `TypeScript 4`
6+
- [https://update.angular.io/](https://update.angular.io/?v=10.2-11.0)
7+
- [https://v11.angular.io/guide/updating-to-version-11](https://angular.io/guide/updating-to-version-11)
8+
- [TypeScript: Documentation - TypeScript 4.0](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-0.html)
9+
- remove deprecated support for IE 9, 10, and IE mobile
10+
11+
###### dependencies update
12+
- update `@angular/animations` to `^11.0.9`
13+
- update `@angular/common` to `^11.0.9`
14+
- update `@angular/compiler` to `^11.0.9`
15+
- update `@angular/core` to `^11.0.9`
16+
- update `@angular/forms` to `^11.0.9`
17+
- update `@angular/localize` to `^11.0.9`
18+
- update `@angular/platform-browser` to `^11.0.9`
19+
- update `@angular/platform-browser-dynamic` to `^11.0.9`
20+
- update `@angular/router` to `^11.0.9`
21+
- update `zone.js` to `^0.11.3`
22+
- update `@angular-devkit/build-angular` to `^0.1100.7`
23+
- update `@angular/cli` to `^11.0.7`
24+
- update `@angular/compiler-cli` to `^11.0.9`
25+
- update `@angular/language-service` to `^11.0.9`
26+
- update `@types/jasmine` to `~3.6.0`
27+
- update `codelyzer` to `^6.0.0`
28+
- update `jasmine-core` to `~3.6.0`
29+
- update `karma` to `^5.2.3`
30+
- update `karma-coverage` to `~2.0.3`
31+
- update `ng-packagr` to `^11.0.3`
32+
- update `ts-node` to `^9.1.1`
33+
- update `typescript` to `~4.0.5`
34+
35+
336
##### `v2.10.0`
437

538
- chore: update to `Angular 10` and `TypeScript 3.9`

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular-dev",
3-
"version": "2.10.0",
3+
"version": "2.11.0",
44
"license": "MIT",
55
"author": {
66
"name": "Łukasz Holeczek",

projects/coreui/angular/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "2.10.0",
4-
"description": "CoreUI Angular Bootstrap 4 components",
3+
"version": "2.11.0",
4+
"description": "CoreUI Angular 11 Bootstrap 4 components",
55
"license": "MIT",
66
"homepage": "https://coreui.io/angular",
77
"author": {

src/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<!--
3-
* CoreUI 2 for Angular 10 - test bed
4-
* @version v2.10.0
3+
* CoreUI 2 for Angular 11 - test bed
4+
* @version v2.11.0
55
* @link https://coreui.io/angular/
66
* Copyright (c) 2021 creativeLabs Łukasz Holeczek
77
-->

0 commit comments

Comments
 (0)