Increase the version number

This commit is contained in:
sercan 2021-08-31 15:49:10 +03:00
parent 693e44dbaf
commit b6a3023ebd
5 changed files with 17 additions and 4 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@fuse/demo", "name": "@fuse/demo",
"version": "13.6.0", "version": "13.6.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@fuse/demo", "name": "@fuse/demo",
"version": "13.6.0", "version": "13.6.1",
"description": "Fuse - Angular Admin Template and Starter Project", "description": "Fuse - Angular Admin Template and Starter Project",
"author": "https://themeforest.net/user/srcn", "author": "https://themeforest.net/user/srcn",
"license": "https://themeforest.net/licenses/standard", "license": "https://themeforest.net/licenses/standard",

View File

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

View File

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

View File

@ -10,6 +10,19 @@ export class ChangelogComponent
{ {
changelog: any[] = [ changelog: any[] = [
// v13.6.1
{
version : 'v13.6.0',
releaseDate: 'Aug 31, 2021',
changes : [
{
type: 'Fixed',
list: [
'(QuickChat) Fixed: Overflowing issue'
]
}
]
},
// v13.6.0 // v13.6.0
{ {
version : 'v13.6.0', version : 'v13.6.0',