File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
## [ CoreUI for Angular] ( ./README.md ) version ` changelog `
2
2
3
+ ###### ` v2.9.5 `
4
+ - fix(simple-line-icons): Can't resolve simple-line-icons.css - fixes #196
5
+
6
+ ###### dependencies update
7
+ - update ` simple-line-icons ` to ` ^2.5.2 `
8
+ - update ` @angular-devkit/build-angular ` to ` ^0.901.12 `
9
+ - update ` @angular/cli ` to ` ^9.1.12 `
10
+ - update ` @types/jasmine ` to ` ^3.5.12 `
11
+ - update ` jasmine-core ` to ` ^3.6.0 `
12
+ - update ` jasmine-spec-reporter ` to ` ^5.0.2 `
13
+ - update ` karma ` to ` ^5.1.1 `
14
+ - update ` karma-coverage-istanbul-reporter ` to ` ^3.0.3 `
15
+ - update ` tslint ` to ` ^6.1.3 `
16
+
3
17
###### ` v2.9.4 `
4
18
- refactor(polyfills): update core-js polyfills imports
5
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/coreui-free-angular-admin-template" ,
3
- "version" : " 2.9.4 " ,
3
+ "version" : " 2.9.5 " ,
4
4
"description" : " CoreUI Free Angular 2+ Admin Template" ,
5
5
"author" : {
6
6
"name" : " Łukasz Holeczek" ,
19
19
"license" : " MIT" ,
20
20
"scripts" : {
21
21
"ng" : " ng" ,
22
- "postinstall" : " ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points " ,
22
+ "postinstall" : " ngcc --properties es2015 browser module main --first-only" ,
23
23
"start" : " ng serve" ,
24
24
"build" : " ng build --prod --aot --buildOptimizer --commonChunk --vendorChunk --optimization --progress" ,
25
25
"test" : " ng test" ,
You can’t perform that action at this time.
0 commit comments