Updated Angular, Angular Material and couple other dependencies & increased the version number

This commit is contained in:
sercan
2021-07-16 12:00:46 +03:00
parent 35e56cd6af
commit 8b977c0eeb
4 changed files with 615 additions and 379 deletions

View File

@@ -1,3 +1,3 @@
import { Version } from '@fuse/version/version';
export const FUSE_VERSION = new Version('13.2.0').full;
export const FUSE_VERSION = new Version('13.3.0').full;

View File

@@ -967,7 +967,7 @@ export const defaultNavigation: FuseNavigationItem[] = [
icon : 'heroicons_outline:speakerphone',
link : '/docs/changelog',
badge: {
title : '13.2.0',
title : '13.3.0',
classes: 'px-2 bg-yellow-300 text-black rounded-full'
}
},