Skip to content

Commit 61059cc

Browse files
committed
Ship: v2.7.2
1 parent 5a17d79 commit 61059cc

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

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

3+
###### `v2.7.2`
4+
- feat: add missing Navbars example - thanks @EliasDerHai
5+
6+
###### dependencies update
7+
- update `@angular/animations` to `^9.0.0-rc.7`
8+
- update `@angular/common` to `^9.0.0-rc.7`
9+
- update `@angular/compiler` to `^9.0.0-rc.7`
10+
- update `@angular/core` to `^9.0.0-rc.7`
11+
- update `@angular/forms` to `^9.0.0-rc.7`
12+
- update `@angular/platform-browser` to `^9.0.0-rc.7`
13+
- update `@angular/platform-browser-dynamic` to `^9.0.0-rc.7`
14+
- update `@angular/router` to `^9.0.0-rc.7`
15+
- update `@coreui/angular` to `^2.7.2`
16+
- update `core-js` to `^2.6.11`
17+
- update `@angular-devkit/build-angular` to `^0.900.0-rc.7`
18+
- update `@angular/cli` to `^9.0.0-rc.7`
19+
- update `@angular/compiler-cli` to `^9.0.0-rc.7`
20+
- update `@angular/language-service` to `^9.0.0-rc.7`
21+
- update `codelyzer` to `^5.2.1`
22+
323
###### `v2.7.0` for Angular 9
424
- chore: upgrade to Angular 9 - see also:
525
- `https://next.angular.io/guide/updating-to-version-9`

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%20rc.0-lightgrey.svg?style=flat-square)
7+
![angular](https://img.shields.io/badge/angular-^9.0.0--rc.7-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.7.0",
3+
"version": "2.7.2",
44
"description": "CoreUI Free Angular 2+ Admin Template",
55
"author": {
66
"name": "Łukasz Holeczek",

0 commit comments

Comments
 (0)