diff --git a/package-lock.json b/package-lock.json index 98713cecf86..da5ec434e06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "admin-lte", - "version": "4.0.0-beta1", + "version": "4.0.0-beta2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "admin-lte", - "version": "4.0.0-beta1", + "version": "4.0.0-beta2", "license": "MIT", "devDependencies": { "@astrojs/check": "^0.9.3", diff --git a/package.json b/package.json index c0c79fa82ee..9e4e66bc31c 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-beta1", + "version": "4.0.0-beta2", "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 390976e2a3f..b5895c177ec 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-beta1 --save +npm install admin-lte@4.0.0-beta2 --save ``` #### Via Yarn ```bash -yarn add admin-lte@4.0.0-beta1 +yarn add admin-lte@4.0.0-beta2 ``` #### Via Composer ```bash -composer require "almasaeed2010/adminlte=4.0.0-beta1" +composer require "almasaeed2010/adminlte=4.0.0-beta2" ``` #### Via Git diff --git a/src/scss/adminlte.scss b/src/scss/adminlte.scss index 87ac5c3101e..5fdbe6e8908 100644 --- a/src/scss/adminlte.scss +++ b/src/scss/adminlte.scss @@ -1,5 +1,5 @@ /*! - * AdminLTE v4.0.0-beta1 + * AdminLTE v4.0.0-beta2 * Author: Colorlib * Website: AdminLTE.io * License: Open source - MIT