Merge branch 'dev' into dev-starter

This commit is contained in:
Sercan Yemen 2022-11-21 09:07:40 +03:00
commit 41bd49d45d
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "fuse-angular",
"version": "17.0.0",
"version": "17.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "fuse-angular",
"version": "17.0.0",
"version": "17.0.1",
"license": "https://themeforest.net/licenses/standard",
"dependencies": {
"@angular/animations": "15.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "fuse-angular",
"version": "17.0.0",
"version": "17.0.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('17.0.0').full;
export const FUSE_VERSION = new Version('17.0.1').full;