From 38177c3d68ca6d3ac1d8b33f02266210ad6ffec3 Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Tue, 17 Jul 2018 12:25:32 +0300 Subject: [PATCH] Increased the Fuse version Updated the changelog --- package.json | 17 ++++++------- .../changelog/changelog.component.html | 24 +++++++++++++++++++ src/app/navigation/navigation.ts | 2 +- 3 files changed, 34 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index bd61a20a..fd6bdb48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fuse", - "version": "6.2.4", + "version": "6.2.5", "license": "https://themeforest.net/licenses/terms/regular", "scripts": { "ng": "ng", @@ -20,15 +20,15 @@ "dependencies": { "@agm/core": "1.0.0-beta.3", "@angular/animations": "6.0.9", - "@angular/cdk": "6.3.3", + "@angular/cdk": "6.4.0", "@angular/common": "6.0.9", "@angular/compiler": "6.0.9", "@angular/core": "6.0.9", "@angular/flex-layout": "6.0.0-beta.16", "@angular/forms": "6.0.9", "@angular/http": "6.0.9", - "@angular/material": "6.3.3", - "@angular/material-moment-adapter": "6.3.3", + "@angular/material": "6.4.0", + "@angular/material-moment-adapter": "6.4.0", "@angular/platform-browser": "6.0.9", "@angular/platform-browser-dynamic": "6.0.9", "@angular/router": "6.0.9", @@ -37,9 +37,10 @@ "@ngrx/store": "6.0.1", "@ngrx/store-devtools": "6.0.1", "@ngx-translate/core": "10.0.2", + "@swimlane/dragula": "3.7.3", "@swimlane/ngx-charts": "8.1.0", "@swimlane/ngx-datatable": "13.0.1", - "@swimlane/ngx-dnd": "4.0.0", + "@swimlane/ngx-dnd": "5.0.6", "@types/prismjs": "1.9.0", "angular-calendar": "0.25.2", "angular-in-memory-web-api": "0.6.0", @@ -56,8 +57,8 @@ "ngx-cookie-service": "1.0.10", "perfect-scrollbar": "1.4.0", "prismjs": "1.15.0", - "rxjs": "6.2.1", - "rxjs-compat": "6.2.1", + "rxjs": "6.2.2", + "rxjs-compat": "6.2.2", "web-animations-js": "2.3.1", "zone.js": "0.8.26" }, @@ -69,7 +70,7 @@ "@angularclass/hmr": "2.1.3", "@types/jasmine": "2.8.8", "@types/jasminewd2": "2.0.3", - "@types/lodash": "4.14.111", + "@types/lodash": "4.14.112", "@types/node": "8.9.5", "codelyzer": "4.2.1", "jasmine-core": "2.99.1", diff --git a/src/app/main/documentation/changelog/changelog.component.html b/src/app/main/documentation/changelog/changelog.component.html index 0c9b800a..dfe2e980 100644 --- a/src/app/main/documentation/changelog/changelog.component.html +++ b/src/app/main/documentation/changelog/changelog.component.html @@ -19,6 +19,30 @@
+ + + +
+ +
+ v6.2.5 + (TBA) +
+ +
+ +
+ New +
    +
  • Updated Angular Material to 6.4.0
  • +
  • Updated various other packages
  • +
+
+ +
+ +
+ diff --git a/src/app/navigation/navigation.ts b/src/app/navigation/navigation.ts index abcd17aa..c5475f2d 100644 --- a/src/app/navigation/navigation.ts +++ b/src/app/navigation/navigation.ts @@ -849,7 +849,7 @@ export const navigation: FuseNavigation[] = [ icon : 'update', url : '/documentation/changelog', badge: { - title: '6.2.4', + title: '6.2.5', bg : '#EC0C8E', fg : '#FFFFFF' }