Skip to content

Commit 74ea511

Browse files
authored
Merge pull request #99 from coreui/dev-v2.7.5
v2.7.5
2 parents 299d284 + 216cdc6 commit 74ea511

21 files changed

+526
-1019
lines changed

CHANGELOG.md

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

3+
##### `v2.7.5`
4+
- chore: update to `Angular 9.0.0-rc.12`
5+
6+
###### dependencies update
7+
- update `@angular/animations` to `~9.0.0-rc.12`
8+
- update `@angular/common` to `~9.0.0-rc.12`
9+
- update `@angular/compiler` to `~9.0.0-rc.12`
10+
- update `@angular/core` to `~9.0.0-rc.12`
11+
- update `@angular/forms` to `~9.0.0-rc.12`
12+
- update `@angular/localize` 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-devkit/build-ng-packagr` to `~0.900.0-rc.12`
18+
- update `@angular/cli` to `~9.0.0-rc.12`
19+
- update `@angular/compiler-cli` to `~9.0.0-rc.12`
20+
- update `@angular/language-service` to `~9.0.0-rc.12`
21+
322
##### `v2.7.4`
423
- fix: add `SidebarNavHelper` to public-api surface - see: #67
524

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
77
[![npm package][npm-coreui-badge]][npm-coreui]
88
[![NPM downloads][npm-coreui-download]][npm-coreui]
9-
![angular](https://img.shields.io/badge/angular-^9.0.0--rc.9-lightgrey.svg?style=flat-square&logo=angular)
9+
![angular](https://img.shields.io/badge/angular-^9.0.0--rc.12-lightgrey.svg?style=flat-square&logo=angular)
1010

1111
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
1212
[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=red

dist/@coreui/angular/bundles/coreui-angular.umd.js

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@coreui/angular/bundles/coreui-angular.umd.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@coreui/angular/bundles/coreui-angular.umd.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@coreui/angular/bundles/coreui-angular.umd.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@coreui/angular/esm2015/lib/sidebar/app-sidebar-nav.service.js

+5-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@coreui/angular/esm2015/lib/sidebar/public_api.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@coreui/angular/esm5/lib/sidebar/app-sidebar-nav.service.js

+5-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@coreui/angular/esm5/lib/sidebar/public_api.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@coreui/angular/fesm2015/coreui-angular.js

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@coreui/angular/fesm2015/coreui-angular.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)