mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-08 03:25:08 +00:00
Increased the version number
(changelog) Updated the changelog
This commit is contained in:
parent
f6b4ca0880
commit
4ccce1b423
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@fuse/demo",
|
||||
"version": "12.2.0",
|
||||
"version": "12.3.0",
|
||||
"license": "https://themeforest.net/licenses/standard",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { Version } from '@fuse/version/version';
|
||||
|
||||
const __FUSE_VERSION__ = '12.2.0';
|
||||
const __FUSE_VERSION__ = '12.3.0';
|
||||
export const FUSE_VERSION = new Version(__FUSE_VERSION__).full;
|
||||
|
|
|
@ -913,7 +913,7 @@ export const defaultNavigation: FuseNavigationItem[] = [
|
|||
icon : 'heroicons_outline:speakerphone',
|
||||
link : '/docs/changelog',
|
||||
badge: {
|
||||
title : '12.2.0',
|
||||
title : '12.3.0',
|
||||
classes: 'px-2 bg-yellow-300 text-black rounded-full'
|
||||
}
|
||||
},
|
||||
|
|
|
@ -10,6 +10,28 @@ export class ChangelogComponent
|
|||
{
|
||||
changelog: any[] = [
|
||||
|
||||
// v12.3.0
|
||||
{
|
||||
version : 'v12.3.0',
|
||||
releaseDate: 'May 07, 2021',
|
||||
changes : [
|
||||
{
|
||||
type: 'Added',
|
||||
list: [
|
||||
'(apps/notes) New Notes app',
|
||||
'(fuse/masonry) Added a component for creating fast Masonry-like layouts'
|
||||
]
|
||||
},
|
||||
{
|
||||
type: 'Changed',
|
||||
list: [
|
||||
'(apps/tasks) Tweaked the hover color on tasks list for better consistency',
|
||||
'(apps/mailbox) Adjusted the app title font size for better consistency',
|
||||
'(apps/mailbox) Used shadow on threads for better consistency'
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
// v12.2.0
|
||||
{
|
||||
version : 'v12.2.0',
|
||||
|
|
Loading…
Reference in New Issue
Block a user