Skip to content

Commit 9fb4373

Browse files
committed
Ship: v2.7.5
1 parent 7c99d3b commit 9fb4373

File tree

4 files changed

+25
-7
lines changed

4 files changed

+25
-7
lines changed

CHANGELOG.md

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

3+
###### `v2.7.5`
4+
- fix(carousels): move to picsum.photos
5+
6+
###### dependencies update
7+
- update `@coreui/angular` to `^2.7.5`
8+
- update `@angular/animations` to `^9.0.0-rc.12`
9+
- update `@angular/common` to `^9.0.0-rc.12`
10+
- update `@angular/compiler` to `^9.0.0-rc.12`
11+
- update `@angular/core` to `^9.0.0-rc.12`
12+
- update `@angular/forms` to `^9.0.0-rc.12`
13+
- update `@angular/platform-browser` to `^9.0.0-rc.12`
14+
- update `@angular/platform-browser-dynamic` to `^9.0.0-rc.12`
15+
- update `@angular/router` to `^9.0.0-rc.12`
16+
- update `@angular-devkit/build-angular` to `^0.900.0-rc.12`
17+
- update `@angular/cli` to `^9.0.0-rc.12`
18+
- update `@angular/compiler-cli` to `^9.0.0-rc.12`
19+
- update `@angular/language-service` to `^9.0.0-rc.12`
20+
321
###### `v2.7.2`
422
- feat: add missing Navbars example - thanks @EliasDerHai
523

README.md

Lines changed: 3 additions & 3 deletions
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--rc.7-lightgrey.svg?style=flat-square&logo=angular)
7+
![angular](https://img.shields.io/badge/angular-^9.0.0--rc.12-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
@@ -95,8 +95,8 @@ Install the Angular CLI globally using a terminal/console window.
9595
npm install -g @angular/cli
9696
```
9797

98-
##### Update to Angular 8
99-
Angular 8 requires `Node.js` version 12.x
98+
##### Update to Angular 9
99+
Angular 9 requires `Node.js` version 10.x or newer
100100
Update guide - see: [https://update.angular.io](https://update.angular.io)
101101

102102
## Installation

package.json

Lines changed: 3 additions & 3 deletions
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.2",
3+
"version": "2.7.5",
44
"description": "CoreUI Free Angular 2+ Admin Template",
55
"author": {
66
"name": "Łukasz Holeczek",
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"homepage": "https://coreui.io/angular",
18-
"copyright": "Copyright 2019 creativeLabs Łukasz Holeczek",
18+
"copyright": "Copyright 2020 creativeLabs Łukasz Holeczek",
1919
"license": "MIT",
2020
"scripts": {
2121
"ng": "ng",
@@ -79,7 +79,7 @@
7979
"typescript": "~3.6.4"
8080
},
8181
"engines": {
82-
"node": ">= 12",
82+
"node": ">= 10",
8383
"npm": ">= 6"
8484
}
8585
}

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
* CoreUI - Free Angular Admin Template
3-
* @version v2.7.0
3+
* @version v2.7.5
44
* @link https://coreui.io/angular/
55
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
66
* Licensed under MIT (https://coreui.io/license)

0 commit comments

Comments
 (0)