mirror of
				https://github.com/richard-loafle/fuse-angular.git
				synced 2025-11-04 06:03:33 +00:00 
			
		
		
		
	Increased the version number
Updated the changelog
This commit is contained in:
		
							parent
							
								
									95bc7dc4db
								
							
						
					
					
						commit
						466bf50de4
					
				
							
								
								
									
										2
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@fuse/demo",
 | 
			
		||||
    "version": "13.0.0",
 | 
			
		||||
    "version": "13.0.2",
 | 
			
		||||
    "lockfileVersion": 1,
 | 
			
		||||
    "requires": true,
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
 | 
			
		||||
@ -1,6 +1,6 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "@fuse/demo",
 | 
			
		||||
    "version": "13.0.1",
 | 
			
		||||
    "version": "13.0.2",
 | 
			
		||||
    "license": "https://themeforest.net/licenses/standard",
 | 
			
		||||
    "private": true,
 | 
			
		||||
    "scripts": {
 | 
			
		||||
 | 
			
		||||
@ -1,3 +1,3 @@
 | 
			
		||||
import { Version } from '@fuse/version/version';
 | 
			
		||||
 | 
			
		||||
export const FUSE_VERSION = new Version('13.0.1').full;
 | 
			
		||||
export const FUSE_VERSION = new Version('13.0.2').full;
 | 
			
		||||
 | 
			
		||||
@ -927,7 +927,7 @@ export const defaultNavigation: FuseNavigationItem[] = [
 | 
			
		||||
                icon : 'heroicons_outline:speakerphone',
 | 
			
		||||
                link : '/docs/changelog',
 | 
			
		||||
                badge: {
 | 
			
		||||
                    title  : '13.0.1',
 | 
			
		||||
                    title  : '13.0.2',
 | 
			
		||||
                    classes: 'px-2 bg-yellow-300 text-black rounded-full'
 | 
			
		||||
                }
 | 
			
		||||
            },
 | 
			
		||||
 | 
			
		||||
@ -11,6 +11,21 @@ export class ChangelogComponent
 | 
			
		||||
{
 | 
			
		||||
    changelog: any[] = [
 | 
			
		||||
 | 
			
		||||
        // v13.0.2
 | 
			
		||||
        {
 | 
			
		||||
            version    : 'v13.0.2',
 | 
			
		||||
            releaseDate: 'May 24, 2021',
 | 
			
		||||
            changes    : [
 | 
			
		||||
                {
 | 
			
		||||
                    type: 'Changed',
 | 
			
		||||
                    list: [
 | 
			
		||||
                        '(mockApi) Removed typings from data files',
 | 
			
		||||
                        '(apps/ecommerce/inventory) Performance improvements, decreased the mockApi delay',
 | 
			
		||||
                        '(pages/settings) Fixed: Settings container component width is not filling the container'
 | 
			
		||||
                    ]
 | 
			
		||||
                }
 | 
			
		||||
            ]
 | 
			
		||||
        },
 | 
			
		||||
        // v13.0.1
 | 
			
		||||
        {
 | 
			
		||||
            version    : 'v13.0.1',
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user