Skip to content

Commit 927ee72

Browse files
authored
Merge pull request #41 from coreui/dev-vnext
v2.2.4
2 parents 8127062 + 7f5d683 commit 927ee72

11 files changed

+351
-669
lines changed

CHANGELOG.md

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

3+
##### `v2.2.4`
4+
- update: `typescript` to `~3.2.4`
5+
- update: `@angular/animations` to `^7.2.1`
6+
- update: `@angular/common` to `^7.2.1`
7+
- update: `@angular/compiler` to `^7.2.1`
8+
- update: `@angular/core` to `^7.2.1`
9+
- update: `@angular/forms` to `^7.2.1`
10+
- update: `@angular/http` to `^7.2.1`
11+
- update: `@angular/platform-browser` to `^7.2.1`
12+
- update: `@angular/platform-browser-dynamic` to `^7.2.1`
13+
- update: `@angular/router` to `^7.2.1`
14+
- update: `zone.js` to `^0.8.28`
15+
- update: `@angular-devkit/build-angular` to `^0.12.2`
16+
- update: `@angular-devkit/build-ng-packagr` to `^0.12.2`
17+
- update: `@angular/cli` to `^7.2.2`
18+
- update: `@angular/compiler-cli` to `^7.2.1`
19+
- update: `@angular/language-service` to `^7.2.1`
20+
- update: `@types/jasmine` to `^3.3.6`
21+
- update: `ng-packagr` to `^4.6.0`
22+
323
##### `v2.2.3`
424
- refactor(app-sidebar-nav): minor changes
25+
- update: `@coreui/coreui` to `^2.1.6`
526
- update: `@angular/animations` to `^7.2.0`
627
- update: `@angular/common` to `^7.2.0`
728
- update: `@angular/compiler` to `^7.2.0`

dist/@coreui/angular/bundles/coreui-angular.umd.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@coreui/angular/bundles/coreui-angular.umd.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@coreui/angular/esm2015/lib/sidebar/app-sidebar-nav.component.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@coreui/angular/esm5/lib/sidebar/app-sidebar-nav.component.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@coreui/angular/fesm2015/coreui-angular.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/@coreui/angular/fesm5/coreui-angular.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.3",
3+
"version": "2.2.4",
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.0",
21-
"@angular/core": "^7.2.0",
20+
"@angular/common": "^7.2.1",
21+
"@angular/core": "^7.2.1",
2222
"@coreui/coreui": "^2.1.6"
2323
},
2424
"repository": {

0 commit comments

Comments
 (0)