Skip to content

Commit 900e28a

Browse files
committed
Ship: v2.4.0
1 parent e13fbe0 commit 900e28a

File tree

5 files changed

+248
-315
lines changed

5 files changed

+248
-315
lines changed

CHANGELOG.md

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

3+
##### `v2.4.0`
4+
`dist` is the same as `v2.4.0-beta.1`
5+
- update: `@angular/animations` to `^7.2.5`
6+
- update: `@angular/common` to `^7.2.5`
7+
- update: `@angular/compiler` to `^7.2.5`
8+
- update: `@angular/core` to `^7.2.5`
9+
- update: `@angular/forms` to `^7.2.5`
10+
- update: `@angular/http` to `^7.2.5`
11+
- update: `@angular/platform-browser` to `^7.2.5`
12+
- update: `@angular/platform-browser-dynamic` to `^7.2.5`
13+
- update: `@angular/router` to `^7.2.5`
14+
- update: `@angular-devkit/build-angular` to `^0.13.2`
15+
- update: `@angular-devkit/build-ng-packagr` to `^0.13.2`
16+
- update: `@angular/cli` to `^7.3.2`
17+
- update: `@angular/compiler-cli` to `^7.2.5`
18+
- update: `@angular/language-service` to `^7.2.5`
19+
- update: `@types/node` to `^11.9.4`
20+
- update: `karma` to `^4.0.0`
21+
- update: `karma-coverage-istanbul-reporter` to `^2.0.5`
22+
323
##### `v2.4.0-beta.1`
424
- fix(sidebar): navItems reassignment bug [#126](https://github.com/coreui/coreui-free-angular-admin-template/issues/126), [#42](https://github.com/coreui/coreui-free-angular-admin-template/issues/42), #12
525
- refactor(aside): drop `Replace`

dist/@coreui/angular/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "2.4.0-beta.1",
3+
"version": "2.4.0",
44
"description": "CoreUI Angular Bootstrap 4 components",
55
"license": "MIT",
66
"homepage": "https://coreui.io/angular",
@@ -17,8 +17,8 @@
1717
}
1818
],
1919
"peerDependencies": {
20-
"@angular/common": "^7.2.3",
21-
"@angular/core": "^7.2.3",
20+
"@angular/common": "^7.2.5",
21+
"@angular/core": "^7.2.5",
2222
"@coreui/coreui": "^2.1.6"
2323
},
2424
"repository": {

0 commit comments

Comments
 (0)