|
1 | 1 | ### [@coreui/angular](https://coreui.io/) changelog
|
2 | 2 |
|
| 3 | +##### `v2.9.3` |
| 4 | +- fix: add missing AppSidebarNavComponent/AppSidebarMinimizer to public api - thanks @coyoteecd fixes #110 |
| 5 | + |
| 6 | +###### dependencies update |
| 7 | +- update `@angular/animations` to `^9.1.12` |
| 8 | +- update `@angular/common` to `^9.1.12` |
| 9 | +- update `@angular/compiler` to `^9.1.12` |
| 10 | +- update `@angular/core` to `^9.1.12` |
| 11 | +- update `@angular/forms` to `^9.1.12` |
| 12 | +- update `@angular/localize` to `^9.1.12` |
| 13 | +- update `@angular/platform-browser` to `^9.1.12` |
| 14 | +- update `@angular/platform-browser-dynamic` to `^9.1.12` |
| 15 | +- update `@angular/router` to `^9.1.12` |
| 16 | +- update `rxjs` to `^6.6.0` |
| 17 | +- update `tslib` to `^1.13.0` |
| 18 | +- update `@angular-devkit/build-angular` to `^0.901.11` |
| 19 | +- update `@angular-devkit/build-ng-packagr` to `^0.901.11` |
| 20 | +- update `@angular/cli` to `^9.1.11` |
| 21 | +- update `@angular/compiler-cli` to `^9.1.12` |
| 22 | +- update `@angular/language-service` to `^9.1.12` |
| 23 | +- update `@types/jasmine` to `^3.5.11` |
| 24 | +- update `@types/node` to `^13.13.14` |
| 25 | +- update `jasmine-spec-reporter` to `^5.0.2` |
| 26 | +- update `karma` to `^5.1.0` |
| 27 | +- update `karma-jasmine` to `^3.3.1` |
| 28 | +- update `karma-jasmine-html-reporter` to `^1.5.4` |
| 29 | +- update `ng-packagr` to `^9.1.5` |
| 30 | +- update `protractor` to `^7.0.0` |
| 31 | +- update `shelljs` to `^0.8.4` |
| 32 | +- update `ts-node` to `^8.10.2` |
| 33 | +- update `tslint` to `^6.1.2` |
| 34 | + |
3 | 35 | ##### `v2.9.2`
|
4 | 36 | - chore: update to `Angular 9.1.1`
|
5 | 37 | - chore: remove build artifacts from git
|
|
0 commit comments