Skip to content

Commit f0b0f0e

Browse files
committed
Ship v2.9.2
1 parent 6196005 commit f0b0f0e

File tree

4 files changed

+40
-3
lines changed

4 files changed

+40
-3
lines changed

CHANGELOG.md

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

3+
###### `v2.9.2`
4+
- fix(navbars): cannot find module `ngx-bootstrap`
5+
6+
###### dependencies update
7+
- update `@angular/animations` to `^9.1.1`
8+
- update `@angular/common` to `^9.1.1`
9+
- update `@angular/compiler` to `^9.1.1`
10+
- update `@angular/core` to `^9.1.1`
11+
- update `@angular/forms` to `^9.1.1`
12+
- update `@angular/platform-browser` to `^9.1.1`
13+
- update `@angular/platform-browser-dynamic` to `^9.1.1`
14+
- update `@angular/router` to `^9.1.1`
15+
- update `@coreui/angular` to `^2.9.2`
16+
- update `bootstrap` to `^4.4.1`
17+
- update `chart.js` to `^2.9.3`
18+
- update `mutationobserver-shim` to `^0.3.5`
19+
- update `ngx-bootstrap` to `^5.6.1`
20+
- update `ngx-perfect-scrollbar` to `^9.0.0`
21+
- update `rxjs` to `^6.5.5`
22+
- update `tslib` to `^1.11.1`
23+
- update `zone.js` to `~0.10.3"
24+
- update `@angular-devkit/build-angular` to `~0.901.1`
25+
- update `@angular/cli` to `^9.1.1`
26+
- update `@angular/compiler-cli` to `^9.1.1`
27+
- update `@angular/language-service` to `^9.1.1`
28+
- update `@types/jasmine` to `^3.5.10`
29+
- update `@types/node` to `^13.11.1`
30+
- update `codelyzer` to `^5.2.2`
31+
- update `jasmine-spec-reporter` to `^5.0.1`
32+
- update `karma` to `^5.0.1`
33+
- update `karma-coverage-istanbul-reporter` to `^2.1.1`
34+
- update `karma-jasmine` to `^3.1.1`
35+
- update `karma-jasmine-html-reporter` to `^1.5.3`
36+
- update `protractor` to `^5.4.3`
37+
- update `ts-node` to `^8.8.2`
38+
- update `tslint` to `^6.1.1`
39+
340
###### `v2.9.0`
441
- chore: update to `Angular 9.0.0`
542
- [https://update.angular.io/](https://update.angular.io/#8.0:9.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
55
[![npm package][npm-coreui-badge]][npm-coreui]
66
[![NPM downloads][npm-coreui-download]][npm-coreui]
7-
![angular](https://img.shields.io/badge/angular-^9.0.0-lightgrey.svg?style=flat-square&logo=angular)
7+
![angular](https://img.shields.io/badge/angular-^9.1.1-lightgrey.svg?style=flat-square&logo=angular)
88

99
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
1010
[npm-coreui-angular-badge]: https://img.shields.io/npm/v/@coreui/angular.png?style=flat-square

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.9.0",
3+
"version": "2.9.2",
44
"description": "CoreUI Free Angular 2+ Admin Template",
55
"author": {
66
"name": "Łukasz Holeczek",

src/app/containers/default-layout/default-layout.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {Component } from '@angular/core';
1+
import {Component} from '@angular/core';
22
import { navItems } from '../../_nav';
33

44
@Component({

0 commit comments

Comments
 (0)