Skip to content

Commit c9b8ae1

Browse files
committed
chore: Ship v2.9.1
1 parent 4faea9b commit c9b8ae1

19 files changed

+469
-298
lines changed

CHANGELOG.md

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

3+
##### `v2.9.1`
4+
- fix: downgrade TypeScript to ~3.6.4 - thanks @jrocha closes #103
5+
6+
###### dependencies update
7+
- update `typescript` to `~3.6.4`
8+
- update `@angular/animations` to `~9.0.5`
9+
- update `@angular/common` to `~9.0.5`
10+
- update `@angular/compiler` to `~9.0.5`
11+
- update `@angular/core` to `~9.0.5`
12+
- update `@angular/forms` to `~9.0.5`
13+
- update `@angular/localize` to `^9.0.5`
14+
- update `@angular/platform-browser` to `~9.0.5`
15+
- update `@angular/platform-browser-dynamic` to `~9.0.5`
16+
- update `@angular/router` to `~9.0.5`
17+
- update `tslib` to `^1.11.1`
18+
- update `@angular-devkit/build-angular` to `~0.900.5`
19+
- update `@angular-devkit/build-ng-packagr` to `~0.900.5`
20+
- update `@angular/cli` to `~9.0.5`
21+
- update `@angular/compiler-cli` to `~9.0.5`
22+
- update `@angular/language-service` to `~9.0.5`
23+
- update `@types/jasmine` to `^3.5.7`
24+
- update `@types/node` to `^12.12.29`
25+
- update `ng-packagr` to `^9.0.2`
26+
- update `ngx-perfect-scrollbar` to `^9.0.0`
27+
328
##### `v2.9.0`
429
- chore: update to `Angular 9.0.0`
530
- [https://update.angular.io/](https://update.angular.io/#8.0:9.0)

dist/@coreui/angular/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
Before you begin, make sure your development environment includes `Node.js®` and an `npm` package manager.
2626

2727
###### Node.js
28-
Angular 9 requires `Node.js` version 12.x
28+
Angular 9 requires `Node.js` version 10.13 or later.
2929

3030
- To check your version, run `node -v` in a terminal/console window.
3131
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).

dist/@coreui/angular/bundles/coreui-angular.umd.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.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/coreui-angular.metadata.json

+1-1
Large diffs are not rendered by default.

dist/@coreui/angular/esm2015/lib/breadcrumb/app-breadcrumb.component.js

+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.component.js

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

0 commit comments

Comments
 (0)