Updated the changelog and increased the version number

This commit is contained in:
sercan 2021-07-29 10:19:28 +03:00
parent 6fff259fe3
commit b21cdf1655
3 changed files with 28 additions and 2 deletions

View File

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

View File

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

View File

@ -11,6 +11,32 @@ export class ChangelogComponent
{
changelog: any[] = [
// v13.4.0
{
version : 'v13.4.0',
releaseDate: 'July 29, 2021',
changes : [
{
type: 'Added',
list: [
'(dashboards/finance) Added finance dashboard',
'(dashboards/crypto) Added crypto dashboard'
]
},
{
type: 'Changed',
list: [
'(dependencies) Updated Angular & Angular Material to v12.1.4',
'(dependencies) Updated various other packages',
'(index) Updated the title, description and keywords',
'(dashboards/project) Light header on light themes and small adjustments in various places',
'(apps/contacts) Small adjustments for better consistency',
'(apps/ecommerce/inventory) Small adjustments for better consistency',
'(docs) Updated the multi language guide'
]
}
]
},
// v13.3.1
{
version : 'v13.3.1',