mirror of
				https://github.com/richard-loafle/fuse-angular.git
				synced 2025-11-04 09:33:33 +00:00 
			
		
		
		
	Updated version numbers
This commit is contained in:
		
							parent
							
								
									63d1fef588
								
							
						
					
					
						commit
						cc9cf23353
					
				@ -1,3 +1,3 @@
 | 
			
		||||
import { Version } from '@fuse/version/version';
 | 
			
		||||
 | 
			
		||||
export const FUSE_VERSION = new Version('19.0.0').full;
 | 
			
		||||
export const FUSE_VERSION = new Version('19.1.0').full;
 | 
			
		||||
 | 
			
		||||
@ -973,7 +973,7 @@ export const defaultNavigation: FuseNavigationItem[] = [
 | 
			
		||||
                icon : 'heroicons_outline:megaphone',
 | 
			
		||||
                link : '/docs/changelog',
 | 
			
		||||
                badge: {
 | 
			
		||||
                    title  : '19.0.0',
 | 
			
		||||
                    title  : '19.1.0',
 | 
			
		||||
                    classes: 'px-2 bg-yellow-300 text-black rounded-full',
 | 
			
		||||
                },
 | 
			
		||||
            },
 | 
			
		||||
 | 
			
		||||
@ -13,6 +13,28 @@ export class ChangelogComponent
 | 
			
		||||
{
 | 
			
		||||
    changelog: any[] = [
 | 
			
		||||
 | 
			
		||||
        // v19.1.0
 | 
			
		||||
        {
 | 
			
		||||
            version    : 'v19.1.0',
 | 
			
		||||
            releaseDate: 'Mar 11, 2024',
 | 
			
		||||
            changes: [
 | 
			
		||||
                {
 | 
			
		||||
                    type: 'Changed',
 | 
			
		||||
                    list: [
 | 
			
		||||
                        '(Dependencies) Updated Angular & Angular Material',
 | 
			
		||||
                        '(Dependencies) Updated various other dependencies',
 | 
			
		||||
                        '(@fuse/fullscreen) Updated the fullscreen component to use the new Fullscreen API',
 | 
			
		||||
                    ],
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    type: 'Fixed',
 | 
			
		||||
                    list: [
 | 
			
		||||
                        'Legacy peer dependeny resolution',
 | 
			
		||||
                    ],
 | 
			
		||||
                },
 | 
			
		||||
            ]
 | 
			
		||||
        },
 | 
			
		||||
 | 
			
		||||
        // v19.0.0
 | 
			
		||||
        {
 | 
			
		||||
            version    : 'v19.0.0',
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user