Skip to content

Commit e756214

Browse files
committed
chore: Ship v2.11.2
1 parent 5a51e2e commit e756214

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGELOG.md

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

3+
##### `v2.11.2`
4+
5+
- ##### `update to Angular 11.2`
6+
7+
###### dependencies update
8+
- update `@angular/animations` to `^11.2.2`
9+
- update `@angular/common` to `^11.2.2`
10+
- update `@angular/compiler` to `^11.2.2`
11+
- update `@angular/core` to `^11.2.2`
12+
- update `@angular/forms` to `^11.2.2`
13+
- update `@angular/localize` to `^11.2.2`
14+
- update `@angular/platform-browser` to `^11.2.2`
15+
- update `@angular/platform-browser-dynamic` to `^11.2.2`
16+
- update `@angular/router` to `^11.2.2`
17+
- update `tslib` to `^2.1.0`
18+
- update `zone.js` to `^0.11.4`
19+
- update `@angular-devkit/build-angular` to `^0.1102.1`
20+
- update `@angular/cli` to `^11.2.1`
21+
- update `@angular/compiler-cli` to `^11.2.2`
22+
- update `@angular/language-service` to `^11.2.2`
23+
- update `@types/jasmine` to `^3.6.4`
24+
- update `@types/node` to `^14.14.31`
25+
- update `codelyzer` to `^6.0.1`
26+
- update `jasmine-spec-reporter` to `~5.0.2`
27+
- update `karma-jasmine` to `~4.0.1`
28+
- update `karma-jasmine-html-reporter` to `^1.5.4`
29+
- update `ng-packagr` to `^11.2.4`
30+
- update `tslint` to `~6.1.3`
31+
32+
333
##### `v2.11.1`
434

535
- ##### `update to Angular 11.1`

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.11.1",
3+
"version": "2.11.2",
44
"license": "MIT",
55
"author": {
66
"name": "Łukasz Holeczek",

projects/coreui/angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "2.11.1",
3+
"version": "2.11.2",
44
"description": "CoreUI Angular 11 Bootstrap 4 components",
55
"license": "MIT",
66
"homepage": "https://coreui.io/angular",

0 commit comments

Comments
 (0)