mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-04 07:31:38 +00:00
Increased the version number
Updated the changelog
This commit is contained in:
parent
939b4a1c8d
commit
63edef8d2a
@ -1,3 +1,3 @@
|
|||||||
import { Version } from '@fuse/version/version';
|
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;
|
||||||
|
@ -973,7 +973,7 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
|||||||
icon : 'heroicons_outline:megaphone',
|
icon : 'heroicons_outline:megaphone',
|
||||||
link : '/docs/changelog',
|
link : '/docs/changelog',
|
||||||
badge: {
|
badge: {
|
||||||
title : '19.1.0',
|
title : '20.0.0',
|
||||||
classes: 'px-2 bg-yellow-300 text-black rounded-full',
|
classes: 'px-2 bg-yellow-300 text-black rounded-full',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -13,6 +13,27 @@ export class ChangelogComponent
|
|||||||
{
|
{
|
||||||
changelog: any[] = [
|
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
|
// v19.1.0
|
||||||
{
|
{
|
||||||
version : 'v19.1.0',
|
version : 'v19.1.0',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user