From 9803ffc207fb89f7e0a1daf86cdd191aabd09aa7 Mon Sep 17 00:00:00 2001 From: Daniel <50356015+danny007in@users.noreply.github.com> Date: Tue, 12 Sep 2023 15:43:51 +0530 Subject: [PATCH] RELEASE PREPARE v4.0.0-beta1 --- package.json | 2 +- src/html/components/docs/introduction.mdx | 10 +++++----- src/scss/adminlte.scss | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index f1b6eefff..f52319421 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-alpha3", + "version": "4.0.0-beta1", "license": "MIT", "author": "Colorlib ", "main": "dist/js/adminlte.min.js", diff --git a/src/html/components/docs/introduction.mdx b/src/html/components/docs/introduction.mdx index ca77bd448..390976e2a 100644 --- a/src/html/components/docs/introduction.mdx +++ b/src/html/components/docs/introduction.mdx @@ -16,7 +16,7 @@ _**Important Note**: You needed to add separately cdn links for plugins in your ```html @@ -25,7 +25,7 @@ _**Important Note**: You needed to add separately cdn links for plugins in your ```html @@ -38,19 +38,19 @@ _**Important Note**: To install it via npm/Yarn, you need at least Node.js 14 or #### Via npm ```bash -npm install admin-lte@4.0.0-alpha2 --save +npm install admin-lte@4.0.0-beta1 --save ``` #### Via Yarn ```bash -yarn add admin-lte@4.0.0-alpha2 +yarn add admin-lte@4.0.0-beta1 ``` #### Via Composer ```bash -composer require "almasaeed2010/adminlte=4.0.0-alpha2" +composer require "almasaeed2010/adminlte=4.0.0-beta1" ``` #### Via Git diff --git a/src/scss/adminlte.scss b/src/scss/adminlte.scss index 880b68e05..f6303a172 100644 --- a/src/scss/adminlte.scss +++ b/src/scss/adminlte.scss @@ -1,5 +1,5 @@ /*! - * AdminLTE v4.0.0-alpha2 + * AdminLTE v4.0.0-beta1 * Author: Colorlib * Website: AdminLTE.io * License: Open source - MIT