Skip to content

Commit 754ab65

Browse files
committed
Ship: v2.2.3
1 parent f956944 commit 754ab65

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
## [angular](./README.md) version `changelog`
22

3+
###### `v2.2.3`
4+
- refactor(_nav.ts): add NavData interface
5+
- update: `bootstrap` to `^4.2.1`
6+
- update: `@coreui/angular` to `^2.2.3`
7+
- update: `@coreui/coreui` to `^2.1.6`
8+
- update: `@angular/animations` to `^7.2.0`
9+
- update: `@angular/common` to `^7.2.0`
10+
- update: `@angular/compiler` to `^7.2.0`
11+
- update: `@angular/core` to `^7.2.0`
12+
- update: `@angular/forms` to `^7.2.0`
13+
- update: `@angular/http` to `^7.2.0`
14+
- update: `@angular/platform-browser` to `^7.2.0`
15+
- update: `@angular/platform-browser-dynamic` to `^7.2.0`
16+
- update: `@angular/router` to `^7.2.0`
17+
- update: `core-js` to `^2.6.2`
18+
- update: `moment` to `^2.23.0`
19+
- update: `ngx-bootstrap` to `^3.1.4`
20+
- update: `ngx-perfect-scrollbar` to `^7.2.0`
21+
- update: `zone.js` to `^0.8.27`
22+
- update: `@angular-devkit/build-angular` to `^0.12.1`
23+
- update: `@angular/cli` to `^7.2.1`
24+
- update: `@angular/compiler-cli` to `^7.2.0`
25+
- update: `@angular/language-service` to `^7.2.0`
26+
- update: `@types/jasmine` to `^3.3.5`
27+
- update: `@types/node` to `^10.12.18`
28+
- update: `karma` to `^3.1.4`
29+
- update: `protractor` to `^5.4.2`
30+
- update: `tslint` to `^5.12.1`
31+
332
###### `v2.2.1`
433
- fix(routes): add default routes
534
- fix(colors): class order for `bg-blue`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-angular-admin-template",
3-
"version": "2.2.1",
3+
"version": "2.2.3",
44
"description": "CoreUI Free Angular 2+ Admin Template",
55
"author": {
66
"name": "Łukasz Holeczek",

0 commit comments

Comments
 (0)