Increased the version number

Updated the changelog
This commit is contained in:
Sercan Yemen 2024-05-23 10:02:17 +03:00
parent 939b4a1c8d
commit 63edef8d2a
3 changed files with 23 additions and 2 deletions

View File

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

View File

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

View File

@ -13,6 +13,27 @@ export class ChangelogComponent
{
changelog: any[] = [
// v20.0.0
{
version : 'v20.0.0',
releaseDate: 'May 27, 2024',
changes: [
{
type: 'Changed',
list: [
'(Dependencies) Updated Angular & Angular Material to v18',
'(Dependencies) Updated other packages',
'Moved the project to the new "application" builder'
],
},
{
type: 'Fixed',
list: [
'(apps/mailbox) "filter" renamed to "funnel" accidentally',
],
},
]
},
// v19.1.0
{
version : 'v19.1.0',