From e756214f700070b8db9e24bb74e42061564a1bc9 Mon Sep 17 00:00:00 2001 From: xidedix Date: Tue, 23 Feb 2021 11:02:25 +0100 Subject: [PATCH] chore: Ship v2.11.2 --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++ package.json | 2 +- projects/coreui/angular/package.json | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 632874a7..b41e7c81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ ### [@coreui/angular](https://coreui.io/) changelog +##### `v2.11.2` + +- ##### `update to Angular 11.2` + +###### dependencies update +- update `@angular/animations` to `^11.2.2` +- update `@angular/common` to `^11.2.2` +- update `@angular/compiler` to `^11.2.2` +- update `@angular/core` to `^11.2.2` +- update `@angular/forms` to `^11.2.2` +- update `@angular/localize` to `^11.2.2` +- update `@angular/platform-browser` to `^11.2.2` +- update `@angular/platform-browser-dynamic` to `^11.2.2` +- update `@angular/router` to `^11.2.2` +- update `tslib` to `^2.1.0` +- update `zone.js` to `^0.11.4` +- update `@angular-devkit/build-angular` to `^0.1102.1` +- update `@angular/cli` to `^11.2.1` +- update `@angular/compiler-cli` to `^11.2.2` +- update `@angular/language-service` to `^11.2.2` +- update `@types/jasmine` to `^3.6.4` +- update `@types/node` to `^14.14.31` +- update `codelyzer` to `^6.0.1` +- update `jasmine-spec-reporter` to `~5.0.2` +- update `karma-jasmine` to `~4.0.1` +- update `karma-jasmine-html-reporter` to `^1.5.4` +- update `ng-packagr` to `^11.2.4` +- update `tslint` to `~6.1.3` + + ##### `v2.11.1` - ##### `update to Angular 11.1` diff --git a/package.json b/package.json index 122d678b..b1570e43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coreui/angular-dev", - "version": "2.11.1", + "version": "2.11.2", "license": "MIT", "author": { "name": "Ɓukasz Holeczek", diff --git a/projects/coreui/angular/package.json b/projects/coreui/angular/package.json index b7ed14ea..6491e212 100644 --- a/projects/coreui/angular/package.json +++ b/projects/coreui/angular/package.json @@ -1,6 +1,6 @@ { "name": "@coreui/angular", - "version": "2.11.1", + "version": "2.11.2", "description": "CoreUI Angular 11 Bootstrap 4 components", "license": "MIT", "homepage": "https://coreui.io/angular",