Skip to content

Commit b5fcf7b

Browse files
committed
ship: v4.3.10
1 parent a958a49 commit b5fcf7b

13 files changed

+1238
-960
lines changed

Diff for: CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22

33
---
44

5-
#### `4.3.next`
6-
7-
chore(dependencies): update `@coreui/utils` to version `^2.0.0`
5+
#### `4.3.10`
6+
7+
- chore(dependencies): update `@angular/*` to version `^15.2.4`
8+
- chore(dependencies): update `@coreui/angular` to version `~4.3.17`
9+
- chore(dependencies): update `@coreui/angular-chartjs` to version `~4.3.17`
10+
- chore(dependencies): update `@coreui/icons-angular` to version `~4.3.17`
11+
- chore(dependencies): update `@coreui/icons` to version `^3.0.1`
12+
- chore(dependencies): update `@coreui/charts` to version `^3.1.1`
13+
- chore(dependencies): update `@coreui/utils` to version `^2.0.1`
814

915
imports update required :boom: :exclamation:
1016
- from `import {getStyle, ...} from '@coreui/utils/src`

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[![@coreui angular](https://img.shields.io/badge/@coreui%20-angular-lightgrey.svg?style=flat-square)](https://github.com/coreui/angular)
2-
[![npm-coreui-angular-next][npm-coreui-angular-badge-next]][npm-coreui-angular]
2+
[![npm-coreui-angular][npm-coreui-angular-badge]][npm-coreui-angular]
33
[![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular]
44
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
55
[![npm package][npm-coreui-badge]][npm-coreui]
66
[![NPM downloads][npm-coreui-download]][npm-coreui]
7-
![angular](https://img.shields.io/badge/angular-^15.1.0-lightgrey.svg?style=flat-square&logo=angular)
7+
![angular](https://img.shields.io/badge/angular-^15.2.0-lightgrey.svg?style=flat-square&logo=angular)
88

99
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
1010
[npm-coreui-angular-badge]: https://img.shields.io/npm/v/@coreui/angular.png?style=flat-square

Diff for: angular.json

+7-9
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
"outputPath": "dist/coreui-free-angular-admin-template",
2727
"index": "src/index.html",
2828
"main": "src/main.ts",
29-
"polyfills": "src/polyfills.ts",
29+
"polyfills": [
30+
"zone.js"
31+
],
3032
"tsConfig": "tsconfig.app.json",
3133
"inlineStyleLanguage": "scss",
3234
"preserveSymlinks": true,
@@ -57,12 +59,6 @@
5759
"maximumError": "4kb"
5860
}
5961
],
60-
"fileReplacements": [
61-
{
62-
"replace": "src/environments/environment.ts",
63-
"with": "src/environments/environment.prod.ts"
64-
}
65-
],
6662
"outputHashing": "all"
6763
},
6864
"development": {
@@ -97,8 +93,10 @@
9793
"test": {
9894
"builder": "@angular-devkit/build-angular:karma",
9995
"options": {
100-
"main": "src/test.ts",
101-
"polyfills": "src/polyfills.ts",
96+
"polyfills": [
97+
"zone.js",
98+
"zone.js/testing"
99+
],
102100
"tsConfig": "tsconfig.spec.json",
103101
"karmaConfig": "karma.conf.js",
104102
"inlineStyleLanguage": "scss",

0 commit comments

Comments
 (0)