Skip to content

Commit 999dde4

Browse files
committed
Ship v2.9.5
1 parent 36a071f commit 999dde4

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
## [CoreUI for Angular](./README.md) version `changelog`
22

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+
317
###### `v2.9.4`
418
- refactor(polyfills): update core-js polyfills imports
519

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-angular-admin-template",
3-
"version": "2.9.4",
3+
"version": "2.9.5",
44
"description": "CoreUI Free Angular 2+ Admin Template",
55
"author": {
66
"name": "Łukasz Holeczek",
@@ -19,7 +19,7 @@
1919
"license": "MIT",
2020
"scripts": {
2121
"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",
2323
"start": "ng serve",
2424
"build": "ng build --prod --aot --buildOptimizer --commonChunk --vendorChunk --optimization --progress",
2525
"test": "ng test",

0 commit comments

Comments
 (0)