mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-09 12:05:08 +00:00
Increased the version number and updated the changelog
This commit is contained in:
parent
c7b8a4564b
commit
0f249f287e
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@fuse/demo",
|
"name": "@fuse/demo",
|
||||||
"version": "13.6.1",
|
"version": "13.6.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@fuse/demo",
|
"name": "@fuse/demo",
|
||||||
"version": "13.6.1",
|
"version": "13.6.2",
|
||||||
"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",
|
||||||
|
|
|
@ -10,9 +10,22 @@ export class ChangelogComponent
|
||||||
{
|
{
|
||||||
changelog: any[] = [
|
changelog: any[] = [
|
||||||
|
|
||||||
|
// v13.6.2
|
||||||
|
{
|
||||||
|
version : 'v13.6.2',
|
||||||
|
releaseDate: 'Sep 01, 2021',
|
||||||
|
changes : [
|
||||||
|
{
|
||||||
|
type: 'Fixed',
|
||||||
|
list: [
|
||||||
|
'(QuickChat) Fixed: Wrong css rule causing a lot of problems'
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
// v13.6.1
|
// v13.6.1
|
||||||
{
|
{
|
||||||
version : 'v13.6.0',
|
version : 'v13.6.1',
|
||||||
releaseDate: 'Aug 31, 2021',
|
releaseDate: 'Aug 31, 2021',
|
||||||
changes : [
|
changes : [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user