Increased the version number

Updated the changelog
This commit is contained in:
sercan 2021-05-24 14:32:45 +03:00
parent 95bc7dc4db
commit 466bf50de4
5 changed files with 19 additions and 4 deletions

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@fuse/demo",
"version": "13.0.1",
"version": "13.0.2",
"license": "https://themeforest.net/licenses/standard",
"private": true,
"scripts": {

View File

@ -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;

View File

@ -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'
}
},

View File

@ -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',