Increased the version number & updated the changelog

This commit is contained in:
sercan 2021-07-16 20:47:50 +03:00
parent 952b64297b
commit 49cccde93b
5 changed files with 17 additions and 4 deletions

2
package-lock.json generated
View File

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

View File

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

View File

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

View File

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

View File

@ -11,6 +11,19 @@ export class ChangelogComponent
{
changelog: any[] = [
// v13.3.1
{
version : 'v13.3.1',
releaseDate: 'July 17, 2021',
changes : [
{
type: 'Fixed',
list: [
'(fuse/confirmation) Confirmation dialog colors are not optimized for the Dark mode'
]
}
]
},
// v13.3.0
{
version : 'v13.3.0',