From 451642b9aba08a8aaf413663b4ec9c9a8b6205fc Mon Sep 17 00:00:00 2001 From: Daniel <50356015+danny007in@users.noreply.github.com> Date: Tue, 11 Apr 2023 16:48:39 +0530 Subject: [PATCH] prepare for v4.0.0-alpha2 --- index.html | 7 +------ package-lock.json | 4 ++-- package.json | 2 +- src/scss/adminlte.scss | 2 +- 4 files changed, 5 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index d4059f6eb..b1520b15f 100644 --- a/index.html +++ b/index.html @@ -10,12 +10,7 @@ Check once diff --git a/package-lock.json b/package-lock.json index 5ad1e7e62..5be6bf18a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "admin-lte", - "version": "4.0.0-alpha1", + "version": "4.0.0-alpha2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "admin-lte", - "version": "4.0.0-alpha1", + "version": "4.0.0-alpha2", "license": "MIT", "devDependencies": { "@rollup/plugin-typescript": "^11.1.0", diff --git a/package.json b/package.json index 154ffd894..794cec0ae 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "admin-lte", "description": "Responsive open source admin dashboard and control panel.", - "version": "4.0.0-alpha1", + "version": "4.0.0-alpha2", "license": "MIT", "author": "Colorlib ", "main": "dist/js/adminlte.min.js", diff --git a/src/scss/adminlte.scss b/src/scss/adminlte.scss index 129df6d20..880b68e05 100644 --- a/src/scss/adminlte.scss +++ b/src/scss/adminlte.scss @@ -1,5 +1,5 @@ /*! - * AdminLTE v4.0.0-alpha1 + * AdminLTE v4.0.0-alpha2 * Author: Colorlib * Website: AdminLTE.io * License: Open source - MIT